23 #ifndef vtkReebGraphToJoinSplitTreeFilter_h
24 #define vtkReebGraphToJoinSplitTreeFilter_h
27 #include "vtkFiltersReebGraphModule.h"
29 VTK_ABI_NAMESPACE_BEGIN
45 vtkSetMacro(IsSplitTree,
bool);
46 vtkGetMacro(IsSplitTree,
bool);
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
converts a given Reeb graph either to a join tree or a split tree (respectively the connectivity of t...
static vtkDirectedGraphAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Reeb graph computation for PL scalar fields.
Superclass for algorithms that produce only directed graph as output.
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkDirectedGraph * GetOutput()
Get the output data object for a port on this algorithm.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.