Geogram  Version 1.9.1-rc
A programming library of geometric algorithms
GEOGen::RestrictedVoronoiDiagram< DIM >::PolygonAction< ACTION > Class Template Reference

Adapter class used internally to implement for_each_polygon() More...

#include <geogram/voronoi/generic_RVD.h>

Public Member Functions

 PolygonAction (const ACTION &do_it)
 Creates a new PolygonAction around a user ACTION instance. More...
 
void operator() (index_t v, index_t f, const Polygon &P) const
 Callback called for each polygon. More...
 

Protected Attributes

const ACTION & do_it_
 

Detailed Description

template<index_t DIM>
template<class ACTION>
class GEOGen::RestrictedVoronoiDiagram< DIM >::PolygonAction< ACTION >

Adapter class used internally to implement for_each_polygon()

Overrides constness checks, to allow using temporaries as argument of for_each_xxx().

Template Parameters
ACTIONthe user action class.

Definition at line 392 of file generic_RVD.h.

Constructor & Destructor Documentation

◆ PolygonAction()

template<index_t DIM>
template<class ACTION >
GEOGen::RestrictedVoronoiDiagram< DIM >::PolygonAction< ACTION >::PolygonAction ( const ACTION &  do_it)
inline

Creates a new PolygonAction around a user ACTION instance.

Parameters
[in]do_itthe user ACTION instance

Definition at line 398 of file generic_RVD.h.

Member Function Documentation

◆ operator()()

template<index_t DIM>
template<class ACTION >
void GEOGen::RestrictedVoronoiDiagram< DIM >::PolygonAction< ACTION >::operator() ( index_t  v,
index_t  f,
const Polygon P 
) const
inline

Callback called for each polygon.

Routes the callback to the wrapped user action class.

Parameters
[in]vindex of current Delaunay seed
[in]findex of current mesh facet
[in]Pintersection between current mesh facet and the Voronoi cell of v

Definition at line 410 of file generic_RVD.h.


The documentation for this class was generated from the following file: