MechSys  1.0
Computing library for simulations in continuum and discrete mechanics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
VTK::Axes Class Reference

#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 ( ) [inline]
VTK::Axes::~Axes ( ) [inline]
VTK::Axes::Axes ( double  Scale,
bool  DrawHydroLine = false,
bool  Reverse = false,
bool  Full = false,
bool  Labels = true 
) [inline]

Member Function Documentation

void VTK::Axes::AddTo ( VTK::Win win) [inline]
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]
void VTK::Axes::SetWireWidth ( int  Width = 1.0) [inline]
vtkTextActor3D& VTK::Axes::XLabel ( ) [inline]
vtkTextActor3D& VTK::Axes::YLabel ( ) [inline]
vtkTextActor3D& VTK::Axes::ZLabel ( ) [inline]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines