Go to the documentation of this file.
24 #ifndef vtkSocketCollection_h
25 #define vtkSocketCollection_h
27 #include "vtkCommonSystemModule.h"
54 {
return this->SelectedSocket; }
abstract base class for most VTK objects
~vtkSocketCollection() override
a collection for sockets.
vtkSocket * SelectedSocket
void RemoveItem(vtkObject *)
vtkSocket * GetLastSelectedSocket()
Returns the socket selected during the last SelectSockets(), if any.
create and manipulate ordered lists of objects
void ReplaceItem(int i, vtkObject *)
Overridden to unset SelectedSocket.
a simple class to control print indentation
int SelectSockets(unsigned long msec=0)
Select all Connected sockets in the collection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkSocketCollection * New()
BSD socket encapsulation.
void AddItem(vtkObject *)
Add an object to the bottom of the list.
void AddItem(vtkSocket *soc)