88 #ifndef vtkXMLTreeReader_h 89 #define vtkXMLTreeReader_h 91 #include "vtkIOInfovisModule.h" 106 vtkSetStringMacro(FileName);
114 vtkSetStringMacro(XMLString);
122 vtkSetStringMacro(EdgePedigreeIdArrayName);
130 vtkSetStringMacro(VertexPedigreeIdArrayName);
140 vtkGetMacro(GenerateEdgePedigreeIds,
bool);
143 vtkGetMacro(GenerateVertexPedigreeIds,
bool);
152 vtkGetMacro(MaskArrays,
bool);
163 vtkGetMacro(ReadCharData,
bool);
174 vtkGetMacro(ReadTagName,
bool);
191 char* EdgePedigreeIdArrayName;
192 char* VertexPedigreeIdArrayName;
193 bool GenerateEdgePedigreeIds;
194 bool GenerateVertexPedigreeIds;
Superclass for algorithms that produce only Tree as output.
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.
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.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.