#include <vtkXMLHyperOctreeWriter.h>
vtkXMLHyperOctreeWriter writes the VTK XML HyperOctree file format. One HyperOctree input can be written into one file in any number of streamed pieces. The standard extension for this writer's file format is "vto". This writer is also used to write a single piece of the parallel file format.
Definition at line 40 of file vtkXMLHyperOctreeWriter.h.
vtkXMLHyperOctreeWriter::vtkXMLHyperOctreeWriter | ( | ) | [protected] |
vtkXMLHyperOctreeWriter::~vtkXMLHyperOctreeWriter | ( | ) | [protected] |
virtual const char* vtkXMLHyperOctreeWriter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkXMLWriter.
static int vtkXMLHyperOctreeWriter::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkXMLWriter.
virtual int vtkXMLHyperOctreeWriter::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkXMLWriter.
static vtkXMLHyperOctreeWriter* vtkXMLHyperOctreeWriter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkXMLWriter.
void vtkXMLHyperOctreeWriter::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkXMLWriter.
static vtkXMLHyperOctreeWriter* vtkXMLHyperOctreeWriter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
vtkHyperOctree* vtkXMLHyperOctreeWriter::GetInput | ( | ) |
Get/Set the writer's input.
Reimplemented from vtkXMLWriter.
const char* vtkXMLHyperOctreeWriter::GetDefaultFileExtension | ( | ) | [virtual] |
Get the default file extension for files written by this writer.
Implements vtkXMLWriter.
const char* vtkXMLHyperOctreeWriter::GetDataSetName | ( | ) | [protected, virtual] |
Implements vtkXMLWriter.
virtual int vtkXMLHyperOctreeWriter::FillInputPortInformation | ( | int | port, | |
vtkInformation * | info | |||
) | [protected, virtual] |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkAlgorithm.
int vtkXMLHyperOctreeWriter::WriteData | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLWriter.
int vtkXMLHyperOctreeWriter::StartPrimElement | ( | vtkIndent | ) | [protected] |
void vtkXMLHyperOctreeWriter::WritePrimaryElementAttributes | ( | ostream & | , | |
vtkIndent | ||||
) | [protected, virtual] |
Reimplemented from vtkXMLWriter.
int vtkXMLHyperOctreeWriter::WriteTopology | ( | vtkIndent | ) | [protected] |
void vtkXMLHyperOctreeWriter::SerializeTopology | ( | vtkHyperOctreeCursor * | , | |
int | ||||
) | [protected] |
int vtkXMLHyperOctreeWriter::WriteAttributeData | ( | vtkIndent | ) | [protected] |
int vtkXMLHyperOctreeWriter::FinishPrimElement | ( | vtkIndent | ) | [protected] |
vtkIntArray* vtkXMLHyperOctreeWriter::TopologyArray [protected] |
Definition at line 88 of file vtkXMLHyperOctreeWriter.h.
unsigned long vtkXMLHyperOctreeWriter::TopoOffset [protected] |
Definition at line 89 of file vtkXMLHyperOctreeWriter.h.
OffsetsManagerGroup* vtkXMLHyperOctreeWriter::TopologyOM [protected] |
Definition at line 90 of file vtkXMLHyperOctreeWriter.h.
OffsetsManagerGroup* vtkXMLHyperOctreeWriter::PointDataOM [protected] |
Definition at line 91 of file vtkXMLHyperOctreeWriter.h.
OffsetsManagerGroup* vtkXMLHyperOctreeWriter::CellDataOM [protected] |
Definition at line 92 of file vtkXMLHyperOctreeWriter.h.