VTK
|
a collection for sockets. More...
#include <vtkSocketCollection.h>
Inherits vtkCollection.
Public Types | |
typedef vtkCollection | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkSocketCollection * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | AddItem (vtkSocket *soc) |
int | SelectSockets (unsigned long msec=0) |
vtkSocket * | GetLastSelectedSocket () |
Static Public Member Functions | |
static vtkSocketCollection * | New () |
static int | IsTypeOf (const char *type) |
static vtkSocketCollection * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
Protected Attributes | |
vtkSocket * | SelectedSocket |
void | ReplaceItem (int i, vtkObject *) |
void | RemoveItem (int i) |
void | RemoveItem (vtkObject *) |
void | RemoveAllItems () |
vtkSocketCollection () | |
~vtkSocketCollection () | |
a collection for sockets.
Apart from being vtkCollection subclass for sockets, this class provides means to wait for activity on all the sockets in the collection simultaneously.
Definition at line 30 of file vtkSocketCollection.h.
typedef vtkCollection vtkSocketCollection::Superclass |
Definition at line 34 of file vtkSocketCollection.h.
|
protected |
Overridden to unset SelectedSocket.
|
protected |
Overridden to unset SelectedSocket.
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkSocketCollection* vtkSocketCollection::NewInstance | ( | ) | const |
void vtkSocketCollection::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
void vtkSocketCollection::AddItem | ( | vtkSocket * | soc | ) |
int vtkSocketCollection::SelectSockets | ( | unsigned long | msec = 0 | ) |
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().
|
inline |
Returns the socket selected during the last SelectSockets(), if any. NULL otherwise.
Definition at line 49 of file vtkSocketCollection.h.
void vtkSocketCollection::ReplaceItem | ( | int | i, |
vtkObject * | |||
) |
Overridden to unset SelectedSocket.
void vtkSocketCollection::RemoveItem | ( | int | i | ) |
Overridden to unset SelectedSocket.
void vtkSocketCollection::RemoveItem | ( | vtkObject * | ) |
Overridden to unset SelectedSocket.
void vtkSocketCollection::RemoveAllItems | ( | ) |
Overridden to unset SelectedSocket.
|
protected |
Definition at line 64 of file vtkSocketCollection.h.