|
ActiViz .NET
5.8.0
|
vtkCollectPolyData - Collect distributed polydata. More...
Public Member Functions | |
| vtkCollectPolyData (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkCollectPolyData () | |
| 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 vtkCollectPolyData | 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 vtkCollectPolyData | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkCollectPolyData | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkCollectPolyData" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "18vtkCollectPolyData" |
| 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 | vtkCollectPolyData_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkCollectPolyData_GetController_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkCollectPolyData_GetPassThrough_02 (HandleRef pThis) |
| static internal IntPtr | vtkCollectPolyData_GetSocketController_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkCollectPolyData_IsA_04 (HandleRef pThis, string type) |
| static internal int | vtkCollectPolyData_IsTypeOf_05 (string type) |
| static internal IntPtr | vtkCollectPolyData_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkCollectPolyData_PassThroughOff_08 (HandleRef pThis) |
| static internal void | vtkCollectPolyData_PassThroughOn_09 (HandleRef pThis) |
| static internal IntPtr | vtkCollectPolyData_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkCollectPolyData_SetController_11 (HandleRef pThis, HandleRef arg0) |
| static internal void | vtkCollectPolyData_SetPassThrough_12 (HandleRef pThis, int _arg) |
| static internal void | vtkCollectPolyData_SetSocketController_13 (HandleRef pThis, HandleRef arg0) |
Static Private Member Functions | |
| static | vtkCollectPolyData () |
| Automatically generated type registration mechanics. | |
vtkCollectPolyData - Collect distributed polydata.
Description This filter has code to collect polydat from across processes onto node 0. Collection can be turned on or off using the "PassThrough" flag.
| static Kitware.VTK.vtkCollectPolyData.vtkCollectPolyData | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkCollectPolyData.vtkCollectPolyData | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkCollectPolyData.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.
| virtual vtkMultiProcessController Kitware.VTK.vtkCollectPolyData.GetController | ( | ) | [virtual] |
By defualt this filter uses the global controller, but this method can be used to set another instead.
| virtual int Kitware.VTK.vtkCollectPolyData.GetPassThrough | ( | ) | [virtual] |
To collect or just copy input to output. Off (collect) by default.
| virtual vtkSocketController Kitware.VTK.vtkCollectPolyData.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.vtkCollectPolyData.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new int Kitware.VTK.vtkCollectPolyData.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new vtkCollectPolyData Kitware.VTK.vtkCollectPolyData.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| virtual void Kitware.VTK.vtkCollectPolyData.PassThroughOff | ( | ) | [virtual] |
To collect or just copy input to output. Off (collect) by default.
| virtual void Kitware.VTK.vtkCollectPolyData.PassThroughOn | ( | ) | [virtual] |
To collect or just copy input to output. Off (collect) by default.
| static new vtkCollectPolyData Kitware.VTK.vtkCollectPolyData.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| virtual void Kitware.VTK.vtkCollectPolyData.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.vtkCollectPolyData.SetPassThrough | ( | int | _arg | ) | [virtual] |
To collect or just copy input to output. Off (collect) by default.
| virtual void Kitware.VTK.vtkCollectPolyData.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.vtkCollectPolyData.vtkCollectPolyData_GetController_01 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkCollectPolyData.vtkCollectPolyData_GetPassThrough_02 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkCollectPolyData.vtkCollectPolyData_GetSocketController_03 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkCollectPolyData.vtkCollectPolyData_IsA_04 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkCollectPolyData.vtkCollectPolyData_IsTypeOf_05 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkCollectPolyData.vtkCollectPolyData_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkCollectPolyData.vtkCollectPolyData_NewInstance_07 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkCollectPolyData.vtkCollectPolyData_PassThroughOff_08 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkCollectPolyData.vtkCollectPolyData_PassThroughOn_09 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkCollectPolyData.vtkCollectPolyData_SafeDownCast_10 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkCollectPolyData.vtkCollectPolyData_SetController_11 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkCollectPolyData.vtkCollectPolyData_SetPassThrough_12 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkCollectPolyData.vtkCollectPolyData_SetSocketController_13 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkCollectPolyData.MRClassNameKey = "18vtkCollectPolyData" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| new const string Kitware.VTK.vtkCollectPolyData.MRFullTypeName = "Kitware.VTK.vtkCollectPolyData" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
1.7.6.1