Go to the documentation of this file.
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);
bool GenerateEdgePedigreeIds
reads an XML file into a vtkTree
static const char * CharDataField
static vtkTreeAlgorithm * New()
char * EdgePedigreeIdArrayName
a simple class to control print indentation
char * VertexPedigreeIdArrayName
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only Tree as output.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
bool GenerateVertexPedigreeIds
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static const char * TagNameField