34 #ifndef __vtkReebGraphToJoinSplitTreeFilter_h
35 #define __vtkReebGraphToJoinSplitTreeFilter_h
37 #include "vtkFiltersReebGraphModule.h"
38 #include "vtkDirectedGraphAlgorithm.h"
43 public vtkDirectedGraphAlgorithm
48 vtkDirectedGraphAlgorithm);
49 void PrintSelf(ostream& os, vtkIndent indent);
54 vtkSetMacro(IsSplitTree,
bool);
55 vtkGetMacro(IsSplitTree,
bool);
60 vtkSetMacro(FieldId, vtkIdType);
61 vtkGetMacro(FieldId, vtkIdType);
64 vtkReebGraph* GetOutput();
74 int FillInputPortInformation(
int portNumber, vtkInformation *);
75 int FillOutputPortInformation(
int, vtkInformation *);
77 int RequestData(vtkInformation *request,
78 vtkInformationVector **inputVector, vtkInformationVector *outputVector);
converts a given Reeb graph either to a join tree or a split tree (respectively the connectivity of t...