32#ifndef vtkXMLHyperOctreeWriter_h
33#define vtkXMLHyperOctreeWriter_h
35#include "vtkIOXMLModule.h"
Objects that can traverse hyperoctree nodes.
A dataset structured as a tree where each node has exactly 2^n children.
a simple class to control print indentation
dynamic, self-adjusting array of int
Write VTK XML HyperOctree files.
void SerializeTopology(vtkHyperOctreeCursor *, int)
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
OffsetsManagerGroup * PointDataOM
~vtkXMLHyperOctreeWriter()
int StartPrimElement(vtkIndent)
vtkIntArray * TopologyArray
OffsetsManagerGroup * TopologyOM
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
int WriteAttributeData(vtkIndent)
const char * GetDefaultFileExtension()
Get the default file extension for files written by this writer.
const char * GetDataSetName()
static vtkXMLHyperOctreeWriter * New()
vtkHyperOctree * GetInput()
Get/Set the writer's input.
void WritePrimaryElementAttributes(ostream &, vtkIndent)
vtkXMLHyperOctreeWriter()
int FinishPrimElement(vtkIndent)
OffsetsManagerGroup * CellDataOM
int WriteTopology(vtkIndent)
Superclass for VTK's XML file writers.