vtkAxes - create an x-y-z axes
Super Class: vtkPolyDataSource
Description:
vtkAxes creates three lines that form an x-y-z axes. The origin of the axes is user specified (0,0,0 is default), and the size is specified with a scale factor. Three scalar values are generated for the three lines and can be used (via color map) to indicate a particular coordinate axis.
Methods:
![]() | void vtkAxes () |
![]() | static vtkAxes *New () |
![]() | const char *GetClassName () |
![]() | void PrintSelf (unknown & ,vtkIndent ) |
![]() | void SetOrigin (float ,float ,float ) |
![]() | void SetOrigin (float *) |
![]() | float *GetOrigin () |
![]() | void SetScaleFactor (float ) |
![]() | float GetScaleFactor () |
![]() | void SetSymmetric (int ) |
![]() | int GetSymmetric () |
![]() | void SymmetricOn () |
![]() | void SymmetricOff () |
![]() | void Execute () |
Detailed Method Descriptions:
![]() | void SetOrigin (float ,float ,float ) |
![]() | void SetOrigin (float *) |
![]() | float *GetOrigin () |
![]() | void SetScaleFactor (float ) |
![]() | float GetScaleFactor () |
![]() | void SetSymmetric (int ) |
![]() | int GetSymmetric () |
![]() | void SymmetricOn () |
![]() | void SymmetricOff () |