ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
vtkPVAMRDualClip Class Reference

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

#include <vtkPVAMRDualClip.h>

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

Public Types

typedef vtkAMRDualClip Superclass
 
- Public Types inherited from vtkAMRDualClip
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...
 
- Public Member Functions inherited from vtkAMRDualClip
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 vtkPVAMRDualClipNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVAMRDualClipSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkAMRDualClip
static vtkAMRDualClipNew ()
 
static int IsTypeOf (const char *type)
 
static vtkAMRDualClipSafeDownCast (vtkObject *o)
 

Protected Attributes

double VolumeFractionSurfaceValue
 
vtkPVAMRDualClipInternal * Implementation
 
- Protected Attributes inherited from vtkAMRDualClip
double IsoValue
 
int EnableInternalDecimation
 
int EnableDegenerateCells
 
int EnableMultiProcessCommunication
 
int EnableMergePoints
 
vtkUnstructuredGrid * Mesh
 
vtkIntArray * BlockIdCellArray
 
vtkUnsignedCharArray * LevelMaskPointArray
 
vtkAMRDualGridHelperHelper
 
vtkPoints * Points
 
vtkCellArray * Cells
 
vtkMultiProcessController * Controller
 
int * MessageBuffer
 
int * MessageBufferLength
 
vtkAMRDualClipLocator * BlockLocator
 

Additional Inherited Members

- Protected Member Functions inherited from vtkAMRDualClip
 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 ()
 

Detailed Description

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

.SEE vtkAMRDualClip

Definition at line 35 of file vtkPVAMRDualClip.h.

Member Typedef Documentation

§ Superclass

Definition at line 39 of file vtkPVAMRDualClip.h.

Constructor & Destructor Documentation

§ vtkPVAMRDualClip()

vtkPVAMRDualClip::vtkPVAMRDualClip ( )

§ ~vtkPVAMRDualClip()

vtkPVAMRDualClip::~vtkPVAMRDualClip ( )

Member Function Documentation

§ New()

static vtkPVAMRDualClip* vtkPVAMRDualClip::New ( )
static

§ GetClassName()

virtual const char* vtkPVAMRDualClip::GetClassName ( )
virtual

Reimplemented from vtkAMRDualClip.

§ IsTypeOf()

static int vtkPVAMRDualClip::IsTypeOf ( const char *  type)
static

§ IsA()

virtual int vtkPVAMRDualClip::IsA ( const char *  type)
virtual

Reimplemented from vtkAMRDualClip.

§ SafeDownCast()

static vtkPVAMRDualClip* vtkPVAMRDualClip::SafeDownCast ( vtkObject *  o)
static

§ PrintSelf()

void vtkPVAMRDualClip::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

§ AddInputCellArrayToProcess()

void vtkPVAMRDualClip::AddInputCellArrayToProcess ( const char *  name)

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

§ ClearInputCellArrayToProcess()

void vtkPVAMRDualClip::ClearInputCellArrayToProcess ( )

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

§ GetVolumeFractionSurfaceValue()

virtual double vtkPVAMRDualClip::GetVolumeFractionSurfaceValue ( )
virtual

Get / Set volume fraction value.

§ SetVolumeFractionSurfaceValue()

virtual void vtkPVAMRDualClip::SetVolumeFractionSurfaceValue ( double  )
virtual

Get / Set volume fraction value.

§ RequestData()

virtual int vtkPVAMRDualClip::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
virtual

Reimplemented from vtkAMRDualClip.

Member Data Documentation

§ VolumeFractionSurfaceValue

double vtkPVAMRDualClip::VolumeFractionSurfaceValue
protected

Definition at line 68 of file vtkPVAMRDualClip.h.

§ Implementation

vtkPVAMRDualClipInternal* vtkPVAMRDualClip::Implementation
protected

Definition at line 70 of file vtkPVAMRDualClip.h.


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