Go to the documentation of this file.
31 #ifndef vtkTreeDifferenceFilter_h
32 #define vtkTreeDifferenceFilter_h
#define VTKINFOVISCORE_EXPORT
Superclass for algorithms that produce only graph as output.
std::vector< vtkIdType > VertexMap
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkTypeMacro(thisClass, superclass)
static vtkTreeDifferenceFilter * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
bool ComparisonArrayIsVertexData
~vtkTreeDifferenceFilter()
std::vector< vtkIdType > EdgeMap
A rooted tree data structure.
a simple class to control print indentation
#define vtkSetStringMacro(name)
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkSetMacro(IgnoreDriverBugs, bool)
vtkSmartPointer< vtkDoubleArray > ComputeDifference(vtkTree *tree1, vtkTree *tree2)
dynamic, self-adjusting array of double
char * ComparisonArrayName
bool GenerateMapping(vtkTree *tree1, vtkTree *tree2)
vtkTreeDifferenceFilter()