44 #ifndef vtkSocketController_h 
   45 #define vtkSocketController_h 
   47 #include "vtkParallelCoreModule.h"  
   65   virtual void Initialize(
int* argc, 
char*** argv);
 
   94   virtual int WaitForConnection(
int port);
 
  100   virtual void CloseConnection();
 
  106   virtual int ConnectTo(
const char* hostName, 
int port );
 
  108   int GetSwapBytesInReceivedData();
 
  127     ENDIAN_TAG=1010580540,      
 
  128     IDTYPESIZE_TAG=1027423549,  
 
  129     VERSION_TAG=1044266558,     
 
  146 #endif // vtkSocketController_h 
Process communication using Sockets. 
 
virtual void Initialize(int *argc, char ***argv, int)
This method is for initialiazing sockets. 
 
virtual void Initialize()
 
Process communication using Sockets. 
 
void Finalize(int)
This method is for cleaning up. 
 
void MultipleMethodExecute()
Does not apply to sockets. 
 
virtual void Initialize(int *vtkNotUsed(argc), char ***vtkNotUsed(argv))=0
This method is for setting up the processes. 
 
a simple class to control print indentation 
 
void Finalize()
Does not apply to sockets. 
 
void SingleMethodExecute()
Does not apply to sockets. 
 
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses. 
 
void CreateOutputWindow()
Does not apply to sockets. 
 
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
 
Multiprocessing communication superclass.