31 #ifndef __vtkTreeDifferenceFilter_h
32 #define __vtkTreeDifferenceFilter_h
34 #include "vtkInfovisCoreModule.h"
35 #include "vtkGraphAlgorithm.h"
37 #include "vtkSmartPointer.h"
48 void PrintSelf(ostream& os, vtkIndent indent);
59 vtkSetStringMacro(IdArrayName);
60 vtkGetStringMacro(IdArrayName);
66 vtkSetStringMacro(ComparisonArrayName);
67 vtkGetStringMacro(ComparisonArrayName);
76 vtkSetStringMacro(OutputArrayName);
77 vtkGetStringMacro(OutputArrayName);
84 vtkSetMacro(ComparisonArrayIsVertexData,
bool);
85 vtkGetMacro(ComparisonArrayIsVertexData,
bool);
92 virtual int RequestData(
94 vtkInformationVector**,
95 vtkInformationVector*);
97 virtual int FillInputPortInformation(
int port, vtkInformation *info);
102 bool GenerateMapping(vtkTree *tree1, vtkTree *tree2);
107 vtkSmartPointer<vtkDoubleArray> ComputeDifference(vtkTree *tree1,
std::vector< vtkIdType > VertexMap
bool ComparisonArrayIsVertexData
std::vector< vtkIdType > EdgeMap
char * ComparisonArrayName