 |
VTK
9.0.1
|
Go to the documentation of this file.
26 #ifndef vtkUnstructuredGridToReebGraphFilter_h
27 #define vtkUnstructuredGridToReebGraphFilter_h
30 #include "vtkFiltersReebGraphModule.h"
46 vtkSetMacro(FieldId,
int);
47 vtkGetMacro(FieldId,
int);
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
Superclass for algorithms that produce only directed graph as output.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
generate a Reeb graph from a scalar field defined on a vtkUnstructuredGrid.
Reeb graph computation for PL scalar fields.
vtkReebGraph * GetOutput()
a simple class to control print indentation
int FillInputPortInformation(int portNumber, vtkInformation *) override
Fill the input port information objects for this algorithm.
vtkUnstructuredGridToReebGraphFilter()
static vtkUnstructuredGridToReebGraphFilter * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkUnstructuredGridToReebGraphFilter() override