|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
const vtkSMMessage * | GetFullState () override |
| This method return the full object state that can be used to create that object from scratch. More...
|
|
void | LoadState (const vtkSMMessage *msg, vtkSMProxyLocator *locator) override |
| This method is used to initialise the object to the given state. More...
|
|
void | ValidateState () |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
void | SetSession (vtkSMSession *) override |
| Override the SetSession so if the object already have an ID we automatically register it to the associated session. More...
|
|
bool | HasGlobalID () |
| Allow the user to test if the RemoteObject has already a GlobalID without assigning a new one to it. More...
|
|
virtual void | EnableLocalPushOnly () |
| Allow to switch off any push of state change to the server for that particular object. More...
|
|
virtual void | DisableLocalPushOnly () |
| Enable the given remote object to communicate its state normally to the server location. More...
|
|
virtual bool | IsLocalPushOnly () |
| Let the session be aware that even if the Location is client only, the message should not be send to the server for a general broadcast. More...
|
|
virtual void | SetLocation (vtkTypeUInt32) |
| Get/Set the location where the underlying VTK-objects are created. More...
|
|
virtual vtkTypeUInt32 | GetLocation () |
| Get/Set the location where the underlying VTK-objects are created. More...
|
|
virtual vtkTypeUInt32 | GetGlobalID () |
| Get the global unique id for this object. More...
|
|
const char * | GetGlobalIDAsString () |
| Get the global unique id for this object. More...
|
|
virtual void | PrototypeOn () |
| Allow user to set the remote object to be discard for Undo/Redo action. More...
|
|
virtual void | PrototypeOff () |
| Allow user to set the remote object to be discard for Undo/Redo action. More...
|
|
bool | IsPrototype () |
| Allow user to set the remote object to be discard for Undo/Redo action. More...
|
|
virtual void | SetPrototype (bool) |
| Allow user to set the remote object to be discard for Undo/Redo action. More...
|
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
virtual vtkSMSessionProxyManager * | GetSessionProxyManager () |
| Return the corresponding ProxyManager if any. More...
|
|
virtual vtkSMSession * | GetSession () |
| Get/Set the session on wihch this object exists. More...
|
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
|
virtual void | DebugOff () |
|
bool | GetDebug () |
|
void | SetDebug (bool debugFlag) |
|
virtual void | Modified () |
|
virtual vtkMTimeType | GetMTime () |
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
int | HasObserver (unsigned long event) |
|
int | HasObserver (const char *event) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
const char * | GetClassName () const |
|
virtual void | Delete () |
|
virtual void | FastDelete () |
|
void | Print (ostream &os) |
|
virtual void | Register (vtkObjectBase *o) |
|
virtual void | UnRegister (vtkObjectBase *o) |
|
void | SetReferenceCount (int) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|
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 25 of file vtkSMPipelineState.h.