29 #ifndef vtkTreeDifferenceFilter_h 30 #define vtkTreeDifferenceFilter_h 32 #include "vtkInfovisCoreModule.h" 59 vtkSetStringMacro(IdArrayName);
68 vtkSetStringMacro(ComparisonArrayName);
80 vtkSetStringMacro(OutputArrayName);
91 vtkGetMacro(ComparisonArrayIsVertexData,
bool);
120 char* ComparisonArrayName;
121 char* OutputArrayName;
122 bool ComparisonArrayIsVertexData;
static vtkGraphAlgorithm * New()
Hold a reference to a vtkObjectBase instance.
Superclass for algorithms that produce only graph as output.
dynamic, self-adjusting array of double
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
A rooted tree data structure.