|
ActiViz .NET
5.8.0
|
vtkTransmitUnstructuredGridPiece - Return specified piece, including specified number of ghost levels. More...
Public Member Functions | |
| vtkTransmitUnstructuredGridPiece (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkTransmitUnstructuredGridPiece () | |
| 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 vtkTransmitUnstructuredGridPiece | 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 vtkTransmitUnstructuredGridPiece | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkTransmitUnstructuredGridPiece | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkTransmitUnstructuredGridPiece" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "32vtkTransmitUnstructuredGridPiece" |
| 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 | vtkTransmitUnstructuredGridPiece_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkTransmitUnstructuredGridPiece_CreateGhostCellsOff_01 (HandleRef pThis) |
| static internal void | vtkTransmitUnstructuredGridPiece_CreateGhostCellsOn_02 (HandleRef pThis) |
| static internal IntPtr | vtkTransmitUnstructuredGridPiece_GetController_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkTransmitUnstructuredGridPiece_GetCreateGhostCells_04 (HandleRef pThis) |
| static internal int | vtkTransmitUnstructuredGridPiece_IsA_05 (HandleRef pThis, string type) |
| static internal int | vtkTransmitUnstructuredGridPiece_IsTypeOf_06 (string type) |
| static internal IntPtr | vtkTransmitUnstructuredGridPiece_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkTransmitUnstructuredGridPiece_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkTransmitUnstructuredGridPiece_SetController_10 (HandleRef pThis, HandleRef arg0) |
| static internal void | vtkTransmitUnstructuredGridPiece_SetCreateGhostCells_11 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
| static | vtkTransmitUnstructuredGridPiece () |
| Automatically generated type registration mechanics. | |
vtkTransmitUnstructuredGridPiece - 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.
| static Kitware.VTK.vtkTransmitUnstructuredGridPiece.vtkTransmitUnstructuredGridPiece | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkTransmitUnstructuredGridPiece.vtkTransmitUnstructuredGridPiece | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| virtual void Kitware.VTK.vtkTransmitUnstructuredGridPiece.CreateGhostCellsOff | ( | ) | [virtual] |
Turn on/off creating ghost cells (on by default).
| virtual void Kitware.VTK.vtkTransmitUnstructuredGridPiece.CreateGhostCellsOn | ( | ) | [virtual] |
Turn on/off creating ghost cells (on by default).
| override void Kitware.VTK.vtkTransmitUnstructuredGridPiece.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.vtkUnstructuredGridAlgorithm.
| virtual vtkMultiProcessController Kitware.VTK.vtkTransmitUnstructuredGridPiece.GetController | ( | ) | [virtual] |
By defualt this filter uses the global controller, but this method can be used to set another instead.
| virtual int Kitware.VTK.vtkTransmitUnstructuredGridPiece.GetCreateGhostCells | ( | ) | [virtual] |
Turn on/off creating ghost cells (on by default).
| override int Kitware.VTK.vtkTransmitUnstructuredGridPiece.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
| static new int Kitware.VTK.vtkTransmitUnstructuredGridPiece.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
| static new vtkTransmitUnstructuredGridPiece Kitware.VTK.vtkTransmitUnstructuredGridPiece.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
| static new vtkTransmitUnstructuredGridPiece Kitware.VTK.vtkTransmitUnstructuredGridPiece.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
| virtual void Kitware.VTK.vtkTransmitUnstructuredGridPiece.SetController | ( | vtkMultiProcessController | arg0 | ) | [virtual] |
By defualt this filter uses the global controller, but this method can be used to set another instead.
| virtual void Kitware.VTK.vtkTransmitUnstructuredGridPiece.SetCreateGhostCells | ( | int | _arg | ) | [virtual] |
Turn on/off creating ghost cells (on by default).
| static internal void Kitware.VTK.vtkTransmitUnstructuredGridPiece.vtkTransmitUnstructuredGridPiece_CreateGhostCellsOff_01 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkTransmitUnstructuredGridPiece.vtkTransmitUnstructuredGridPiece_CreateGhostCellsOn_02 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkTransmitUnstructuredGridPiece.vtkTransmitUnstructuredGridPiece_GetController_03 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkTransmitUnstructuredGridPiece.vtkTransmitUnstructuredGridPiece_GetCreateGhostCells_04 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkTransmitUnstructuredGridPiece.vtkTransmitUnstructuredGridPiece_IsA_05 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkTransmitUnstructuredGridPiece.vtkTransmitUnstructuredGridPiece_IsTypeOf_06 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkTransmitUnstructuredGridPiece.vtkTransmitUnstructuredGridPiece_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkTransmitUnstructuredGridPiece.vtkTransmitUnstructuredGridPiece_NewInstance_08 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkTransmitUnstructuredGridPiece.vtkTransmitUnstructuredGridPiece_SafeDownCast_09 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkTransmitUnstructuredGridPiece.vtkTransmitUnstructuredGridPiece_SetController_10 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkTransmitUnstructuredGridPiece.vtkTransmitUnstructuredGridPiece_SetCreateGhostCells_11 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkTransmitUnstructuredGridPiece.MRClassNameKey = "32vtkTransmitUnstructuredGridPiece" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
| new const string Kitware.VTK.vtkTransmitUnstructuredGridPiece.MRFullTypeName = "Kitware.VTK.vtkTransmitUnstructuredGridPiece" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
1.7.6.1