VTK
|
A filter that contours on the GPU. More...
#include <vtkPistonContour.h>
Public Types | |
typedef vtkPistonAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPistonContour * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkPistonContour * | SafeDownCast (vtkObjectBase *o) |
static vtkPistonContour * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
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.
Reimplemented from vtkPistonAlgorithm.
Definition at line 32 of file vtkPistonContour.h.
vtkPistonContour::vtkPistonContour | ( | ) | [protected] |
Choose the isovalue to contour on.
vtkPistonContour::~vtkPistonContour | ( | ) | [protected] |
Choose the isovalue to contour on.
static int vtkPistonContour::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 vtkPistonContour::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.
static vtkPistonContour* vtkPistonContour::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkPistonAlgorithm.
virtual vtkObjectBase* vtkPistonContour::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkPistonAlgorithm.
vtkPistonContour* vtkPistonContour::NewInstance | ( | ) | const |
Reimplemented from vtkPistonAlgorithm.
static vtkPistonContour* vtkPistonContour::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkPistonAlgorithm.
void vtkPistonContour::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 void vtkPistonContour::SetIsoValue | ( | float | ) | [virtual] |
Choose the isovalue to contour on.
virtual float vtkPistonContour::GetIsoValue | ( | ) | [virtual] |
Choose the isovalue to contour on.
virtual int vtkPistonContour::RequestData | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
Method that does the actual calculation. Funnels down to ExecuteData.
Reimplemented from vtkPistonAlgorithm.
float vtkPistonContour::IsoValue [protected] |
Definition at line 52 of file vtkPistonContour.h.