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

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

#include <vtkPistonContour.h>

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

List of all members.

Public Types

typedef vtkPistonAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkPistonContourNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkPistonContourSafeDownCast (vtkObjectBase *o)
static vtkPistonContourNew ()

Protected Member Functions

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

Protected Attributes

float IsoValue
virtual void SetIsoValue (float)
virtual float GetIsoValue ()
 vtkPistonContour ()
 ~vtkPistonContour ()

Detailed Description

A filter that contours on the GPU.

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

Tests:
vtkPistonContour (Tests)

Definition at line 29 of file vtkPistonContour.h.


Member Typedef Documentation

Reimplemented from vtkPistonAlgorithm.

Definition at line 32 of file vtkPistonContour.h.


Constructor & Destructor Documentation

Choose the isovalue to contour on.

Choose the isovalue to contour on.


Member Function Documentation

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.

Reimplemented from vtkPistonAlgorithm.

virtual vtkObjectBase* vtkPistonContour::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 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.


Member Data Documentation

Definition at line 52 of file vtkPistonContour.h.


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