121 #ifndef vtkReebGraph_h 122 #define vtkReebGraph_h 143 void PrintNodeData(ostream& os,
vtkIndent indent);
156 ERR_INCORRECT_FIELD = -1,
157 ERR_NO_SUCH_FIELD = -2,
158 ERR_NOT_A_SIMPLICIAL_MESH = -3
207 int Build(
vtkPolyData *mesh, vtkIdType scalarFieldId);
243 int Build(
vtkPolyData *mesh,
const char* scalarFieldName);
275 int StreamTriangle( vtkIdType vertex0Id,
double scalar0,
276 vtkIdType vertex1Id,
double scalar1,
277 vtkIdType vertex2Id,
double scalar2);
293 int StreamTetrahedron( vtkIdType vertex0Id,
double scalar0,
294 vtkIdType vertex1Id,
double scalar1,
295 vtkIdType vertex2Id,
double scalar2,
296 vtkIdType vertex3Id,
double scalar3);
355 int Simplify(
double simplificationThreshold,
369 class Implementation;
static vtkMutableDirectedGraph * New()
abstract class to specify dataset behavior
concrete dataset represents vertices, lines, polygons, and triangle strips
int GetDataObjectType() override
Return class name of data type.
Reeb graph computation for PL scalar fields.
a simple class to control print indentation
list of point or cell ids
dataset represents arbitrary combinations of all possible cell types
abstract superclass for arrays of numeric data
An editable directed graph.
void DeepCopy(vtkDataObject *obj) override
Deep copies the data object into this graph.
abstract class for custom Reeb graph simplification metric design.
general representation of visualization data
#define VTKCOMMONDATAMODEL_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.