23 #ifndef __vtkSocketCollection_h
24 #define __vtkSocketCollection_h
26 #include "vtkCommonSystemModule.h"
27 #include "vtkCollection.h"
35 void PrintSelf(ostream& os, vtkIndent indent);
44 int SelectSockets(
unsigned long msec =0);
50 {
return this->SelectedSocket; }
55 void ReplaceItem(
int i, vtkObject *);
56 void RemoveItem(
int i);
57 void RemoveItem(vtkObject *);
58 void RemoveAllItems();
67 void AddItem(vtkObject* o) { this->Superclass::AddItem(o); }
a collection for sockets.
vtkSocket * GetLastSelectedSocket()
BSD socket encapsulation.
vtkSocket * SelectedSocket