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

Read VTK XML HyperOctree files. More...

#include <vtkXMLHyperOctreeReader.h>

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

List of all members.

Public Types

typedef vtkXMLDataReader Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkXMLHyperOctreeReaderNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
vtkHyperOctreeGetOutput ()
vtkHyperOctreeGetOutput (int idx)

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkXMLHyperOctreeReaderSafeDownCast (vtkObjectBase *o)
static vtkXMLHyperOctreeReaderNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkXMLHyperOctreeReader ()
 ~vtkXMLHyperOctreeReader ()
const char * GetDataSetName ()
void SetupEmptyOutput ()
virtual int FillOutputPortInformation (int, vtkInformation *)
vtkIdType GetNumberOfPoints ()
vtkIdType GetNumberOfCells ()
virtual int ReadArrayForPoints (vtkXMLDataElement *da, vtkAbstractArray *outArray)
virtual int ReadArrayForCells (vtkXMLDataElement *da, vtkAbstractArray *outArray)
void ReadXMLData ()
void ReadTopology (vtkXMLDataElement *elem)
int BuildNextCell (vtkIntArray *, vtkHyperOctreeCursor *, int)

Protected Attributes

int ArrayIndex

Detailed Description

Read VTK XML HyperOctree files.

vtkXMLHyperOctreeReader reads the VTK XML HyperOctree file format. One rectilinear grid file can be read to produce one output. Streaming is supported. The standard extension for this reader's file format is "vto". This reader is also used to read a single piece of the parallel file format.

See also:
vtkXMLPHyperOctreeReader
Examples:
vtkXMLHyperOctreeReader (Examples)
Tests:
vtkXMLHyperOctreeReader (Tests)

Definition at line 44 of file vtkXMLHyperOctreeReader.h.


Member Typedef Documentation

Reimplemented from vtkXMLDataReader.

Definition at line 47 of file vtkXMLHyperOctreeReader.h.


Constructor & Destructor Documentation


Member Function Documentation

static int vtkXMLHyperOctreeReader::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 vtkXMLDataReader.

virtual int vtkXMLHyperOctreeReader::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 vtkXMLDataReader.

Reimplemented from vtkXMLDataReader.

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

Reimplemented from vtkXMLDataReader.

Reimplemented from vtkXMLDataReader.

void vtkXMLHyperOctreeReader::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 vtkXMLDataReader.

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

Reimplemented from vtkAlgorithm.

Get the reader's output.

Get the reader's output.

const char* vtkXMLHyperOctreeReader::GetDataSetName ( ) [protected, virtual]

Implements vtkXMLReader.

void vtkXMLHyperOctreeReader::SetupEmptyOutput ( ) [protected, virtual]

Implements vtkXMLReader.

virtual int vtkXMLHyperOctreeReader::FillOutputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkAlgorithm.

Get the number of points in the output.

Implements vtkXMLDataReader.

Get the number of cells in the output.

Implements vtkXMLDataReader.

virtual int vtkXMLHyperOctreeReader::ReadArrayForPoints ( vtkXMLDataElement da,
vtkAbstractArray outArray 
) [protected, virtual]

Reimplemented from vtkXMLDataReader.

virtual int vtkXMLHyperOctreeReader::ReadArrayForCells ( vtkXMLDataElement da,
vtkAbstractArray outArray 
) [protected, virtual]

Reimplemented from vtkXMLDataReader.

void vtkXMLHyperOctreeReader::ReadXMLData ( ) [protected, virtual]

Reimplemented from vtkXMLDataReader.


Member Data Documentation

Definition at line 92 of file vtkXMLHyperOctreeReader.h.


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