#include <vtkSMLookupTableProxy.h>
Inheritance diagram for vtkSMLookupTableProxy:
Public Member Functions | |
vtkTypeRevisionMacro (vtkSMLookupTableProxy, vtkSMProxy) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | Build () |
virtual void | UpdateVTKObjects () |
virtual void | CreateVTKObjects (int numObjects) |
virtual void | SaveInBatchScript (ofstream *file) |
virtual void | SetArrayName (const char *) |
virtual char * | GetArrayName () |
Static Public Member Functions | |
vtkSMLookupTableProxy * | New () |
Protected Member Functions | |
vtkSMLookupTableProxy () | |
~vtkSMLookupTableProxy () | |
Protected Attributes | |
char * | ArrayName |
This proxy class is an example of how vtkSMProxy can be subclassed to add functionality. It adds one simple method : Build().
Definition at line 27 of file vtkSMLookupTableProxy.h.
|
|
|
|
|
Reimplemented from vtkSMProxy. |
|
|
|
Reimplemented from vtkSMProxy. |
|
Create the lookup table values. |
|
push properties to VTK object. Also call Build(), hence rebuilds the lookup table. 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) This method is overridden to change the servers. Reimplemented from vtkSMProxy. |
|
This map is used for arrays with this name and this number of components. In the future, they may handle more than one type of array. This used to be in the ScalarBarWidget. However, since it is used almost everytime Lookup table is needed, I put ArrayName as an Ivar in this class. |
|
This map is used for arrays with this name and this number of components. In the future, they may handle more than one type of array. This used to be in the ScalarBarWidget. However, since it is used almost everytime Lookup table is needed, I put ArrayName as an Ivar in this class. |
|
|
|
Definition at line 63 of file vtkSMLookupTableProxy.h. |