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

converts a DataSet to a PistonDataObject More...

#include <vtkDataSetToPiston.h>

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

List of all members.

Public Types

typedef vtkPistonAlgorithm Superclass

Public Member Functions

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

Static Public Member Functions

static vtkDataSetToPistonNew ()
static int IsTypeOf (const char *type)
static vtkDataSetToPistonSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkDataSetToPiston ()
 ~vtkDataSetToPiston ()
virtual int FillInputPortInformation (int, vtkInformation *)
virtual int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)

Detailed Description

converts a DataSet to a PistonDataObject

Converts vtkDataSets that reside on the CPU into piston data that resides on the GPU. Afterward vtkPistonAlgorithms will processed it there.

See also:
vtkPistonToDataSet
Tests:
vtkDataSetToPiston (Tests)

Definition at line 36 of file vtkDataSetToPiston.h.


Member Typedef Documentation

Reimplemented from vtkPistonAlgorithm.

Definition at line 40 of file vtkDataSetToPiston.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 vtkPistonAlgorithm.

static int vtkDataSetToPiston::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 vtkPistonAlgorithm.

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

Reimplemented from vtkPistonAlgorithm.

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

Reimplemented from vtkPistonAlgorithm.

Reimplemented from vtkPistonAlgorithm.

void vtkDataSetToPiston::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 vtkPistonAlgorithm.

virtual int vtkDataSetToPiston::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

Method that does the actual calculation. Funnels down to ExecuteData.

Reimplemented from vtkPistonAlgorithm.

virtual int vtkDataSetToPiston::FillInputPortInformation ( int  ,
vtkInformation  
) [protected, virtual]

Overridden to say that we require vtkDataSet inputs

Reimplemented from vtkPistonAlgorithm.


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