VTK
|
A filter that contours on the GPU. More...
#include <vtkPistonThreshold.h>
Public Types | |
typedef vtkPistonAlgorithm | Superclass |
![]() | |
typedef vtkAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPistonThreshold * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetMinValue (float) |
virtual float | GetMinValue () |
![]() | |
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 vtkPistonThreshold * | SafeDownCast (vtkObjectBase *o) |
static vtkPistonThreshold * | 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 | MinValue |
float | MaxValue |
virtual void | SetMaxValue (float) |
virtual float | GetMaxValue () |
vtkPistonThreshold () | |
~vtkPistonThreshold () | |
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 vtkPistonThreshold.h.
Definition at line 32 of file vtkPistonThreshold.h.
|
protected |
Choose the upper value of the threshold.
|
protected |
Choose the upper value of the threshold.
|
static |
|
virtual |
Reimplemented from vtkPistonAlgorithm.
|
static |
|
protectedvirtual |
Reimplemented from vtkPistonAlgorithm.
vtkPistonThreshold* vtkPistonThreshold::NewInstance | ( | ) | const |
|
static |
void vtkPistonThreshold::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
Choose the lower value of the threshold.
|
virtual |
Choose the lower value of the threshold.
|
virtual |
Choose the upper value of the threshold.
|
virtual |
Choose the upper value of the threshold.
|
protectedvirtual |
Method that does the actual calculation.
Reimplemented from vtkPistonAlgorithm.
|
protected |
Definition at line 59 of file vtkPistonThreshold.h.
|
protected |
Definition at line 60 of file vtkPistonThreshold.h.