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);
 
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 
 
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. 
 
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass. 
 
char * ComparisonArrayName
 
A rooted tree data structure.