31 #ifndef __vtkTreeDifferenceFilter_h
32 #define __vtkTreeDifferenceFilter_h
34 #include "vtkInfovisCoreModule.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);
94 vtkInformationVector**,
95 vtkInformationVector*);
102 bool GenerateMapping(vtkTree *tree1, vtkTree *tree2);
107 vtkSmartPointer<vtkDoubleArray> ComputeDifference(vtkTree *tree1,
static vtkGraphAlgorithm * New()
std::vector< vtkIdType > VertexMap
bool ComparisonArrayIsVertexData
Superclass for algorithms that produce only graph as output.
std::vector< vtkIdType > EdgeMap
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
char * ComparisonArrayName
virtual int FillInputPortInformation(int port, vtkInformation *info)