|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   41 #ifndef vtkSocketController_h 
   42 #define vtkSocketController_h 
   45 #include "vtkParallelCoreModule.h"  
   61   void Initialize(
int* argc, 
char*** argv) 
override;
 
   89   virtual int WaitForConnection(
int port);
 
   95   virtual void CloseConnection();
 
  101   virtual int ConnectTo(
const char* hostName, 
int port);
 
  103   int GetSwapBytesInReceivedData();
 
  123     ENDIAN_TAG = 1010580540,     
 
  124     IDTYPESIZE_TAG = 1027423549, 
 
  125     VERSION_TAG = 1044266558,    
 
  126     HASH_TAG = 0x3f3f3f3f
 
  141 #endif // vtkSocketController_h 
  
virtual void Initialize()
void Finalize(int) override
This method is for cleaning up.
Process communication using Sockets.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
void Initialize(int *argc, char ***argv, int) override
This method is for initialiazing sockets.
void CreateOutputWindow() override
Does not apply to sockets.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Multiprocessing communication superclass.
a simple class to control print indentation
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 MultipleMethodExecute() override
Does not apply to sockets.
void Finalize() override
Does not apply to sockets.
Process communication using Sockets.