|
VTK
|
converts a DataSet to a PistonDataObject More...
#include <vtkDataSetToPiston.h>
Public Types | |
| typedef vtkPistonAlgorithm | Superclass |
Public Types inherited from vtkPistonAlgorithm | |
| typedef vtkAlgorithm | Superclass |
Public Member Functions | |
| virtual int | IsA (const char *type) |
| vtkDataSetToPiston * | NewInstance () const |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Public Member Functions inherited from vtkPistonAlgorithm | |
| vtkPistonAlgorithm * | NewInstance () const |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| vtkPistonDataObject * | GetPistonDataObjectOutput (int port) |
| virtual int | ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| void | SetInputData (int num, vtkDataObject *input) |
| void | SetInputData (vtkDataObject *input) |
Static Public Member Functions | |
| static vtkDataSetToPiston * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkDataSetToPiston * | SafeDownCast (vtkObjectBase *o) |
Static Public Member Functions inherited from vtkPistonAlgorithm | |
| static vtkPistonAlgorithm * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPistonAlgorithm * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
| virtual vtkObjectBase * | NewInstanceInternal () const |
| vtkDataSetToPiston () | |
| ~vtkDataSetToPiston () | |
| virtual int | FillInputPortInformation (int, vtkInformation *) |
| virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
Protected Member Functions inherited from vtkPistonAlgorithm | |
| vtkPistonAlgorithm () | |
| ~vtkPistonAlgorithm () | |
| virtual int | FillOutputPortInformation (int port, vtkInformation *info) |
| virtual int | RequestDataObject (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| virtual int | RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| virtual void | PassBoundsForward (vtkPistonDataObject *id, vtkPistonDataObject *od) |
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.
Definition at line 36 of file vtkDataSetToPiston.h.
Definition at line 40 of file vtkDataSetToPiston.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
Reimplemented from vtkPistonAlgorithm.
|
static |
|
protectedvirtual |
Reimplemented from vtkPistonAlgorithm.
| vtkDataSetToPiston* vtkDataSetToPiston::NewInstance | ( | ) | const |
| void vtkDataSetToPiston::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
protectedvirtual |
Method that does the actual calculation. Funnels down to ExecuteData.
Reimplemented from vtkPistonAlgorithm.
|
protectedvirtual |
Overridden to say that we require vtkDataSet inputs
Reimplemented from vtkPistonAlgorithm.
1.8.6