32 #ifndef vtkSocketController_h
33 #define vtkSocketController_h
36 #include "vtkParallelCoreModule.h"
38 VTK_ABI_NAMESPACE_BEGIN
53 void Initialize(
int* argc,
char*** argv)
override;
81 virtual int WaitForConnection(
int port);
87 virtual void CloseConnection();
93 virtual int ConnectTo(
const char* hostName,
int port);
95 int GetSwapBytesInReceivedData();
115 ENDIAN_TAG = 1010580540,
116 IDTYPESIZE_TAG = 1027423549,
117 VERSION_TAG = 1044266558,
118 HASH_TAG = 0x3f3f3f3f
133 VTK_ABI_NAMESPACE_END
134 #endif // vtkSocketController_h
Process communication using Sockets.
virtual void Initialize()
Process communication using Sockets.
void Finalize() override
Does not apply to sockets.
void CreateOutputWindow() override
Does not apply to sockets.
void SingleMethodExecute() override
Does not apply to sockets.
virtual void Initialize(int *vtkNotUsed(argc), char ***vtkNotUsed(argv))=0
This method is for setting up the processes.
void Initialize(int *argc, char ***argv, int) override
This method is for initialiazing sockets.
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.
void MultipleMethodExecute() override
Does not apply to sockets.
void Finalize(int) override
This method is for cleaning up.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
Multiprocessing communication superclass.