cheshirekow  v0.1.0
mpblocks::clarkson93::ExampleTraits::Callback Struct Reference

the triangulation provides some static callbacks for when hull faces are added or removed. If we wish to do anything special this is where we can hook into them. If you do not wish to hook into the callbacks then simply create an empty structure which has empty implementation for these More...

#include <mpblocks/clarkson93/ExampleTraits.h>

Public Member Functions

void hullFaceAdded (Simplex *S)
 
void hullFaceRemoved (Simplex *S)
 

Detailed Description

the triangulation provides some static callbacks for when hull faces are added or removed. If we wish to do anything special this is where we can hook into them. If you do not wish to hook into the callbacks then simply create an empty structure which has empty implementation for these

Definition at line 175 of file ExampleTraits.h.

Member Function Documentation

void mpblocks::clarkson93::ExampleTraits::Callback::hullFaceAdded ( Simplex S)
inline

Definition at line 177 of file ExampleTraits.h.

void mpblocks::clarkson93::ExampleTraits::Callback::hullFaceRemoved ( Simplex S)
inline

Definition at line 178 of file ExampleTraits.h.


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