|
| virtual const char * | GetClassName () |
| |
| virtual int | IsA (const char *type) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| |
| virtual vtkSMProxy * | Show (vtkSMSourceProxy *producer, int outputPort, vtkSMViewProxy *view) |
| | Show the output data in the view. More...
|
| |
| virtual vtkSMProxy * | Show (vtkSMSourceProxy *producer, int outputPort, vtkSMViewProxy *view, const char *representationType) |
| | Show the output data in the view. More...
|
| |
| void | ShowAll (vtkSMViewProxy *view) |
| | Show all source output ports in provided view. More...
|
| |
| virtual vtkSMProxy * | Hide (vtkSMSourceProxy *producer, int outputPort, vtkSMViewProxy *view) |
| | Opposite of Show(). More...
|
| |
| virtual void | Hide (vtkSMProxy *repr, vtkSMViewProxy *view) |
| | Same as above, except that when we already have the representation located. More...
|
| |
| virtual void | HideAll (vtkSMViewProxy *view) |
| | Hide all visible sources output ports in provided view. More...
|
| |
| vtkSMProxy * | SetVisibility (vtkSMSourceProxy *producer, int outputPort, vtkSMViewProxy *view, bool visible) |
| | Alternative method to call Show and Hide using a visibility flag. More...
|
| |
| virtual bool | GetVisibility (vtkSMSourceProxy *producer, int outputPort, vtkSMViewProxy *view) |
| | Returns whether the producer/port are shown in the given view. More...
|
| |
| virtual vtkSMViewProxy * | ShowInPreferredView (vtkSMSourceProxy *producer, int outputPort, vtkSMViewProxy *view) |
| | Same as Show() except that if the view is nullptr or not the preferred view for the producer's output, this method will create a new view and show the data in that new view. More...
|
| |
| virtual const char * | GetPreferredViewType (vtkSMSourceProxy *producer, int outputPort) |
| | Returns the name for the preferred view type, if there is any. More...
|
| |
| virtual const char * | GetPipelineIcon (vtkSMSourceProxy *producer, int outputPort) |
| | Return the pipeline icon to use with the provided producer. More...
|
| |
| bool | RegisterRepresentationProxy (vtkSMProxy *proxy) override |
| | Overridden to create color and opacity transfer functions if applicable. More...
|
| |
| | PARAVIEW_DEPRECATED_IN_6_0_0 ("Use vtkPVGeneralSettings::SetScalarBarMode(AUTOMATICALLY_HIDE_SCALAR_BARS) instead") static void SetHideScalarBarOnHide(bool) |
| | Control how scalar bar visibility is updated by the Hide call. More...
|
| |
| bool | PostInitializeProxy (vtkSMProxy *proxy) override |
| | Overridden to handle default ColorArrayName for representations correctly. More...
|
| |
| virtual bool | RegisterLayoutProxy (vtkSMProxy *proxy, const char *proxyname=nullptr) |
| | Register layout proxy. More...
|
| |
| virtual void | AssignViewToLayout (vtkSMViewProxy *view, vtkSMViewLayoutProxy *layout=nullptr, int hint=0) |
| | Assigns the view to any cell in the layout. More...
|
| |
|
| | PARAVIEW_DEPRECATED_IN_6_0_0 ("Use vtkPVGeneralSettings::SetInheritRepresentationProperties() instead") static void SetInheritRepresentationProperties(bool) |
| | Control whether representations try to maintain properties from an input representation, if present. More...
|
| |
| | PARAVIEW_DEPRECATED_IN_6_0_0 ("Use vtkPVGeneralSettings::GetInheritRepresentationProperties() instead") static bool GetInheritRepresentationProperties() |
| | Control whether representations try to maintain properties from an input representation, if present. More...
|
| |
| virtual bool | InitializeSession (vtkSMSession *session) |
| | Call this method to setup a branch new session with state considered essential for ParaView session. More...
|
| |
| virtual vtkSMProxy * | FindTimeKeeper (vtkSMSession *session) |
| | Returns the TimeKeeper proxy associated with the session. More...
|
| |
| virtual vtkSMProxy * | FindMaterialLibrary (vtkSMSession *session) |
| | Returns the MaterialLibrary proxy associated with the session. More...
|
| |
| virtual bool | PreInitializeProxy (vtkSMProxy *proxy) |
| | Pre-initializes a proxy i.e. More...
|
| |
| bool | InitializeProxy (vtkSMProxy *proxy) |
| | Convenience method to call PreInitializeProxy and PostInitializeProxy. More...
|
| |
| virtual bool | FinalizeProxy (vtkSMProxy *proxy) |
| | Cleans up any helper proxies registered for the proxy in PreInitializeProxy/PostInitializeProxy. More...
|
| |
| virtual bool | RegisterPipelineProxy (vtkSMProxy *proxy, const char *proxyname) |
| | Use this method after PreInitializeProxy() and PostInitializeProxy() to register a pipeline proxy with the proxy manager. More...
|
| |
| virtual bool | RegisterPipelineProxy (vtkSMProxy *proxy) |
| |
| virtual bool | UnRegisterPipelineProxy (vtkSMProxy *proxy) |
| | Unregisters a pipeline proxy. More...
|
| |
| virtual bool | RegisterViewProxy (vtkSMProxy *proxy) |
| | Use this method after PreInitializeProxy() and PostInitializeProxy() to register a view proxy with the proxy manager. More...
|
| |
| virtual bool | RegisterViewProxy (vtkSMProxy *proxy, const char *proxyname) |
| |
| virtual bool | UnRegisterViewProxy (vtkSMProxy *proxy, bool unregister_representations=true) |
| | Inverse of RegisterViewProxy. More...
|
| |
| virtual bool | UnRegisterRepresentationProxy (vtkSMProxy *proxy) |
| | Unregisters a representation proxy. More...
|
| |
| virtual bool | RegisterColorTransferFunctionProxy (vtkSMProxy *proxy, const char *proxyname) |
| | Registration method for color transfer function proxies to be used after PreInitializeProxy() and PostInitializeProxy() calls. More...
|
| |
| virtual bool | RegisterColorTransferFunctionProxy (vtkSMProxy *proxy) |
| |
| virtual bool | RegisterOpacityTransferFunction (vtkSMProxy *proxy, const char *proxyname) |
| | Registration method for opacity transfer function proxies. More...
|
| |
| virtual bool | RegisterOpacityTransferFunction (vtkSMProxy *proxy) |
| |
| virtual bool | RegisterTransferFunction2D (vtkSMProxy *proxy, const char *proxyname) |
| | Registration method for 2D transfer function proxies. More...
|
| |
| virtual bool | RegisterTransferFunction2D (vtkSMProxy *proxy) |
| |
| virtual bool | RegisterLightProxy (vtkSMProxy *proxy, vtkSMProxy *view, const char *proxyname) |
| | Use this method after PreInitializeProxy() and PostInitializeProxy() to register a light proxy with the proxy manager. More...
|
| |
| virtual bool | RegisterLightProxy (vtkSMProxy *proxy, vtkSMProxy *view) |
| |
| virtual bool | RegisterTextureProxy (vtkSMProxy *proxy, const char *filename) |
| | Use this method after PreInitializeProxy() and PostInitializeProxy() to register a texture proxy with the proxy manager. More...
|
| |
| virtual bool | RegisterTextureProxy (vtkSMProxy *proxy, const char *trivialProducerKeyName, const char *proxyname) |
| |
| virtual bool | RegisterExtractorProxy (vtkSMProxy *proxy, const char *proxyname) |
| | Registers an extractor. More...
|
| |
| virtual bool | RegisterExtractorProxy (vtkSMProxy *proxy) |
| |
| virtual vtkSMProxy * | FindAnimationScene (vtkSMSession *session) |
| | Returns the animation scene, if any. More...
|
| |
| virtual vtkSMProxy * | GetAnimationScene (vtkSMSession *session) |
| | Returns the animation scene for the session. More...
|
| |
| virtual vtkSMProxy * | FindTimeAnimationTrack (vtkSMProxy *scene) |
| | Return the animation track for time, if any. More...
|
| |
| virtual vtkSMProxy * | GetTimeAnimationTrack (vtkSMProxy *scene) |
| | Return the animation track for time. More...
|
| |
| virtual bool | RegisterAnimationProxy (vtkSMProxy *proxy) |
| | Use this method after PreInitializeProxy() and PostInitializeProxy() to register an animation proxy with the proxy manager. More...
|
| |
| virtual bool | UnRegisterAnimationProxy (vtkSMProxy *proxy) |
| | Inverse of RegisterAnimationProxy. More...
|
| |
| virtual void | UpdateSettingsProxies (vtkSMSession *session) |
| | Initializes and registers proxies in the "settings" group that haven't been already. More...
|
| |
| virtual bool | UnRegisterProxy (vtkSMProxy *proxy) |
| | A catch-all method do cleanup and unregister any proxies that were registered using Register..Proxy() APIs on this class. More...
|
| |
| virtual bool | RegisterRepresentationProxy (vtkSMProxy *proxy, const char *proxyname) |
| | Registration method for representations to be used after PreInitializeProxy() and PostInitializeProxy(). 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 &) |
| |
|
| | vtkSMParaViewPipelineControllerWithRendering () |
| |
| | ~vtkSMParaViewPipelineControllerWithRendering () override |
| |
| virtual void | UpdatePipelineBeforeDisplay (vtkSMSourceProxy *producer, int outputPort, vtkSMViewProxy *view) |
| |
| virtual bool | AlsoShowInCurrentView (vtkSMSourceProxy *producer, int outputPort, vtkSMViewProxy *currentView) |
| | Checks if the output from producer needs to be shown in the current view also. More...
|
| |
| | vtkSMParaViewPipelineController () |
| |
| | ~vtkSMParaViewPipelineController () override |
| |
| vtkSMProxy * | FindProxy (vtkSMSessionProxyManager *pxm, const char *reggroup, const char *xmlgroup, const char *xmltype) |
| | Find proxy of the group type (xmlgroup, xmltype) registered under a particular group (reggroup). More...
|
| |
| virtual bool | SetupGlobalPropertiesLinks (vtkSMProxy *proxy) |
| | Setup global properties links based on hints for properties in the XML. More...
|
| |
| virtual bool | CreateAnimationHelpers (vtkSMProxy *proxy) |
| | To help animation representation properties such as visibility, opacity, we create animation helpers. More...
|
| |
| virtual bool | UnRegisterDependencies (vtkSMProxy *proxy) |
| | Unregisters know proxy dependencies that must be removed when the proxy is to be deleted e.g animation cues, representations, etc. More...
|
| |
| vtkMTimeType | GetInitializationTime (vtkSMProxy *) |
| | Returns the initialization timestamp for the proxy, if available. More...
|
| |
| void | ProcessInitializationHelperRegistration (vtkSMProxy *) |
| | If the proxy has initialization helpers, let those classes also handle registration tasks, if any. More...
|
| |
| virtual bool | CreateProxiesForProxyListDomains (vtkSMProxy *proxy) |
| | Creates new proxies for proxies referred in vtkSMProxyListDomain for any of the properties for the given proxy. More...
|
| |
| virtual void | RegisterProxiesForProxyListDomains (vtkSMProxy *proxy) |
| | Creates new proxies for proxies referred in vtkSMProxyListDomain for any of the properties for the given proxy. More...
|
| |
| void | ProcessInitializationHelper (vtkSMProxy *, vtkMTimeType initializationTimeStamp) |
| | Proxies can specify custom initialization using XML hints. More...
|
| |
| | vtkSMObject () |
| |
| | ~vtkSMObject () 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 &) |
| |