31 #ifndef vtkTreeDifferenceFilter_h
32 #define vtkTreeDifferenceFilter_h
59 vtkSetStringMacro(IdArrayName);
60 vtkGetStringMacro(IdArrayName);
66 vtkSetStringMacro(ComparisonArrayName);
67 vtkGetStringMacro(ComparisonArrayName);
76 vtkSetStringMacro(OutputArrayName);
77 vtkGetStringMacro(OutputArrayName);
84 vtkSetMacro(ComparisonArrayIsVertexData,
bool);
85 vtkGetMacro(ComparisonArrayIsVertexData,
bool);
static vtkGraphAlgorithm * New()
std::vector< vtkIdType > VertexMap
bool ComparisonArrayIsVertexData
Superclass for algorithms that produce only graph as output.
dynamic, self-adjusting array of double
std::vector< vtkIdType > EdgeMap
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKINFOVISCORE_EXPORT
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
char * ComparisonArrayName
A rooted tree data structure.
virtual int FillInputPortInformation(int port, vtkInformation *info)