Ponca  5b0151ad2869758185d699615c3cca5855cc2cee
Point Cloud Analysis library
Loading...
Searching...
No Matches
Ponca::internal::TriangleGenerator< Method, P > Struct Template Reference
+ Collaboration diagram for Ponca::internal::TriangleGenerator< Method, P >:

Public Types

using VectorType = typename P::VectorType
 

Static Public Member Functions

template<typename IndexRange , typename PointContainer , typename NeighborFilter >
static FIT_RESULT generate (const IndexRange &, const PointContainer &, const NeighborFilter &, std::vector< Triangle< P > > &)
 

Detailed Description

template<TriangleGenerationMethod Method, typename P>
struct Ponca::internal::TriangleGenerator< Method, P >

Definition at line 26 of file cnc.hpp.

Member Typedef Documentation

◆ VectorType

template<TriangleGenerationMethod Method, typename P >
using Ponca::internal::TriangleGenerator< Method, P >::VectorType = typename P::VectorType

Definition at line 27 of file cnc.hpp.

Member Function Documentation

◆ generate()

template<TriangleGenerationMethod Method, typename P >
template<typename IndexRange , typename PointContainer , typename NeighborFilter >
static FIT_RESULT Ponca::internal::TriangleGenerator< Method, P >::generate ( const IndexRange &  ,
const PointContainer &  ,
const NeighborFilter &  ,
std::vector< Triangle< P > > &   
)
inlinestatic

Definition at line 29 of file cnc.hpp.