20#ifndef vtkClientSocket_h
21#define vtkClientSocket_h
23#include "vtkCommonSystemModule.h"
int ConnectToServer(const char *hostname, int port)
Connects to host.
~vtkClientSocket() override
friend class vtkServerSocket
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.