ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkSMServerStateLocator Class Reference

Class used to retreive a given message state based on its GlobalID from the DataServer. More...

#include <vtkSMServerStateLocator.h>

Inheritance diagram for vtkSMServerStateLocator:
Inheritance graph
[legend]
Collaboration diagram for vtkSMServerStateLocator:
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)
vtkSMSessionGetSession ()
void SetSession (vtkSMSession *session)
virtual bool FindState (vtkTypeUInt32 globalID, vtkSMMessage *stateToFill, bool useParent)

Static Public Member Functions

static vtkSMServerStateLocatorNew ()
static int IsTypeOf (const char *type)
static vtkSMServerStateLocatorSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSMServerStateLocator ()
 ~vtkSMServerStateLocator ()

Protected Attributes

vtkWeakPointer< vtkSMSessionSession

Detailed Description

Class used to retreive a given message state based on its GlobalID from the DataServer.

Retreive a given state from the server.

Definition at line 31 of file vtkSMServerStateLocator.h.


Constructor & Destructor Documentation

vtkSMServerStateLocator::vtkSMServerStateLocator ( ) [protected]
vtkSMServerStateLocator::~vtkSMServerStateLocator ( ) [protected]

Member Function Documentation

static vtkSMServerStateLocator* vtkSMServerStateLocator::New ( ) [static]

Reimplemented from vtkSMStateLocator.

virtual const char* vtkSMServerStateLocator::GetClassName ( ) [virtual]

Reimplemented from vtkSMStateLocator.

static int vtkSMServerStateLocator::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkSMStateLocator.

virtual int vtkSMServerStateLocator::IsA ( const char *  type) [virtual]

Reimplemented from vtkSMStateLocator.

static vtkSMServerStateLocator* vtkSMServerStateLocator::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkSMStateLocator.

void vtkSMServerStateLocator::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkSMStateLocator.

vtkSMSession* vtkSMServerStateLocator::GetSession ( )

Set/Get a parent locator to search which is used as a backup location to search from if a given state was not found locally.

void vtkSMServerStateLocator::SetSession ( vtkSMSession session)

Set/Get a parent locator to search which is used as a backup location to search from if a given state was not found locally.

virtual bool vtkSMServerStateLocator::FindState ( vtkTypeUInt32  globalID,
vtkSMMessage stateToFill,
bool  useParent 
) [virtual]

Fill the provided State message with the state found inside the current locator or one of its parent. The method return true if the state was successfully filled. In that case useParent is not used and is set to false.

Reimplemented from vtkSMStateLocator.


Member Data Documentation

Reimplemented from vtkSMStateLocator.

Definition at line 59 of file vtkSMServerStateLocator.h.


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