87 #ifndef vtkXMLTreeReader_h
88 #define vtkXMLTreeReader_h
90 #include "vtkIOInfovisModule.h"
93 VTK_ABI_NAMESPACE_BEGIN
113 vtkGetStringMacro(XMLString);
114 vtkSetStringMacro(XMLString);
121 vtkGetStringMacro(EdgePedigreeIdArrayName);
122 vtkSetStringMacro(EdgePedigreeIdArrayName);
129 vtkGetStringMacro(VertexPedigreeIdArrayName);
130 vtkSetStringMacro(VertexPedigreeIdArrayName);
139 vtkSetMacro(GenerateEdgePedigreeIds,
bool);
140 vtkGetMacro(GenerateEdgePedigreeIds,
bool);
141 vtkBooleanMacro(GenerateEdgePedigreeIds,
bool);
142 vtkSetMacro(GenerateVertexPedigreeIds,
bool);
143 vtkGetMacro(GenerateVertexPedigreeIds,
bool);
144 vtkBooleanMacro(GenerateVertexPedigreeIds,
bool);
152 vtkGetMacro(MaskArrays,
bool);
153 vtkSetMacro(MaskArrays,
bool);
154 vtkBooleanMacro(MaskArrays,
bool);
163 vtkGetMacro(ReadCharData,
bool);
164 vtkSetMacro(ReadCharData,
bool);
165 vtkBooleanMacro(ReadCharData,
bool);
174 vtkGetMacro(ReadTagName,
bool);
175 vtkSetMacro(ReadTagName,
bool);
176 vtkBooleanMacro(ReadTagName,
bool);
202 VTK_ABI_NAMESPACE_END
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()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
char * VertexPedigreeIdArrayName
bool GenerateEdgePedigreeIds
~vtkXMLTreeReader() override
static const char * TagNameField
static const char * CharDataField
char * EdgePedigreeIdArrayName
bool GenerateVertexPedigreeIds
vtkSetFilePathMacro(FileName)
If set, reads in the XML file specified.
vtkGetFilePathMacro(FileName)
If set, reads in the XML file specified.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.