34 #ifndef __vtkReebGraphToJoinSplitTreeFilter_h
35 #define __vtkReebGraphToJoinSplitTreeFilter_h
37 #include "vtkFiltersReebGraphModule.h"
49 void PrintSelf(ostream& os, vtkIndent indent);
54 vtkSetMacro(IsSplitTree,
bool);
55 vtkGetMacro(IsSplitTree,
bool);
60 vtkSetMacro(FieldId, vtkIdType);
61 vtkGetMacro(FieldId, vtkIdType);
78 vtkInformationVector **inputVector, vtkInformationVector *outputVector);
converts a given Reeb graph either to a join tree or a split tree (respectively the connectivity of t...
static vtkDirectedGraphAlgorithm * New()
Reeb graph computation for PL scalar fields.
Superclass for algorithms that produce only directed graph as output.
void PrintSelf(ostream &os, vtkIndent indent)
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int FillOutputPortInformation(int port, vtkInformation *info)
vtkDirectedGraph * GetOutput()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)