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

vtkSocketCollection - a collection for sockets. More...

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

List of all members.

Public Member Functions

 vtkSocketCollection (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkSocketCollection ()
 Undocumented Block.
void AddItem (vtkSocket soc)
 Add Socket to the collection.
vtkSocket GetLastSelectedSocket ()
 Returns the socket selected during the last SelectSockets(), if any. NULL otherwise.
override int IsA (string type)
 Undocumented Block.
new vtkSocketCollection NewInstance ()
 Undocumented Block.
new void RemoveAllItems ()
 Overridden to unset SelectedSocket.
new void RemoveItem (int i)
 Overridden to unset SelectedSocket.
new void RemoveItem (vtkObject arg0)
 Overridden to unset SelectedSocket.
new void ReplaceItem (int i, vtkObject arg1)
 Overridden to unset SelectedSocket.
int SelectSockets (uint msec)
 Select all Connected sockets in the collection. If msec is specified, it timesout after msec milliseconds on inactivity. Returns 0 on timeout, -1 on error; 1 is a socket was selected. The selected socket can be retrieved by GetLastSelectedSocket().

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "19vtkSocketCollection"
 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 vtkSocketCollection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSocketCollection_AddItem_01 (HandleRef pThis, HandleRef soc)
static internal IntPtr vtkSocketCollection_GetLastSelectedSocket_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkSocketCollection_IsA_03 (HandleRef pThis, string type)
static internal int vtkSocketCollection_IsTypeOf_04 (string type)
static internal IntPtr vtkSocketCollection_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSocketCollection_RemoveAllItems_07 (HandleRef pThis)
static internal void vtkSocketCollection_RemoveItem_08 (HandleRef pThis, int i)
static internal void vtkSocketCollection_RemoveItem_09 (HandleRef pThis, HandleRef arg0)
static internal void vtkSocketCollection_ReplaceItem_10 (HandleRef pThis, int i, HandleRef arg1)
static internal IntPtr vtkSocketCollection_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkSocketCollection_SelectSockets_12 (HandleRef pThis, uint msec)

Static Private Member Functions

static vtkSocketCollection ()
 Automatically generated type registration mechanics.

Detailed Description

vtkSocketCollection - a collection for sockets.

Description Apart from being vtkCollection subclass for sockets, this class provides means to wait for activity on all the sockets in the collection simultaneously.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Add Socket to the collection.

override void Kitware.VTK.vtkSocketCollection.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.vtkCollection.

Returns the socket selected during the last SelectSockets(), if any. NULL otherwise.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollection.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollection.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollection.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollection.

Overridden to unset SelectedSocket.

Reimplemented from Kitware.VTK.vtkCollection.

Overridden to unset SelectedSocket.

Reimplemented from Kitware.VTK.vtkCollection.

Overridden to unset SelectedSocket.

Reimplemented from Kitware.VTK.vtkCollection.

Overridden to unset SelectedSocket.

Reimplemented from Kitware.VTK.vtkCollection.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollection.

Here is the call graph for this function:

Select all Connected sockets in the collection. If msec is specified, it timesout after msec milliseconds on inactivity. Returns 0 on timeout, -1 on error; 1 is a socket was selected. The selected socket can be retrieved by GetLastSelectedSocket().

static internal void Kitware.VTK.vtkSocketCollection.vtkSocketCollection_AddItem_01 ( HandleRef  pThis,
HandleRef  soc 
) [private]
static internal IntPtr Kitware.VTK.vtkSocketCollection.vtkSocketCollection_GetLastSelectedSocket_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkSocketCollection.vtkSocketCollection_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkSocketCollection.vtkSocketCollection_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkSocketCollection.vtkSocketCollection_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSocketCollection.vtkSocketCollection_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkSocketCollection.vtkSocketCollection_RemoveAllItems_07 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSocketCollection.vtkSocketCollection_RemoveItem_08 ( HandleRef  pThis,
int  i 
) [private]
static internal void Kitware.VTK.vtkSocketCollection.vtkSocketCollection_RemoveItem_09 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkSocketCollection.vtkSocketCollection_ReplaceItem_10 ( HandleRef  pThis,
int  i,
HandleRef  arg1 
) [private]
static internal IntPtr Kitware.VTK.vtkSocketCollection.vtkSocketCollection_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkSocketCollection.vtkSocketCollection_SelectSockets_12 ( HandleRef  pThis,
uint  msec 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkSocketCollection.MRClassNameKey = "19vtkSocketCollection" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCollection.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCollection.


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