Set of vertex, edge, face and segment features. More...
#include <ttessel.h>
Public Attributes | |
std::vector< double(*)(Point2, TTessel *)> | vertices |
vertex features (vector of functions) | |
std::vector< double(*)(Segment, TTessel *)> | edges |
edge features | |
std::vector< double(*)(Polygon, TTessel *)> | faces |
face featuress | |
std::vector< double(*)(std::vector < Point2 >, TTessel *)> | segs |
segment features | |
Set of vertex, edge, face and segment features.