#include <vtkSMScalarBarActorProxy.h>
Inheritance diagram for vtkSMScalarBarActorProxy:
Public Member Functions | |
vtkTypeRevisionMacro (vtkSMScalarBarActorProxy, vtkSMProxy) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetPosition (double x, double y) |
void | SetPosition2 (double x, double y) |
void | SaveTextPropertiesInBatchScript (ofstream *file) |
Static Public Member Functions | |
vtkSMScalarBarActorProxy * | New () |
Protected Member Functions | |
vtkSMScalarBarActorProxy () | |
~vtkSMScalarBarActorProxy () | |
virtual void | CreateVTKObjects (int numObjects) |
void | SaveTextPropertiesInBatchScript (ofstream *file, vtkSMProxy *tp) |
This is the proxy for the vtkScalarBarActor. The only reason that this proxy is not a generic proxy is to support simpler interace to set the positions of the actor, and to provide set up the text properties.
Definition at line 28 of file vtkSMScalarBarActorProxy.h.
|
|
|
|
|
Reimplemented from vtkSMProxy. |
|
|
|
Reimplemented from vtkSMProxy. |
|
|
|
|
|
|
|
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. |
|
|