|
ParaView
|
Generates a contour surface given one or more cell arrays and a volume fraction value. More...
#include <vtkPVAMRDualContour.h>


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 vtkPVAMRDualContour * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVAMRDualContour * | SafeDownCast (vtkObject *o) |
Protected Attributes | |
| double | VolumeFractionSurfaceValue |
| vtkPVAMRDualContourInternal * | Implementation |
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.
| vtkPVAMRDualContour::vtkPVAMRDualContour | ( | ) |
| virtual vtkPVAMRDualContour::~vtkPVAMRDualContour | ( | ) | [virtual] |
| 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.
Definition at line 66 of file vtkPVAMRDualContour.h.
vtkPVAMRDualContourInternal* vtkPVAMRDualContour::Implementation [protected] |
Definition at line 67 of file vtkPVAMRDualContour.h.
1.7.5.1