| private |
Description
Public Attributes
| const std::deque< Point_t > & | m_points |
| generatorFunction_t | m_generator |
Public Functions
| Unwrapper(const std::deque< Point_t > & p_points, generatorFunction_t p_generator) | |
| void | operator()(const WrapperPoint & a, const WrapperPoint & b, const WrapperPoint & c) |
Documentation
variable
MinSG::Triangulation::Delaunay2d::Unwrapper::m_points
| public |
| const std::deque< Point_t > & m_points |
Defined in MinSG/Ext/Triangulation/Delaunay2d.h:95
variable
MinSG::Triangulation::Delaunay2d::Unwrapper::m_generator
| public |
| generatorFunction_t m_generator |
Defined in MinSG/Ext/Triangulation/Delaunay2d.h:96
function
MinSG::Triangulation::Delaunay2d::Unwrapper::Unwrapper
| public | inline |
| Unwrapper( | const std::deque< Point_t > & | p_points, |
| generatorFunction_t | p_generator | |
| ) |
Defined in MinSG/Ext/Triangulation/Delaunay2d.h:98
function
MinSG::Triangulation::Delaunay2d::Unwrapper::operator()
| public | inline |
| void operator()( | const WrapperPoint & | a, |
| const WrapperPoint & | b, | |
| const WrapperPoint & | c | |
| ) |
Defined in MinSG/Ext/Triangulation/Delaunay2d.h:102