ParaView
|
Generates contour given one or more cell array and a volume fraction value. More...
#include <vtkPVAMRDualClip.h>
Public Types | |
typedef vtkAMRDualClip | Superclass |
![]() | |
typedef vtkMultiBlockDataSetAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkPVAMRDualClip () | |
~vtkPVAMRDualClip () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
void | AddInputCellArrayToProcess (const char *name) |
Add to list of cell arrays which are used for generating contours. More... | |
void | ClearInputCellArrayToProcess () |
Add to list of cell arrays which are used for generating contours. More... | |
virtual double | GetVolumeFractionSurfaceValue () |
Get / Set volume fraction value. More... | |
virtual void | SetVolumeFractionSurfaceValue (double) |
Get / Set volume fraction value. More... | |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetIsoValue (double) |
virtual double | GetIsoValue () |
virtual vtkMultiProcessController * | GetController () |
virtual void | SetController (vtkMultiProcessController *) |
virtual void | SetEnableInternalDecimation (int) |
These are to evaluate performances. More... | |
virtual int | GetEnableInternalDecimation () |
These are to evaluate performances. More... | |
virtual void | SetEnableDegenerateCells (int) |
These are to evaluate performances. More... | |
virtual int | GetEnableDegenerateCells () |
These are to evaluate performances. More... | |
virtual void | EnableDegenerateCellsOn () |
These are to evaluate performances. More... | |
virtual void | EnableDegenerateCellsOff () |
These are to evaluate performances. More... | |
virtual void | SetEnableMultiProcessCommunication (int) |
These are to evaluate performances. More... | |
virtual int | GetEnableMultiProcessCommunication () |
These are to evaluate performances. More... | |
virtual void | EnableMultiProcessCommunicationOn () |
These are to evaluate performances. More... | |
virtual void | EnableMultiProcessCommunicationOff () |
These are to evaluate performances. More... | |
virtual void | SetEnableMergePoints (int) |
This flag causes blocks to share locators so there are no boundary edges between blocks. More... | |
virtual int | GetEnableMergePoints () |
This flag causes blocks to share locators so there are no boundary edges between blocks. More... | |
virtual void | EnableMergePointsOn () |
This flag causes blocks to share locators so there are no boundary edges between blocks. More... | |
virtual void | EnableMergePointsOff () |
This flag causes blocks to share locators so there are no boundary edges between blocks. More... | |
Static Public Member Functions | |
static vtkPVAMRDualClip * | New () |
static int | IsTypeOf (const char *type) |
static vtkPVAMRDualClip * | SafeDownCast (vtkObject *o) |
![]() | |
static vtkAMRDualClip * | New () |
static int | IsTypeOf (const char *type) |
static vtkAMRDualClip * | SafeDownCast (vtkObject *o) |
Protected Attributes | |
double | VolumeFractionSurfaceValue |
vtkPVAMRDualClipInternal * | Implementation |
![]() | |
double | IsoValue |
int | EnableInternalDecimation |
int | EnableDegenerateCells |
int | EnableMultiProcessCommunication |
int | EnableMergePoints |
vtkUnstructuredGrid * | Mesh |
vtkIntArray * | BlockIdCellArray |
vtkUnsignedCharArray * | LevelMaskPointArray |
vtkAMRDualGridHelper * | Helper |
vtkPoints * | Points |
vtkCellArray * | Cells |
vtkMultiProcessController * | Controller |
int * | MessageBuffer |
int * | MessageBufferLength |
vtkAMRDualClipLocator * | BlockLocator |
Additional Inherited Members | |
![]() | |
vtkAMRDualClip () | |
~vtkAMRDualClip () | |
void | InitializeCopyAttributes (vtkNonOverlappingAMR *hbdsInput, vtkDataSet *mesh) |
vtkMultiBlockDataSet * | DoRequestData (vtkNonOverlappingAMR *input, const char *arrayNameToProcess) |
Not a pipeline function. More... | |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
virtual int | FillOutputPortInformation (int port, vtkInformation *info) |
void | ShareBlockLocatorWithNeighbors (vtkAMRDualGridHelperBlock *block) |
void | ProcessBlock (vtkAMRDualGridHelperBlock *block, int blockId, const char *arrayName) |
void | ProcessDualCell (vtkAMRDualGridHelperBlock *block, int blockId, int x, int y, int z, vtkIdType cornerOffsets[8], vtkDataArray *volumeFractionArray) |
void | InitializeLevelMask (vtkAMRDualGridHelperBlock *block) |
void | ShareLevelMask (vtkAMRDualGridHelperBlock *block) |
void | DistributeLevelMasks () |
Generates contour given one or more cell array and a volume fraction value.
.SEE vtkAMRDualClip
Definition at line 35 of file vtkPVAMRDualClip.h.
Definition at line 39 of file vtkPVAMRDualClip.h.
vtkPVAMRDualClip::vtkPVAMRDualClip | ( | ) |
vtkPVAMRDualClip::~vtkPVAMRDualClip | ( | ) |
|
static |
|
virtual |
Reimplemented from vtkAMRDualClip.
|
static |
|
virtual |
Reimplemented from vtkAMRDualClip.
|
static |
void vtkPVAMRDualClip::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
void vtkPVAMRDualClip::AddInputCellArrayToProcess | ( | const char * | name | ) |
Add to list of cell arrays which are used for generating contours.
void vtkPVAMRDualClip::ClearInputCellArrayToProcess | ( | ) |
Add to list of cell arrays which are used for generating contours.
|
virtual |
Get / Set volume fraction value.
|
virtual |
Get / Set volume fraction value.
|
virtual |
Reimplemented from vtkAMRDualClip.
|
protected |
Definition at line 68 of file vtkPVAMRDualClip.h.
|
protected |
Definition at line 70 of file vtkPVAMRDualClip.h.