ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkTransmitPolyDataPiece Class Reference

vtkTransmitPolyDataPiece - Return specified piece, including specified number of ghost levels. More...

Inheritance diagram for Kitware.VTK.vtkTransmitPolyDataPiece:
[legend]
Collaboration diagram for Kitware.VTK.vtkTransmitPolyDataPiece:
[legend]

List of all members.

Public Member Functions

 vtkTransmitPolyDataPiece (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkTransmitPolyDataPiece ()
 Undocumented Block.
virtual void CreateGhostCellsOff ()
 Turn on/off creating ghost cells (on by default).
virtual void CreateGhostCellsOn ()
 Turn on/off creating ghost cells (on by default).
virtual vtkMultiProcessController GetController ()
 By defualt this filter uses the global controller, but this method can be used to set another instead.
virtual int GetCreateGhostCells ()
 Turn on/off creating ghost cells (on by default).
override int IsA (string type)
 Undocumented Block.
new vtkTransmitPolyDataPiece NewInstance ()
 Undocumented Block.
virtual void SetController (vtkMultiProcessController arg0)
 By defualt this filter uses the global controller, but this method can be used to set another instead.
virtual void SetCreateGhostCells (int _arg)
 Turn on/off creating ghost cells (on by default).

Static Public Member Functions

static new vtkTransmitPolyDataPiece New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkTransmitPolyDataPiece SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkTransmitPolyDataPiece"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "24vtkTransmitPolyDataPiece"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkTransmitPolyDataPiece_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTransmitPolyDataPiece_CreateGhostCellsOff_01 (HandleRef pThis)
static internal void vtkTransmitPolyDataPiece_CreateGhostCellsOn_02 (HandleRef pThis)
static internal IntPtr vtkTransmitPolyDataPiece_GetController_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkTransmitPolyDataPiece_GetCreateGhostCells_04 (HandleRef pThis)
static internal int vtkTransmitPolyDataPiece_IsA_05 (HandleRef pThis, string type)
static internal int vtkTransmitPolyDataPiece_IsTypeOf_06 (string type)
static internal IntPtr vtkTransmitPolyDataPiece_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTransmitPolyDataPiece_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTransmitPolyDataPiece_SetController_10 (HandleRef pThis, HandleRef arg0)
static internal void vtkTransmitPolyDataPiece_SetCreateGhostCells_11 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkTransmitPolyDataPiece ()
 Automatically generated type registration mechanics.

Detailed Description

vtkTransmitPolyDataPiece - Return specified piece, including specified number of ghost levels.

Description This filter updates the appropriate piece by requesting the piece from process 0. Process 0 always updates all of the data. It is important that Execute get called on all processes, otherwise the filter will deadlock.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkTransmitPolyDataPiece.vtkTransmitPolyDataPiece ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

Turn on/off creating ghost cells (on by default).

Turn on/off creating ghost cells (on by default).

override void Kitware.VTK.vtkTransmitPolyDataPiece.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

By defualt this filter uses the global controller, but this method can be used to set another instead.

Here is the call graph for this function:

Turn on/off creating ghost cells (on by default).

override int Kitware.VTK.vtkTransmitPolyDataPiece.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

static new int Kitware.VTK.vtkTransmitPolyDataPiece.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

By defualt this filter uses the global controller, but this method can be used to set another instead.

virtual void Kitware.VTK.vtkTransmitPolyDataPiece.SetCreateGhostCells ( int  _arg) [virtual]

Turn on/off creating ghost cells (on by default).

static internal IntPtr Kitware.VTK.vtkTransmitPolyDataPiece.vtkTransmitPolyDataPiece_GetController_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkTransmitPolyDataPiece.vtkTransmitPolyDataPiece_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkTransmitPolyDataPiece.vtkTransmitPolyDataPiece_IsTypeOf_06 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkTransmitPolyDataPiece.vtkTransmitPolyDataPiece_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTransmitPolyDataPiece.vtkTransmitPolyDataPiece_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTransmitPolyDataPiece.vtkTransmitPolyDataPiece_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTransmitPolyDataPiece.vtkTransmitPolyDataPiece_SetController_10 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkTransmitPolyDataPiece.vtkTransmitPolyDataPiece_SetCreateGhostCells_11 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkTransmitPolyDataPiece.MRClassNameKey = "24vtkTransmitPolyDataPiece" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

new const string Kitware.VTK.vtkTransmitPolyDataPiece.MRFullTypeName = "Kitware.VTK.vtkTransmitPolyDataPiece"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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