Ponca  5b0151ad2869758185d699615c3cca5855cc2cee
Point Cloud Analysis library
Loading...
Searching...
No Matches
Ponca::internal::TriangleGenerator< IndependentGeneration, P > Struct Template Reference

More...

#include <cnc.hpp>

+ Collaboration diagram for Ponca::internal::TriangleGenerator< IndependentGeneration, P >:

Public Types

using VectorType = typename P::VectorType
 
using Scalar = typename P::Scalar
 

Static Public Member Functions

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

Detailed Description

template<typename P>
struct Ponca::internal::TriangleGenerator< IndependentGeneration, P >

Generates the triangles using IndependentGeneration

Definition at line 88 of file cnc.hpp.

Member Typedef Documentation

◆ Scalar

template<typename P >
using Ponca::internal::TriangleGenerator< IndependentGeneration, P >::Scalar = typename P::Scalar

Definition at line 93 of file cnc.hpp.

◆ VectorType

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

Definition at line 92 of file cnc.hpp.

Member Function Documentation

◆ generate()

template<typename P >
template<typename IndexRange , typename PointContainer , typename NeighborFilter >
static FIT_RESULT Ponca::internal::TriangleGenerator< IndependentGeneration, P >::generate ( const IndexRange &  ids,
const PointContainer &  points,
const NeighborFilter &  w,
std::vector< Triangle< P > > &  triangles 
)
inlinestatic

Definition at line 96 of file cnc.hpp.