21 #ifndef vtkSICollaborationManager_h 22 #define vtkSICollaborationManager_h 24 #include "vtkPVServerImplementationCoreModule.h" 33 void PrintSelf(ostream& os, vtkIndent indent);
53 friend class vtkInternal;
61 vtkInternal* Internal;
64 #endif // #ifndef vtkSICollaborationManager_h virtual void Push(vtkSMMessage *msg)
Push a new state to the underneath implementation The provided implementation just store the message ...
static vtkSIObject * New()
void PrintSelf(ostream &os, vtkIndent indent)
Header class that setup every thing in order to use Protobuf messages in a transparent manner...
virtual void Pull(vtkSMMessage *msg)
Pull the current state of the underneath implementation The provided implementation update the given ...
Object that is managed by vtkPVSessionCore which wrap concrete class such as the vtk ones...
Object that managed multi-client communication and provide the group awareness.