#include <vtkSMAxesProxy.h>
Inheritance diagram for vtkSMAxesProxy:
Public Member Functions | |
vtkTypeRevisionMacro (vtkSMAxesProxy, vtkSMDisplayProxy) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SaveInBatchScript (ofstream *file) |
Static Public Member Functions | |
vtkSMAxesProxy * | New () |
Protected Member Functions | |
vtkSMAxesProxy () | |
~vtkSMAxesProxy () | |
virtual void | CreateVTKObjects (int numObjects) |
vtkSMAxesProxy is the Display for the Axes actor. This is used as the center axes in ParaView. Proxifying it makes the axes accessible in batch mode. The only reason why Axes is even a separate display proxy instead of the the generic Axes source proxy, and the vtkSMDataObjectDisplayProxy(or subclass) is because we don't want the additional overhead of update suppressor etc for the Axes proxy.
Definition at line 34 of file vtkSMAxesProxy.h.
|
|
|
|
|
Reimplemented from vtkSMDisplayProxy. |
|
|
|
Reimplemented from vtkSMDisplayProxy. |
|
Save the proxy in batch script. Reimplemented from vtkSMDisplayProxy. |
|
Create all the VTK objects. Reimplemented from vtkSMProxy. |