|
ActiViz .NET
5.8.0
|
vtkCollectTable - Collect distributed table. More...
Public Member Functions | |
| vtkCollectTable (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkCollectTable () | |
| Undocumented Block. | |
| virtual vtkMultiProcessController | GetController () |
| By defualt this filter uses the global controller, but this method can be used to set another instead. | |
| virtual int | GetPassThrough () |
| To collect or just copy input to output. Off (collect) by default. | |
| virtual vtkSocketController | GetSocketController () |
| When this filter is being used in client-server mode, this is the controller used to communicate between client and server. Client should not set the other controller. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkCollectTable | NewInstance () |
| Undocumented Block. | |
| virtual void | PassThroughOff () |
| To collect or just copy input to output. Off (collect) by default. | |
| virtual void | PassThroughOn () |
| To collect or just copy input to output. Off (collect) by default. | |
| 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 | SetPassThrough (int _arg) |
| To collect or just copy input to output. Off (collect) by default. | |
| virtual void | SetSocketController (vtkSocketController arg0) |
| When this filter is being used in client-server mode, this is the controller used to communicate between client and server. Client should not set the other controller. | |
Static Public Member Functions | |
| static new vtkCollectTable | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkCollectTable | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkCollectTable" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "15vtkCollectTable" |
| 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 | vtkCollectTable_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkCollectTable_GetController_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkCollectTable_GetPassThrough_02 (HandleRef pThis) |
| static internal IntPtr | vtkCollectTable_GetSocketController_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkCollectTable_IsA_04 (HandleRef pThis, string type) |
| static internal int | vtkCollectTable_IsTypeOf_05 (string type) |
| static internal IntPtr | vtkCollectTable_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkCollectTable_PassThroughOff_08 (HandleRef pThis) |
| static internal void | vtkCollectTable_PassThroughOn_09 (HandleRef pThis) |
| static internal IntPtr | vtkCollectTable_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkCollectTable_SetController_11 (HandleRef pThis, HandleRef arg0) |
| static internal void | vtkCollectTable_SetPassThrough_12 (HandleRef pThis, int _arg) |
| static internal void | vtkCollectTable_SetSocketController_13 (HandleRef pThis, HandleRef arg0) |
Static Private Member Functions | |
| static | vtkCollectTable () |
| Automatically generated type registration mechanics. | |
vtkCollectTable - Collect distributed table.
Description This filter has code to collect a table from across processes onto node 0. Collection can be turned on or off using the "PassThrough" flag.
| static Kitware.VTK.vtkCollectTable.vtkCollectTable | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkCollectTable.vtkCollectTable | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkCollectTable.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.vtkTableAlgorithm.
| virtual vtkMultiProcessController Kitware.VTK.vtkCollectTable.GetController | ( | ) | [virtual] |
By defualt this filter uses the global controller, but this method can be used to set another instead.
| virtual int Kitware.VTK.vtkCollectTable.GetPassThrough | ( | ) | [virtual] |
To collect or just copy input to output. Off (collect) by default.
| virtual vtkSocketController Kitware.VTK.vtkCollectTable.GetSocketController | ( | ) | [virtual] |
When this filter is being used in client-server mode, this is the controller used to communicate between client and server. Client should not set the other controller.
| override int Kitware.VTK.vtkCollectTable.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
| static new int Kitware.VTK.vtkCollectTable.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
| static new vtkCollectTable Kitware.VTK.vtkCollectTable.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
| virtual void Kitware.VTK.vtkCollectTable.PassThroughOff | ( | ) | [virtual] |
To collect or just copy input to output. Off (collect) by default.
| virtual void Kitware.VTK.vtkCollectTable.PassThroughOn | ( | ) | [virtual] |
To collect or just copy input to output. Off (collect) by default.
| static new vtkCollectTable Kitware.VTK.vtkCollectTable.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
| virtual void Kitware.VTK.vtkCollectTable.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.vtkCollectTable.SetPassThrough | ( | int | _arg | ) | [virtual] |
To collect or just copy input to output. Off (collect) by default.
| virtual void Kitware.VTK.vtkCollectTable.SetSocketController | ( | vtkSocketController | arg0 | ) | [virtual] |
When this filter is being used in client-server mode, this is the controller used to communicate between client and server. Client should not set the other controller.
| static internal IntPtr Kitware.VTK.vtkCollectTable.vtkCollectTable_GetController_01 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkCollectTable.vtkCollectTable_GetPassThrough_02 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkCollectTable.vtkCollectTable_GetSocketController_03 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkCollectTable.vtkCollectTable_IsA_04 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkCollectTable.vtkCollectTable_IsTypeOf_05 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkCollectTable.vtkCollectTable_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkCollectTable.vtkCollectTable_NewInstance_07 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkCollectTable.vtkCollectTable_PassThroughOff_08 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkCollectTable.vtkCollectTable_PassThroughOn_09 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkCollectTable.vtkCollectTable_SafeDownCast_10 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkCollectTable.vtkCollectTable_SetController_11 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkCollectTable.vtkCollectTable_SetPassThrough_12 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkCollectTable.vtkCollectTable_SetSocketController_13 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkCollectTable.MRClassNameKey = "15vtkCollectTable" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
| new const string Kitware.VTK.vtkCollectTable.MRFullTypeName = "Kitware.VTK.vtkCollectTable" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
1.7.6.1