117 #ifndef __vtkReebGraph_h
118 #define __vtkReebGraph_h
120 #include "vtkCommonDataModelModule.h"
139 void PrintNodeData(ostream& os,
vtkIndent indent);
150 ERR_INCORRECT_FIELD = -1,
151 ERR_NO_SUCH_FIELD = -2,
152 ERR_NOT_A_SIMPLICIAL_MESH = -3
200 int Build(
vtkPolyData *mesh,
const char* scalarFieldName);
218 int StreamTriangle(
vtkIdType vertex0Id,
double scalar0,
231 int StreamTetrahedron(
vtkIdType vertex0Id,
double scalar0,
276 int Simplify(
double simplificationThreshold,
288 class Implementation;