29 #ifndef vtkTreeDifferenceFilter_h 30 #define vtkTreeDifferenceFilter_h 33 #include "vtkInfovisCoreModule.h" 59 vtkSetStringMacro(IdArrayName);
60 vtkGetStringMacro(IdArrayName);
68 vtkSetStringMacro(ComparisonArrayName);
69 vtkGetStringMacro(ComparisonArrayName);
80 vtkSetStringMacro(OutputArrayName);
81 vtkGetStringMacro(OutputArrayName);
90 vtkSetMacro(ComparisonArrayIsVertexData,
bool);
91 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
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.
std::vector< vtkIdType > EdgeMap