12 #ifndef vtkSocketCollection_h
13 #define vtkSocketCollection_h
16 #include "vtkCommonSystemModule.h"
18 VTK_ABI_NAMESPACE_BEGIN
36 int SelectSockets(
unsigned long msec = 0);
void ReplaceItem(int i, vtkObject *)
Replace the i'th item in the collection with another item.
abstract base class for most VTK objects
void RemoveAllItems()
Remove all objects from the list.
a collection for sockets.
vtkSocket * GetLastSelectedSocket()
Returns the socket selected during the last SelectSockets(), if any.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkCollection * New()
Construct with empty list.
void AddItem(vtkObject *)
Add an object to the bottom of the list.
create and manipulate ordered lists of objects
BSD socket encapsulation.
void RemoveItem(int i)
Remove the i'th item in the list.
vtkSocket * SelectedSocket