#include <vtkSMScalarBarWidgetProxy.h>
Inheritance diagram for vtkSMScalarBarWidgetProxy:
Public Member Functions | |
vtkTypeRevisionMacro (vtkSMScalarBarWidgetProxy, vtkSMDisplayProxy) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SaveInBatchScript (ofstream *file) |
virtual void | SetVisibility (int visible) |
virtual int | GetVisibility () |
virtual void | AddToRenderModule (vtkSMRenderModuleProxy *) |
virtual void | RemoveFromRenderModule (vtkSMRenderModuleProxy *) |
Static Public Member Functions | |
vtkSMScalarBarWidgetProxy * | New () |
Protected Member Functions | |
vtkSMScalarBarWidgetProxy () | |
~vtkSMScalarBarWidgetProxy () | |
virtual void | CreateVTKObjects (int numObjects) |
void | ExecuteEvent (vtkObject *obj, unsigned long event, void *p) |
Protected Attributes | |
int | Visibility |
vtkSMProxy * | ScalarBarActorProxy |
vtkScalarBarWidget * | ScalarBarWidget |
vtkSMScalarBarWidgetProxyObserver * | Observer |
vtkSMRenderModuleProxy * | RenderModuleProxy |
Friends | |
class | vtkSMScalarBarWidgetProxyObserver |
vtkSMScalarBarWidgetProxy is the proxy for vtkScalarBarWidget.
Definition at line 29 of file vtkSMScalarBarWidgetProxy.h.
|
|
|
|
|
Reimplemented from vtkSMDisplayProxy. |
|
|
|
Reimplemented from vtkSMDisplayProxy. |
|
Enable/Disable the scalar bar. Overridden to set the current renderer on the ScalarBarWidget. This also enables the scalar bar widget on the client. |
|
Enable/Disable the scalar bar. Overridden to set the current renderer on the ScalarBarWidget. This also enables the scalar bar widget on the client. |
|
Called when the display is added/removed to/from a RenderModule. Reimplemented from vtkSMDisplayProxy. |
|
Called when the display is added/removed to/from a RenderModule. Reimplemented from vtkSMDisplayProxy. |
|
Save the proxy in batch. Reimplemented from vtkSMDisplayProxy. |
|
Given the number of objects (numObjects), class name (VTKClassName) and server ids ( this->GetServerIDs()), this methods instantiates the objects on the server(s) Reimplemented from vtkSMProxy. |
|
|
|
Definition at line 67 of file vtkSMScalarBarWidgetProxy.h. |
|
Definition at line 63 of file vtkSMScalarBarWidgetProxy.h. |
|
Definition at line 64 of file vtkSMScalarBarWidgetProxy.h. |
|
Definition at line 65 of file vtkSMScalarBarWidgetProxy.h. |
|
Definition at line 68 of file vtkSMScalarBarWidgetProxy.h. |
|
Definition at line 70 of file vtkSMScalarBarWidgetProxy.h. |