Graphite Version 3
An experimental 3D geometry processing program
Loading...
Searching...
No Matches
GEO::RVDCallback Class Reference

Baseclass for user functions called for each element (polygon or polyhedron) of a restricted Voronoi diagram traversal. More...

#include <geogram/voronoi/RVD_callback.h>

Inheritance diagram for GEO::RVDCallback:
GEO::RVDPolygonCallback GEO::RVDPolyhedronCallback GEO::BuildRVDMesh

Public Member Functions

 RVDCallback ()
 RVDCallback constructor.
 
virtual ~RVDCallback ()
 RVDCallback destructor.
 
virtual void begin ()
 Called at the beginning of the RVD traversal.
 
virtual void end ()
 Called at the end of the RVD traversal.
 
index_t seed () const
 Gets the index of the seed that corresponds to the current polygon/polyhedron.
 
index_t simplex () const
 Gets the index of the simplex that corresponds to the current polygon/polyhedron.
 
void set_spinlocks (Process::SpinLockArray *spinlocks)
 Sets the spinlocks array.
 

Protected Attributes

index_t seed_
 
index_t simplex_
 
Process::SpinLockArray * spinlocks_
 

Detailed Description

Baseclass for user functions called for each element (polygon or polyhedron) of a restricted Voronoi diagram traversal.

Definition at line 76 of file RVD_callback.h.

Member Function Documentation

◆ begin()

virtual void GEO::RVDCallback::begin ( )
virtual

Called at the beginning of the RVD traversal.

Reimplemented in GEO::RVDPolygonCallback, GEO::RVDPolyhedronCallback, and GEO::BuildRVDMesh.

◆ end()

virtual void GEO::RVDCallback::end ( )
virtual

Called at the end of the RVD traversal.

Reimplemented in GEO::RVDPolygonCallback, GEO::RVDPolyhedronCallback, and GEO::BuildRVDMesh.

◆ seed()

index_t GEO::RVDCallback::seed ( ) const
inline

Gets the index of the seed that corresponds to the current polygon/polyhedron.

Returns
The index of the seed that corresponds to the current polygon/polyhedron.

The current polygon/polyhedron is the intersection between a Voronoi cell (associted with a seed) and a simplex.

Definition at line 107 of file RVD_callback.h.

◆ set_spinlocks()

void GEO::RVDCallback::set_spinlocks ( Process::SpinLockArray *  spinlocks)
inline

Sets the spinlocks array.

In multithreading mode, a spinlocks array can be used to manage concurrent accesses.

Parameters
[in]spinlocksa pointer to the Process::SpinLockArray or nullptr if no spinlocks are used.

Definition at line 131 of file RVD_callback.h.

◆ simplex()

index_t GEO::RVDCallback::simplex ( ) const
inline

Gets the index of the simplex that corresponds to the current polygon/polyhedron.

Returns
The index of the simplex that corresponds to the current polygon/polyhedron. Points to a simplex in the mesh that the Voronoi diagram is restricted to.

The current polygon/polyhedron is the intersection between a Voronoi cell and a simplex.

Definition at line 120 of file RVD_callback.h.

Member Data Documentation

◆ seed_

index_t GEO::RVDCallback::seed_
protected

Definition at line 136 of file RVD_callback.h.

◆ simplex_

index_t GEO::RVDCallback::simplex_
protected

Definition at line 137 of file RVD_callback.h.

◆ spinlocks_

Process::SpinLockArray* GEO::RVDCallback::spinlocks_
protected

Definition at line 138 of file RVD_callback.h.


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