|
ParaView
|
class that manage the state of the processing pipeline More...
#include <vtkSMPipelineState.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual const vtkSMMessage * | GetFullState () |
| virtual void | LoadState (const vtkSMMessage *msg, vtkSMProxyLocator *locator) |
| void | ValidateState () |
Static Public Member Functions | |
| static vtkSMPipelineState * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMPipelineState * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSMPipelineState () | |
| virtual | ~vtkSMPipelineState () |
Friends | |
| class | vtkSMSessionProxyManager |
class that manage the state of the processing pipeline
This class is used to provide a RemoteObject API to the vtkSMProxyManager which allow Undo/Redo and state sharing across several ParaView clients. Basically, we expose the state management API of RemoteObject to handle registration and unregistration of proxies.
Definition at line 35 of file vtkSMPipelineState.h.
| vtkSMPipelineState::vtkSMPipelineState | ( | ) | [protected] |
Default constructor.
| virtual vtkSMPipelineState::~vtkSMPipelineState | ( | ) | [protected, virtual] |
Destructor.
| static vtkSMPipelineState* vtkSMPipelineState::New | ( | ) | [static] |
Reimplemented from vtkSMSessionObject.
| virtual const char* vtkSMPipelineState::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMRemoteObject.
| static int vtkSMPipelineState::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMRemoteObject.
| virtual int vtkSMPipelineState::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMRemoteObject.
| static vtkSMPipelineState* vtkSMPipelineState::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMRemoteObject.
| void vtkSMPipelineState::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMRemoteObject.
| virtual const vtkSMMessage* vtkSMPipelineState::GetFullState | ( | ) | [virtual] |
This method return the full object state that can be used to create that object from scratch. This method will be used to fill the undo stack. If not overriden this will return NULL.
Reimplemented from vtkSMRemoteObject.
| virtual void vtkSMPipelineState::LoadState | ( | const vtkSMMessage * | msg, |
| vtkSMProxyLocator * | locator | ||
| ) | [virtual] |
This method is used to initialise the object to the given state
Reimplemented from vtkSMRemoteObject.
| void vtkSMPipelineState::ValidateState | ( | ) |
friend class vtkSMSessionProxyManager [friend] |
Definition at line 38 of file vtkSMPipelineState.h.
1.7.5.1