|
| virtual const char * | GetClassName () |
| |
| virtual int | IsA (const char *type) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| |
| int | LoadState (vtkPVXMLElement *rootElement, bool keepOriginalId=false) |
| | Load the state from the given root element. More...
|
| |
| void | SetProxyLocator (vtkSMProxyLocator *loc) |
| | Get/Set the proxy locator to use. More...
|
| |
| virtual vtkSMProxyLocator * | GetProxyLocator () |
| | Get/Set the proxy locator to use. More...
|
| |
| virtual void | SetKeepIdMapping (int) |
| | Allow the loader to keep the mapping between the id from the loaded state to the current proxy attributed id. More...
|
| |
| virtual int | GetKeepIdMapping () |
| | Allow the loader to keep the mapping between the id from the loaded state to the current proxy attributed id. More...
|
| |
| virtual void | KeepIdMappingOn () |
| | Allow the loader to keep the mapping between the id from the loaded state to the current proxy attributed id. More...
|
| |
| virtual void | KeepIdMappingOff () |
| | Allow the loader to keep the mapping between the id from the loaded state to the current proxy attributed id. More...
|
| |
| vtkTypeUInt32 * | GetMappingArray (int &size) |
| | Return an array of ids. More...
|
| |
| void | SetSession (vtkSMSession *session) |
| | Convenience method for setting the SessionProxyManager. More...
|
| |
| vtkSMSession * | GetSession () |
| | Provides access to the session. More...
|
| |
| vtkSMSessionProxyManager * | GetSessionProxyManager () |
| | Get/Set the proxy manager on which this deserializer is expected to operate. More...
|
| |
| void | SetSessionProxyManager (vtkSMSessionProxyManager *) |
| | Get/Set the proxy manager on which this deserializer is expected to operate. 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 &) |
| |
|
| | vtkSMInsituStateLoader () |
| |
| | ~vtkSMInsituStateLoader () override |
| |
| vtkSMProxy * | NewProxy (vtkTypeUInt32 id, vtkSMProxyLocator *locator) override |
| | Overridden to try to reuse existing proxies as much as possible. More...
|
| |
| virtual int | LoadStateInternal (vtkPVXMLElement *rootElement) |
| | The rootElement must be the <ServerManagerState/> xml element. More...
|
| |
| void | CreatedNewProxy (vtkTypeUInt32 id, vtkSMProxy *proxy) override |
| | Called after a new proxy is created. More...
|
| |
| vtkSMProxy * | CreateProxy (const char *xmlgroup, const char *xmlname, const char *subProxyName=nullptr) override |
| | Overridden so that when new views are to be created, we create views suitable for the connection. More...
|
| |
| virtual int | HandleProxyCollection (vtkPVXMLElement *collectionElement) |
| |
| virtual void | HandleCustomProxyDefinitions (vtkPVXMLElement *element) |
| |
| int | HandleLinks (vtkPVXMLElement *linksElement) |
| |
| virtual int | BuildProxyCollectionInformation (vtkPVXMLElement *) |
| |
| virtual bool | UpdateRegistrationInfo (std::string &group, std::string &name, vtkSMProxy *proxy) |
| | Update a proxy's registration group and name before it gets registered. More...
|
| |
| vtkPVXMLElement * | LocateProxyElement (vtkTypeUInt32 id) override |
| | Return the xml element for the state of the proxy with the given id. More...
|
| |
| vtkPVXMLElement * | LocateProxyElementInternal (vtkPVXMLElement *root, vtkTypeUInt32 id) |
| | Used by LocateProxyElement(). More...
|
| |
| virtual bool | VerifyXMLVersion (vtkPVXMLElement *rootElement) |
| | Checks the root element for version. More...
|
| |
| vtkSMProxy * | LocateExistingProxyUsingRegistrationName (vtkTypeUInt32 id) |
| | Returns the first proxy already registered using any of the registration (group, name) assigned to the proxy with the given id in the state file. More...
|
| |
| virtual void | RegisterProxy (vtkTypeUInt32 id, vtkSMProxy *proxy) |
| | This method scans through the internal data structure built during BuildProxyCollectionInformation() and registers the proxy. More...
|
| |
| virtual void | RegisterProxyInternal (const char *group, const char *name, vtkSMProxy *proxy) |
| | This method scans through the internal data structure built during BuildProxyCollectionInformation() and registers the proxy. More...
|
| |
| | vtkSMStateLoader () |
| | Return an array of ids. More...
|
| |
| | ~vtkSMStateLoader () override |
| | Return an array of ids. More...
|
| |
| | vtkSMDeserializerXML () |
| |
| | ~vtkSMDeserializerXML () override |
| |
| vtkSMProxy * | NewProxy (vtkTypeUInt32 id, vtkSMProxyLocator *locator) override |
| | Create a new proxy with the id if possible. More...
|
| |
| virtual int | LoadProxyState (vtkPVXMLElement *element, vtkSMProxy *, vtkSMProxyLocator *locator) |
| | TEMPORARY. More...
|
| |
| | vtkSMDeserializer () |
| |
| | ~vtkSMDeserializer () override |
| |
| | vtkObject () |
| |
| virtual | ~vtkObject () |
| |
| void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE |
| |
| void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE |
| |
| void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
| |
| void | InternalReleaseFocus () |
| |
| void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
| |
| void | InternalReleaseFocus () |
| |
| | vtkObjectBase () |
| |
| virtual | ~vtkObjectBase () |
| |
| virtual void | CollectRevisions (ostream &) |
| |
| virtual void | ReportReferences (vtkGarbageCollector *) |
| |
| | vtkObjectBase (const vtkObjectBase &) |
| |
| void | operator= (const vtkObjectBase &) |
| |
Definition at line 15 of file vtkSMInsituStateLoader.h.