Functions | |
| template<class Del> | |
| void | printToEPS (const Del *del, FILE *out) |
| template<class Point> | |
| void | printPoint (unsigned long id, const Point &p, FILE *out) |
| template<class IntVect> | |
| void | printEle (unsigned long id, const IntVect &v, FILE *out) |
| template<class Vertex> | |
| void | printToNode (const std::vector< Vertex * > &verts, FILE *out) |
| template<class Del> | |
| void | printToNode (const Del *del, FILE *out) |
| template<class Del> | |
| void | printToNodeEle (const Del *del, FILE *node, FILE *ele) |
|
||||||||||||||||||||
|
Print a simplex in Shewchuk's .ele format. |
|
||||||||||||||||||||
|
Print a point in Shewchuk's .node format. |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Print a triangulation to .node format. |
|
||||||||||||||||
|
Print all the vertices in Shewchuk's .node format. We assume the point IDs start at zero, and grow consecutively. |
|
||||||||||||||||||||
|
Print a triangulation to .node and .ele format. |
1.4.6