ParaView
Public Member Functions | Static Public Member Functions | Protected Attributes
vtkPVAMRDualContour Class Reference

Generates a contour surface given one or more cell arrays and a volume fraction value. More...

#include <vtkPVAMRDualContour.h>

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

List of all members.

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
 vtkPVAMRDualContour ()
virtual ~vtkPVAMRDualContour ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void AddInputCellArrayToProcess (const char *name)
void ClearInputCellArrayToProcess ()
virtual double GetVolumeFractionSurfaceValue ()
virtual void SetVolumeFractionSurfaceValue (double)

Static Public Member Functions

static vtkPVAMRDualContourNew ()
static int IsTypeOf (const char *type)
static vtkPVAMRDualContourSafeDownCast (vtkObject *o)

Protected Attributes

double VolumeFractionSurfaceValue
vtkPVAMRDualContourInternal * Implementation

Detailed Description

Generates a contour surface given one or more cell arrays and a volume fraction value.

.SEE vtkAMRDualContour

Definition at line 33 of file vtkPVAMRDualContour.h.


Constructor & Destructor Documentation

vtkPVAMRDualContour::vtkPVAMRDualContour ( )
virtual vtkPVAMRDualContour::~vtkPVAMRDualContour ( ) [virtual]

Member Function Documentation

static vtkPVAMRDualContour* vtkPVAMRDualContour::New ( ) [static]

Reimplemented from vtkAMRDualContour.

virtual const char* vtkPVAMRDualContour::GetClassName ( ) [virtual]

Reimplemented from vtkAMRDualContour.

static int vtkPVAMRDualContour::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkAMRDualContour.

virtual int vtkPVAMRDualContour::IsA ( const char *  type) [virtual]

Reimplemented from vtkAMRDualContour.

static vtkPVAMRDualContour* vtkPVAMRDualContour::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkAMRDualContour.

void vtkPVAMRDualContour::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkAMRDualContour.

void vtkPVAMRDualContour::AddInputCellArrayToProcess ( const char *  name)

Add to list of cell arrays which are used for generating contours.

void vtkPVAMRDualContour::ClearInputCellArrayToProcess ( )

Add to list of cell arrays which are used for generating contours.

virtual double vtkPVAMRDualContour::GetVolumeFractionSurfaceValue ( ) [virtual]

Get / Set volume fraction value.

virtual void vtkPVAMRDualContour::SetVolumeFractionSurfaceValue ( double  ) [virtual]

Get / Set volume fraction value.

virtual int vtkPVAMRDualContour::RequestData ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [virtual]

Reimplemented from vtkAMRDualContour.


Member Data Documentation

Definition at line 66 of file vtkPVAMRDualContour.h.

vtkPVAMRDualContourInternal* vtkPVAMRDualContour::Implementation [protected]

Definition at line 67 of file vtkPVAMRDualContour.h.


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