VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPistonThreshold Class Reference

A filter that contours on the GPU. More...

#include <vtkPistonThreshold.h>

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

List of all members.

Public Types

typedef vtkPistonAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkPistonThresholdNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetMinValue (float)
virtual float GetMinValue ()

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkPistonThresholdSafeDownCast (vtkObjectBase *o)
static vtkPistonThresholdNew ()

Protected Member Functions

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

Protected Attributes

float MinValue
float MaxValue
virtual void SetMaxValue (float)
virtual float GetMaxValue ()
 vtkPistonThreshold ()
 ~vtkPistonThreshold ()

Detailed Description

A filter that contours on the GPU.

This filter uses LANL's Piston library to isocontour on the GPU.

Tests:
vtkPistonThreshold (Tests)

Definition at line 29 of file vtkPistonThreshold.h.


Member Typedef Documentation

Reimplemented from vtkPistonAlgorithm.

Definition at line 32 of file vtkPistonThreshold.h.


Constructor & Destructor Documentation

Choose the upper value of the threshold.

Choose the upper value of the threshold.


Member Function Documentation

static int vtkPistonThreshold::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 vtkPistonThreshold::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* vtkPistonThreshold::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkPistonAlgorithm.

Reimplemented from vtkPistonAlgorithm.

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkPistonAlgorithm.

void vtkPistonThreshold::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 vtkPistonThreshold::SetMinValue ( float  ) [virtual]

Choose the lower value of the threshold.

virtual float vtkPistonThreshold::GetMinValue ( ) [virtual]

Choose the lower value of the threshold.

virtual void vtkPistonThreshold::SetMaxValue ( float  ) [virtual]

Choose the upper value of the threshold.

virtual float vtkPistonThreshold::GetMaxValue ( ) [virtual]

Choose the upper value of the threshold.

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

Method that does the actual calculation.

Reimplemented from vtkPistonAlgorithm.


Member Data Documentation

Definition at line 59 of file vtkPistonThreshold.h.

Definition at line 60 of file vtkPistonThreshold.h.


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