|
| template<typename IndexRange , typename IteratorBegin , typename IteratorEnd , typename NeighborFilter > |
| static FIT_RESULT | generate (const IndexRange &ids, const IteratorBegin &begin, const IteratorEnd &end, const NeighborFilter &w, std::vector< Triangle< P > > &triangles) |
| |
| 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) |
| |
template<typename P>
struct Ponca::internal::TriangleGenerator< UniformGeneration, P >
Generates the triangles using UniformGeneration
Definition at line 57 of file cnc.hpp.