|
ParaView
|
Class used to retreive a given message state based on its GlobalID from the DataServer. More...
#include <vtkSMServerStateLocator.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| vtkSMSession * | GetSession () |
| void | SetSession (vtkSMSession *session) |
| virtual bool | FindState (vtkTypeUInt32 globalID, vtkSMMessage *stateToFill, bool useParent) |
Static Public Member Functions | |
| static vtkSMServerStateLocator * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMServerStateLocator * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSMServerStateLocator () | |
| ~vtkSMServerStateLocator () | |
Protected Attributes | |
| vtkWeakPointer< vtkSMSession > | Session |
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.
| vtkSMServerStateLocator::vtkSMServerStateLocator | ( | ) | [protected] |
| vtkSMServerStateLocator::~vtkSMServerStateLocator | ( | ) | [protected] |
| 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.
vtkWeakPointer<vtkSMSession> vtkSMServerStateLocator::Session [protected] |
Reimplemented from vtkSMStateLocator.
Definition at line 59 of file vtkSMServerStateLocator.h.
1.7.5.1