29 #ifndef vtkXMLHyperOctreeWriter_h
30 #define vtkXMLHyperOctreeWriter_h
32 #include "vtkIOXMLModule.h"
58 ~vtkXMLHyperOctreeWriter() VTK_OVERRIDE;
60 const
char* GetDataSetName() VTK_OVERRIDE;
66 int WriteData() VTK_OVERRIDE;
72 void WritePrimaryElementAttributes(ostream &, vtkIndent) VTK_OVERRIDE;
75 int WriteTopology(vtkIndent);
81 int WriteAttributeData(vtkIndent);
84 int FinishPrimElement(vtkIndent);
88 unsigned long TopoOffset;
94 vtkXMLHyperOctreeWriter(const vtkXMLHyperOctreeWriter&) VTK_DELETE_FUNCTION;
95 void operator=(const vtkXMLHyperOctreeWriter&) VTK_DELETE_FUNCTION;
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()