VTK
|
Read VTK XML HyperOctree files. More...
#include <vtkXMLHyperOctreeReader.h>
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.
Definition at line 44 of file vtkXMLHyperOctreeReader.h.
Reimplemented from vtkXMLDataReader.
Definition at line 47 of file vtkXMLHyperOctreeReader.h.
vtkXMLHyperOctreeReader::vtkXMLHyperOctreeReader | ( | ) | [protected] |
vtkXMLHyperOctreeReader::~vtkXMLHyperOctreeReader | ( | ) | [protected] |
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.
static vtkXMLHyperOctreeReader* vtkXMLHyperOctreeReader::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
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.
static vtkXMLHyperOctreeReader* vtkXMLHyperOctreeReader::New | ( | ) | [static] |
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.
vtkIdType vtkXMLHyperOctreeReader::GetNumberOfPoints | ( | ) | [protected, virtual] |
Get the number of points in the output.
Implements vtkXMLDataReader.
vtkIdType vtkXMLHyperOctreeReader::GetNumberOfCells | ( | ) | [protected, virtual] |
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.
void vtkXMLHyperOctreeReader::ReadTopology | ( | vtkXMLDataElement * | elem | ) | [protected] |
int vtkXMLHyperOctreeReader::BuildNextCell | ( | vtkIntArray * | , |
vtkHyperOctreeCursor * | , | ||
int | |||
) | [protected] |
int vtkXMLHyperOctreeReader::ArrayIndex [protected] |
Definition at line 92 of file vtkXMLHyperOctreeReader.h.