 |
VTK
9.0.1
|
Go to the documentation of this file.
35 #ifndef vtkReebGraphToJoinSplitTreeFilter_h
36 #define vtkReebGraphToJoinSplitTreeFilter_h
39 #include "vtkFiltersReebGraphModule.h"
56 vtkSetMacro(IsSplitTree,
bool);
57 vtkGetMacro(IsSplitTree,
bool);
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
static vtkReebGraphToJoinSplitTreeFilter * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only directed graph as output.
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
vtkReebGraphToJoinSplitTreeFilter()
converts a given Reeb graph either to a join tree or a split tree (respectively the connectivity of t...
int FillInputPortInformation(int portNumber, vtkInformation *) override
Fill the input port information objects for this algorithm.
Reeb graph computation for PL scalar fields.
a simple class to control print indentation
~vtkReebGraphToJoinSplitTreeFilter() override
vtkReebGraph * GetOutput()