94 #ifndef vtkXMLTreeReader_h
95 #define vtkXMLTreeReader_h
97 #include "vtkIOInfovisModule.h"
112 vtkSetStringMacro(FileName);
120 vtkSetStringMacro(XMLString);
128 vtkSetStringMacro(EdgePedigreeIdArrayName);
136 vtkSetStringMacro(VertexPedigreeIdArrayName);
146 vtkGetMacro(GenerateEdgePedigreeIds,
bool);
149 vtkGetMacro(GenerateVertexPedigreeIds,
bool);
158 vtkGetMacro(MaskArrays,
bool);
169 vtkGetMacro(ReadCharData,
bool);
180 vtkGetMacro(ReadTagName,
bool);
Superclass for algorithms that produce only Tree as output.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
bool GenerateVertexPedigreeIds
static const char * TagNameField
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
bool GenerateEdgePedigreeIds
static const char * CharDataField
static vtkTreeAlgorithm * New()
reads an XML file into a vtkTree
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
char * EdgePedigreeIdArrayName
char * VertexPedigreeIdArrayName
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.