cheshirekow  v0.1.0
mpblocks::clarkson93::ExampleTraits2< SCALAR, NDIM >::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/ExampleTraits2.h>

Public Member Functions

void hullFaceAdded (SimplexRef S)
 
void hullFaceRemoved (SimplexRef S)
 

Detailed Description

template<typename SCALAR, unsigned int NDIM>
struct mpblocks::clarkson93::ExampleTraits2< SCALAR, NDIM >::Callback

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 179 of file ExampleTraits2.h.

Member Function Documentation

template<typename SCALAR , unsigned int NDIM>
void mpblocks::clarkson93::ExampleTraits2< SCALAR, NDIM >::Callback::hullFaceAdded ( SimplexRef  S)
inline

Definition at line 181 of file ExampleTraits2.h.

template<typename SCALAR , unsigned int NDIM>
void mpblocks::clarkson93::ExampleTraits2< SCALAR, NDIM >::Callback::hullFaceRemoved ( SimplexRef  S)
inline

Definition at line 182 of file ExampleTraits2.h.


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