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