78 #ifndef vtkXMLTreeReader_h
79 #define vtkXMLTreeReader_h
81 #include "vtkIOInfovisModule.h"
84 VTK_ABI_NAMESPACE_BEGIN
96 vtkGetFilePathMacro(FileName);
97 vtkSetFilePathMacro(FileName);
104 vtkGetStringMacro(XMLString);
105 vtkSetStringMacro(XMLString);
112 vtkGetStringMacro(EdgePedigreeIdArrayName);
113 vtkSetStringMacro(EdgePedigreeIdArrayName);
120 vtkGetStringMacro(VertexPedigreeIdArrayName);
121 vtkSetStringMacro(VertexPedigreeIdArrayName);
130 vtkSetMacro(GenerateEdgePedigreeIds,
bool);
131 vtkGetMacro(GenerateEdgePedigreeIds,
bool);
132 vtkBooleanMacro(GenerateEdgePedigreeIds,
bool);
133 vtkSetMacro(GenerateVertexPedigreeIds,
bool);
134 vtkGetMacro(GenerateVertexPedigreeIds,
bool);
135 vtkBooleanMacro(GenerateVertexPedigreeIds,
bool);
143 vtkGetMacro(MaskArrays,
bool);
144 vtkSetMacro(MaskArrays,
bool);
145 vtkBooleanMacro(MaskArrays,
bool);
154 vtkGetMacro(ReadCharData,
bool);
155 vtkSetMacro(ReadCharData,
bool);
156 vtkBooleanMacro(ReadCharData,
bool);
165 vtkGetMacro(ReadTagName,
bool);
166 vtkSetMacro(ReadTagName,
bool);
167 vtkBooleanMacro(ReadTagName,
bool);
193 VTK_ABI_NAMESPACE_END
Superclass for algorithms that produce only Tree as output.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
bool GenerateVertexPedigreeIds
static const char * TagNameField
a simple class to control print indentation
bool GenerateEdgePedigreeIds
static const char * CharDataField
static vtkTreeAlgorithm * New()
reads an XML file into a vtkTree
char * EdgePedigreeIdArrayName
char * VertexPedigreeIdArrayName
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.