29 #ifndef vtkXMLHyperOctreeWriter_h 30 #define vtkXMLHyperOctreeWriter_h 32 #include "vtkIOXMLModule.h" 60 const
char* GetDataSetName() VTK_OVERRIDE;
66 int WriteData() VTK_OVERRIDE;
72 void WritePrimaryElementAttributes(ostream &,
vtkIndent) VTK_OVERRIDE;
88 unsigned long TopoOffset;
vtkDataObject * GetInput()
Assign a data object as input.
Write VTK XML HyperOctree files.
A dataset structured as a tree where each node has exactly 2^n children.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dynamic, self-adjusting array of int
Superclass for VTK's XML file writers.
a simple class to control print indentation
virtual const char * GetDefaultFileExtension()=0
Get the default file extension for files written by this writer.
Objects that can traverse hyperoctree nodes.
static vtkAlgorithm * New()