![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <cube.h>
Public Member Functions | |
Cube () | |
~Cube () | |
Cube (Vec3_t const &Cen, double Lx=1.0, double Ly=1.0, double Lz=1.0) | |
Cube & | SetCenter (Vec3_t const &X) |
Cube & | SetLengths (double Lx=1.0, double Ly=1.0, double Lz=1.0) |
Cube & | SetColor (char const *Name="yellow", double Opacity=1.0) |
Cube & | SetWireColor (char const *Name="black") |
Cube & | SetWireWidth (int Width=1.0) |
void | AddTo (VTK::Win &win) |
VTK::Cube::Cube | ( | ) | [inline] |
VTK::Cube::~Cube | ( | ) | [inline] |
VTK::Cube::Cube | ( | Vec3_t const & | Cen, |
double | Lx = 1.0 , |
||
double | Ly = 1.0 , |
||
double | Lz = 1.0 |
||
) | [inline] |
void VTK::Cube::AddTo | ( | VTK::Win & | win | ) | [inline] |
Cube & VTK::Cube::SetCenter | ( | Vec3_t const & | X | ) | [inline] |
Cube & VTK::Cube::SetColor | ( | char const * | Name = "yellow" , |
double | Opacity = 1.0 |
||
) | [inline] |
Cube & VTK::Cube::SetLengths | ( | double | Lx = 1.0 , |
double | Ly = 1.0 , |
||
double | Lz = 1.0 |
||
) | [inline] |
Cube & VTK::Cube::SetWireColor | ( | char const * | Name = "black" | ) | [inline] |
Cube & VTK::Cube::SetWireWidth | ( | int | Width = 1.0 | ) | [inline] |