20#ifndef vtkClientSocket_h
21#define vtkClientSocket_h
23#include "vtkCommonSystemModule.h"
46 vtkGetMacro(ConnectingSide,
bool);
53 vtkSetMacro(ConnectingSide,
bool);
Encapsulates a client socket.
int ConnectToServer(const char *hostname, int port)
Connects to host.
~vtkClientSocket() override
static vtkClientSocket * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Encapsulate a socket that accepts connections.
BSD socket encapsulation.