|
ParaView
|
#include <vtkSICollaborationManager.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Push (vtkSMMessage *msg) |
| virtual void | Pull (vtkSMMessage *msg) |
Static Public Member Functions | |
| static vtkSICollaborationManager * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSICollaborationManager * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSICollaborationManager () | |
| virtual | ~vtkSICollaborationManager () |
| void | BroadcastToClients (vtkSMMessage *msg) |
Friends | |
| class | vtkInternal |
Object that managed multi-client communication and provide the group awareness
Definition at line 26 of file vtkSICollaborationManager.h.
| vtkSICollaborationManager::vtkSICollaborationManager | ( | ) | [protected] |
| virtual vtkSICollaborationManager::~vtkSICollaborationManager | ( | ) | [protected, virtual] |
| static vtkSICollaborationManager* vtkSICollaborationManager::New | ( | ) | [static] |
Reimplemented from vtkSIObject.
| virtual const char* vtkSICollaborationManager::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSIObject.
| static int vtkSICollaborationManager::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSIObject.
| virtual int vtkSICollaborationManager::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSIObject.
| static vtkSICollaborationManager* vtkSICollaborationManager::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSIObject.
| void vtkSICollaborationManager::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSIObject.
| virtual void vtkSICollaborationManager::Push | ( | vtkSMMessage * | msg | ) | [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 void vtkSICollaborationManager::Pull | ( | vtkSMMessage * | msg | ) | [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.
| void vtkSICollaborationManager::BroadcastToClients | ( | vtkSMMessage * | msg | ) | [protected] |
friend class vtkInternal [friend] |
Definition at line 47 of file vtkSICollaborationManager.h.
1.7.5.1