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.vtkCollectTable Class Reference

vtkCollectTable - Collect distributed table. More...

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

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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:

virtual int Kitware.VTK.vtkCollectTable.GetPassThrough ( ) [virtual]

To collect or just copy input to output. Off (collect) by default.

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.

Here is the call graph for this function:

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.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

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.vtkCollectTable.SetPassThrough ( int  _arg) [virtual]

To collect or just copy input to output. Off (collect) by default.

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]

Member Data Documentation

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.


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