|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual vtkSMProxy * | Show (vtkSMSourceProxy *producer, int outputPort, vtkSMViewProxy *view) |
| Show the output data in the 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 NULL 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 bool | RegisterRepresentationProxy (vtkSMProxy *proxy) |
| Overridden to create color and opacity transfer functions if applicable. More...
|
|
virtual bool | PostInitializeProxy (vtkSMProxy *proxy) |
| Overridden to handle default ColorArrayName for representations correctly. More...
|
|
virtual bool | RegisterLayoutProxy (vtkSMProxy *proxy, const char *proxyname=NULL) |
| Register layout proxy. More...
|
|
|
virtual bool | WriteImage (vtkSMViewProxy *view, const char *filename, int magnification, int quality) |
| Methods to save/capture images from views. More...
|
|
virtual bool | WriteImage (vtkSMViewLayoutProxy *layout, const char *filename, int magnification, int quality) |
| Methods to save/capture images from views. More...
|
|
|
virtual bool | RegisterViewProxy (vtkSMProxy *proxy, const char *proxyname) |
| Overridden to place the view in a layout on creation. More...
|
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
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 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 | 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 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...
|
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
|
| vtkSMParaViewPipelineControllerWithRendering () |
|
| ~vtkSMParaViewPipelineControllerWithRendering () |
|
virtual void | UpdatePipelineBeforeDisplay (vtkSMSourceProxy *producer, int outputPort, vtkSMViewProxy *view) |
|
| vtkSMParaViewPipelineController () |
|
| ~vtkSMParaViewPipelineController () |
|
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...
|
|
unsigned long | GetInitializationTime (vtkSMProxy *) |
| Returns the initialization timestamp for the proxy, if available. 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 *, unsigned long initializationTimeStamp) |
| Proxies can specify custom initialization using XML hints. More...
|
|
| vtkSMObject () |
|
| ~vtkSMObject () |
|
vtkSMParaViewPipelineControllerWithRendering overrides vtkSMParaViewPipelineController to add support for initializing rendering proxies appropriately.
vtkSMParaViewPipelineControllerWithRendering uses vtkObjectFactory mechanisms to override vtkSMParaViewPipelineController's creation. One should not need to create or use this class directly (excepting when needing to subclass). Simply create vtkSMParaViewPipelineController. If the application is linked with the rendering module, then this class will be instantiated instead of vtkSMParaViewPipelineController automatically.
vtkSMParaViewPipelineControllerWithRendering also adds new API to control representation visibility and manage creation of views. To use that API clients can instantiate vtkSMParaViewPipelineControllerWithRendering. Just like vtkSMParaViewPipelineController, this class also uses vtkObjectFactory mechanisms to enable overriding by clients at compile time.
Definition at line 44 of file vtkSMParaViewPipelineControllerWithRendering.h.