VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkCompositeDataReader Class Reference

read vtkCompositeDataSet data file. More...

#include <vtkCompositeDataReader.h>

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

List of all members.

Public Types

typedef vtkDataReader Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkCompositeDataReaderNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
vtkCompositeDataSetGetOutput ()
vtkCompositeDataSetGetOutput (int idx)
void SetOutput (vtkCompositeDataSet *output)

Static Public Member Functions

static vtkCompositeDataReaderNew ()
static int IsTypeOf (const char *type)
static vtkCompositeDataReaderSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkCompositeDataReader ()
 ~vtkCompositeDataReader ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestDataObject (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillOutputPortInformation (int, vtkInformation *)
int ReadOutputType ()
bool ReadCompositeData (vtkMultiPieceDataSet *)
bool ReadCompositeData (vtkMultiBlockDataSet *)
bool ReadCompositeData (vtkHierarchicalBoxDataSet *)
bool ReadCompositeData (vtkOverlappingAMR *)
bool ReadCompositeData (vtkNonOverlappingAMR *)
vtkDataObjectReadChild ()

Detailed Description

read vtkCompositeDataSet data file.

Warning:
This is an experimental format. Use XML-based formats for writing composite datasets. Saving composite dataset in legacy VTK format is expected to change in future including changes to the file layout.
Tests:
vtkCompositeDataReader (Tests)

Definition at line 40 of file vtkCompositeDataReader.h.


Member Typedef Documentation

Reimplemented from vtkDataReader.

Definition at line 44 of file vtkCompositeDataReader.h.


Constructor & Destructor Documentation


Member Function Documentation

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

Reimplemented from vtkDataReader.

static int vtkCompositeDataReader::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 vtkDataReader.

virtual int vtkCompositeDataReader::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 vtkDataReader.

Reimplemented from vtkDataReader.

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

Reimplemented from vtkDataReader.

Reimplemented from vtkDataReader.

void vtkCompositeDataReader::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 vtkDataReader.

Get the output of this reader.

Get the output of this reader.

Get the output of this reader.

Reimplemented from vtkDataReader.

virtual int vtkCompositeDataReader::ProcessRequest ( vtkInformation request,
vtkInformationVector **  inInfo,
vtkInformationVector outInfo 
) [protected, virtual]

Upstream/Downstream requests form the generalized interface through which executives invoke a algorithm's functionality. Upstream requests correspond to information flow from the algorithm's outputs to its inputs. Downstream requests correspond to information flow from the algorithm's inputs to its outputs. A downstream request is defined by the contents of the request information object. The input to the request is stored in the input information vector passed to ProcessRequest. The results of an downstream request are stored in the output information vector passed to ProcessRequest. An upstream request is defined by the contents of the request information object. The input to the request is stored in the output information vector passed to ProcessRequest. The results of an upstream request are stored in the input information vector passed to ProcessRequest. It returns the boolean status of the pipeline (false means failure).

Reimplemented from vtkDataReader.

Reimplemented from vtkDataReader.

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

Read the output type information.


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