|
ParaView
|
Object that managed multi-client communication and provide the group awareness. More...
#include <vtkSICollaborationManager.h>


Public Types | |
| typedef vtkSIObject | Superclass |
Public Types inherited from vtkSIObject | |
| typedef vtkObject | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Push (vtkSMMessage *msg) |
| Push a new state to the underneath implementation The provided implementation just store the message and return it at the Pull one. More... | |
| virtual void | Pull (vtkSMMessage *msg) |
| Pull the current state of the underneath implementation The provided implementation update the given message with the one that has been previously pushed. More... | |
Public Member Functions inherited from vtkSIObject | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | AboutToDelete () |
| This method is called before the deletion of the SIObject. More... | |
| virtual void | Initialize (vtkPVSessionCore *session) |
| Initializes the instance. More... | |
| vtkClientServerInterpreter * | GetInterpreter () |
| Provides access to the Interpreter. More... | |
| vtkSIObject * | GetSIObject (vtkTypeUInt32 globalid) const |
| Convenience method to obtain a vtkSIObject subclass given its global id. More... | |
| vtkObject * | GetRemoteObject (vtkTypeUInt32 globalid) |
| Convenience method to obtain a vtkObject subclass given its global id. More... | |
| virtual void | SetGlobalID (vtkTypeUInt32) |
| Get/Set the global id for this object. More... | |
| virtual vtkTypeUInt32 | GetGlobalID () |
| Get/Set the global id for this object. More... | |
Static Public Member Functions | |
| static vtkSICollaborationManager * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSICollaborationManager * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkSIObject | |
| static vtkSIObject * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSIObject * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSICollaborationManager () | |
| virtual | ~vtkSICollaborationManager () |
| void | BroadcastToClients (vtkSMMessage *msg) |
Protected Member Functions inherited from vtkSIObject | |
| vtkSIObject () | |
| virtual | ~vtkSIObject () |
Friends | |
| class | vtkInternal |
Additional Inherited Members | |
Protected Attributes inherited from vtkSIObject | |
| vtkWeakPointer< vtkClientServerInterpreter > | Interpreter |
| vtkWeakPointer< vtkPVSessionCore > | SessionCore |
| vtkSMMessage * | LastPushedMessage |
| vtkTypeUInt32 | GlobalID |
Object that managed multi-client communication and provide the group awareness.
Definition at line 28 of file vtkSICollaborationManager.h.
Definition at line 32 of file vtkSICollaborationManager.h.
|
protected |
|
protectedvirtual |
|
static |
|
virtual |
Reimplemented from vtkSIObject.
|
static |
|
virtual |
Reimplemented from vtkSIObject.
|
static |
| void vtkSICollaborationManager::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
virtual |
Push a new state to the underneath implementation The provided implementation just store the message and return it at the Pull one.
Reimplemented from vtkSIObject.
|
virtual |
Pull the current state of the underneath implementation The provided implementation update the given message with the one that has been previously pushed.
Reimplemented from vtkSIObject.
|
protected |
|
friend |
Definition at line 53 of file vtkSICollaborationManager.h.
1.8.12