20 #ifndef vtkTreeDifferenceFilter_h
21 #define vtkTreeDifferenceFilter_h
24 #include "vtkInfovisCoreModule.h"
29 VTK_ABI_NAMESPACE_BEGIN
51 vtkSetStringMacro(IdArrayName);
52 vtkGetStringMacro(IdArrayName);
60 vtkSetStringMacro(ComparisonArrayName);
61 vtkGetStringMacro(ComparisonArrayName);
72 vtkSetStringMacro(OutputArrayName);
73 vtkGetStringMacro(OutputArrayName);
82 vtkSetMacro(ComparisonArrayIsVertexData,
bool);
83 vtkGetMacro(ComparisonArrayIsVertexData,
bool);
120 VTK_ABI_NAMESPACE_END
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