ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Friends
vtkSICollaborationManager Class Reference

#include <vtkSICollaborationManager.h>

Inheritance diagram for vtkSICollaborationManager:
Inheritance graph
[legend]
Collaboration diagram for vtkSICollaborationManager:
Collaboration graph
[legend]

List of all members.

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 vtkSICollaborationManagerNew ()
static int IsTypeOf (const char *type)
static vtkSICollaborationManagerSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSICollaborationManager ()
virtual ~vtkSICollaborationManager ()
void BroadcastToClients (vtkSMMessage *msg)

Friends

class vtkInternal

Detailed Description

Object that managed multi-client communication and provide the group awareness

Definition at line 26 of file vtkSICollaborationManager.h.


Constructor & Destructor Documentation

vtkSICollaborationManager::vtkSICollaborationManager ( ) [protected]
virtual vtkSICollaborationManager::~vtkSICollaborationManager ( ) [protected, virtual]

Member Function Documentation

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]

Friends And Related Function Documentation

friend class vtkInternal [friend]

Definition at line 47 of file vtkSICollaborationManager.h.


The documentation for this class was generated from the following file: