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