32 #ifndef vtkTreeDifferenceFilter_h
33 #define vtkTreeDifferenceFilter_h
35 #include "vtkInfovisCoreModule.h"
62 vtkSetStringMacro(IdArrayName);
71 vtkSetStringMacro(ComparisonArrayName);
83 vtkSetStringMacro(OutputArrayName);
94 vtkGetMacro(ComparisonArrayIsVertexData,
bool);
dynamic, self-adjusting array of double
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
bool GenerateMapping(vtkTree *tree1, vtkTree *tree2)
Populate VertexMap and EdgeMap with meaningful values.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
vtkTreeDifferenceFilter()
~vtkTreeDifferenceFilter()
std::vector< vtkIdType > VertexMap
char * ComparisonArrayName
static vtkTreeDifferenceFilter * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
std::vector< vtkIdType > EdgeMap
bool ComparisonArrayIsVertexData
vtkSmartPointer< vtkDoubleArray > ComputeDifference(vtkTree *tree1, vtkTree *tree2)
Compute the differences between tree #1 and tree #2's copies of the comparison array.
A rooted tree data structure.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.