|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
  118 #ifndef vtkReebGraph_h 
  119 #define vtkReebGraph_h 
  121 #include "vtkCommonDataModelModule.h"  
  139   void PrintNodeData(ostream& os, 
vtkIndent indent);
 
  151     ERR_INCORRECT_FIELD = -1,
 
  152     ERR_NO_SUCH_FIELD = -2,
 
  153     ERR_NOT_A_SIMPLICIAL_MESH = -3
 
  236   int Build(
vtkPolyData* mesh, 
const char* scalarFieldName);
 
  268   int StreamTriangle(
vtkIdType vertex0Id, 
double scalar0, 
vtkIdType vertex1Id, 
double scalar1,
 
  285   int StreamTetrahedron(
vtkIdType vertex0Id, 
double scalar0, 
vtkIdType vertex1Id, 
double scalar1,
 
  358   class Implementation;
 
  
An editable directed graph.
void DeepCopy(vtkDataObject *obj) override
Deep copies the data object into this graph.
abstract superclass for arrays of numeric data
abstract class for custom Reeb graph simplification metric design.
Reeb graph computation for PL scalar fields.
a simple class to control print indentation
list of point or cell ids
abstract class to specify dataset behavior
concrete dataset represents vertices, lines, polygons, and triangle strips
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dataset represents arbitrary combinations of all possible cell types
int GetDataObjectType() override
Return class name of data type.
general representation of visualization data
static vtkMutableDirectedGraph * New()