32 #ifndef vtkTreeDifferenceFilter_h 33 #define vtkTreeDifferenceFilter_h 35 #include "vtkInfovisCoreModule.h" 62 vtkSetStringMacro(IdArrayName);
63 vtkGetStringMacro(IdArrayName);
71 vtkSetStringMacro(ComparisonArrayName);
72 vtkGetStringMacro(ComparisonArrayName);
83 vtkSetStringMacro(OutputArrayName);
84 vtkGetStringMacro(OutputArrayName);
93 vtkSetMacro(ComparisonArrayIsVertexData,
bool);
94 vtkGetMacro(ComparisonArrayIsVertexData,
bool);
static vtkGraphAlgorithm * New()
std::vector< vtkIdType > VertexMap
bool ComparisonArrayIsVertexData
Superclass for algorithms that produce only graph as output.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
dynamic, self-adjusting array of double
std::vector< vtkIdType > EdgeMap
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
char * ComparisonArrayName
A rooted tree data structure.