#include <axes.h>
List of all members.
Public Member Functions |
| Axes () |
| ~Axes () |
| Axes (double Scale, bool DrawHydroLine=false, bool Reverse=false, bool Full=false, bool Labels=true) |
void | SetLabels (char const *X="x", char const *Y="y", char const *Z="z", char const *Color="blue", int SizePt=22, bool Shadow=true) |
void | SetNegLabels (char const *X="-x", char const *Y="-y", char const *Z="-z", char const *Color="red", int SizePt=22, bool Shadow=true) |
void | SetWireWidth (int Width=1.0) |
vtkTextActor3D & | XLabel () |
vtkTextActor3D & | YLabel () |
vtkTextActor3D & | ZLabel () |
void | AddTo (VTK::Win &win) |
Constructor & Destructor Documentation
VTK::Axes::Axes |
( |
double |
Scale, |
|
|
bool |
DrawHydroLine = false , |
|
|
bool |
Reverse = false , |
|
|
bool |
Full = false , |
|
|
bool |
Labels = true |
|
) |
| [inline] |
Member Function Documentation
void VTK::Axes::SetLabels |
( |
char const * |
X = "x" , |
|
|
char const * |
Y = "y" , |
|
|
char const * |
Z = "z" , |
|
|
char const * |
Color = "blue" , |
|
|
int |
SizePt = 22 , |
|
|
bool |
Shadow = true |
|
) |
| [inline] |
void VTK::Axes::SetNegLabels |
( |
char const * |
X = "-x" , |
|
|
char const * |
Y = "-y" , |
|
|
char const * |
Z = "-z" , |
|
|
char const * |
Color = "red" , |
|
|
int |
SizePt = 22 , |
|
|
bool |
Shadow = true |
|
) |
| [inline] |
The documentation for this class was generated from the following file:
- /home/dorival/mechsys/lib/vtk/axes.h