Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
Adapter class used internally to implement for_each_primal_tetrahedron() More...
#include <geogram/voronoi/generic_RVD.h>
Public Member Functions | |
PrimalTetrahedronAction (const ACTION &do_it) | |
Constructs a new PrimalTetrahedronAction. More... | |
void | operator() (index_t v, index_t t, const Polyhedron &C) const |
Callback called for each polyhedron. More... | |
Protected Attributes | |
const ACTION & | do_it_ |
Adapter class used internally to implement for_each_primal_tetrahedron()
Overrides constness checks, to allow using temporaries as argument of for_each_xxx()
ACTION | the user action class |
Definition at line 1021 of file generic_RVD.h.
|
inline |
Constructs a new PrimalTetrahedronAction.
[in] | do_it | the user ACTION instance. |
Definition at line 1027 of file generic_RVD.h.
|
inline |
Callback called for each polyhedron.
Routes the callback to the wrapped user action class.
[in] | v | index of current Delaunay seed |
[in] | t | index of current mesh tetrahedron |
[in] | C | intersection between current mesh tetrahedron and the Voronoi cell of v |
Definition at line 1039 of file generic_RVD.h.