VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkXMLHyperOctreeWriter Class Reference

Write VTK XML HyperOctree files. More...

#include <vtkXMLHyperOctreeWriter.h>

Inheritance diagram for vtkXMLHyperOctreeWriter:
Inheritance graph
[legend]
Collaboration diagram for vtkXMLHyperOctreeWriter:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkXMLWriter Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkXMLHyperOctreeWriterNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
const char * GetDefaultFileExtension ()
vtkHyperOctreeGetInput ()

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkXMLHyperOctreeWriterSafeDownCast (vtkObjectBase *o)
static vtkXMLHyperOctreeWriterNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkXMLHyperOctreeWriter ()
 ~vtkXMLHyperOctreeWriter ()
const char * GetDataSetName ()
virtual int FillInputPortInformation (int port, vtkInformation *info)
int WriteData ()
int StartPrimElement (vtkIndent)
void WritePrimaryElementAttributes (ostream &, vtkIndent)
int WriteTopology (vtkIndent)
void SerializeTopology (vtkHyperOctreeCursor *, int)
int WriteAttributeData (vtkIndent)
int FinishPrimElement (vtkIndent)

Protected Attributes

vtkIntArrayTopologyArray
unsigned long TopoOffset
OffsetsManagerGroupTopologyOM
OffsetsManagerGroupPointDataOM
OffsetsManagerGroupCellDataOM

Detailed Description

Write VTK XML HyperOctree files.

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.

See also:
vtkXMLPHyperOctreeWriter
Tests:
vtkXMLHyperOctreeWriter (Tests)

Definition at line 41 of file vtkXMLHyperOctreeWriter.h.


Member Typedef Documentation

Reimplemented from vtkXMLWriter.

Definition at line 44 of file vtkXMLHyperOctreeWriter.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

Reimplemented from vtkXMLWriter.

virtual vtkObjectBase* vtkXMLHyperOctreeWriter::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkXMLWriter.

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.

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkAlgorithm.

Get/Set the writer's input.

Reimplemented from vtkXMLWriter.

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.

void vtkXMLHyperOctreeWriter::WritePrimaryElementAttributes ( ostream &  ,
vtkIndent   
) [protected, virtual]

Reimplemented from vtkXMLWriter.


Member Data Documentation

Definition at line 89 of file vtkXMLHyperOctreeWriter.h.

unsigned long vtkXMLHyperOctreeWriter::TopoOffset [protected]

Definition at line 90 of file vtkXMLHyperOctreeWriter.h.

Definition at line 91 of file vtkXMLHyperOctreeWriter.h.

Definition at line 92 of file vtkXMLHyperOctreeWriter.h.

Definition at line 93 of file vtkXMLHyperOctreeWriter.h.


The documentation for this class was generated from the following file: