20 #ifndef vtkClientSocket_h 21 #define vtkClientSocket_h 23 #include "vtkCommonSystemModule.h" 37 int ConnectToServer(
const char* hostname,
int port);
46 vtkGetMacro(ConnectingSide,
bool);
53 vtkSetMacro(ConnectingSide,
bool);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Encapsulate a socket that accepts connections.
a simple class to control print indentation
BSD socket encapsulation.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
Encapsulates a client socket.