VTK
|
A filter that contours on the GPU. More...
#include <vtkPistonContour.h>
Public Types | |
typedef vtkPistonAlgorithm | Superclass |
![]() | |
typedef vtkAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPistonContour * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
![]() | |
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 int | IsTypeOf (const char *type) |
static vtkPistonContour * | SafeDownCast (vtkObjectBase *o) |
static vtkPistonContour * | New () |
![]() | |
static vtkPistonAlgorithm * | New () |
static int | IsTypeOf (const char *type) |
static vtkPistonAlgorithm * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
![]() | |
vtkPistonAlgorithm () | |
~vtkPistonAlgorithm () | |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
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) |
Protected Attributes | |
float | IsoValue |
virtual void | SetIsoValue (float) |
virtual float | GetIsoValue () |
vtkPistonContour () | |
~vtkPistonContour () | |
A filter that contours on the GPU.
This filter uses LANL's Piston library to isocontour on the GPU.
Definition at line 29 of file vtkPistonContour.h.
Definition at line 32 of file vtkPistonContour.h.
|
protected |
Choose the isovalue to contour on.
|
protected |
Choose the isovalue to contour on.
|
static |
|
virtual |
Reimplemented from vtkPistonAlgorithm.
|
static |
|
protectedvirtual |
Reimplemented from vtkPistonAlgorithm.
vtkPistonContour* vtkPistonContour::NewInstance | ( | ) | const |
|
static |
void vtkPistonContour::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
Choose the isovalue to contour on.
|
virtual |
Choose the isovalue to contour on.
|
protectedvirtual |
Method that does the actual calculation. Funnels down to ExecuteData.
Reimplemented from vtkPistonAlgorithm.
|
protected |
Definition at line 52 of file vtkPistonContour.h.