|
ActiViz .NET
5.8.0
|
vtkSocketCollection - a collection for sockets. More...
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. | |
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.
| static Kitware.VTK.vtkSocketCollection.vtkSocketCollection | ( | ) | [static, private] |
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.
| void Kitware.VTK.vtkSocketCollection.AddItem | ( | vtkSocket | soc | ) |
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.
| 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.
| static new vtkSocketCollection Kitware.VTK.vtkSocketCollection.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
| new void Kitware.VTK.vtkSocketCollection.RemoveAllItems | ( | ) |
Overridden to unset SelectedSocket.
Reimplemented from Kitware.VTK.vtkCollection.
| new void Kitware.VTK.vtkSocketCollection.RemoveItem | ( | int | i | ) |
Overridden to unset SelectedSocket.
Reimplemented from Kitware.VTK.vtkCollection.
| new void Kitware.VTK.vtkSocketCollection.RemoveItem | ( | vtkObject | arg0 | ) |
Overridden to unset SelectedSocket.
Reimplemented from Kitware.VTK.vtkCollection.
| new void Kitware.VTK.vtkSocketCollection.ReplaceItem | ( | int | i, |
| vtkObject | arg1 | ||
| ) |
Overridden to unset SelectedSocket.
Reimplemented from Kitware.VTK.vtkCollection.
| static new vtkSocketCollection Kitware.VTK.vtkSocketCollection.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
| int Kitware.VTK.vtkSocketCollection.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 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] |
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.
1.7.6.1