|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Translation()
Definition: Translation.cpp:30
void ansysPrint(std::ostream &) const override
Redefinition of ansysPrint to print in ansys format.
Definition: Translation.cpp:35
double getY() const
get the y coordinate
Definition: Direction.h:203
ValueEvent * getValueEvent(const unsigned int i) const
Get a the ValueEvent.
Definition: Load.cpp:256
unsigned int numberOfValueEvents() const
get the nr of value event
Definition: Load.cpp:266
Class that describes a load to be used in the simulation. This load can have different types Translat...
Definition: Load.h:53
std::string typeString
Definition: Load.h:199
double getZ() const
get the z coordinate
Definition: Direction.h:234
double getValue()
return the scalar value of the event
Definition: ValueEvent.cpp:36
bool isZNull() const
is the z coordinate NULL ?
Definition: Direction.h:239
static TranslationUnit & M()
meters
Definition: TranslationUnit.cpp:29
virtual void ansysPrint(std::ostream &) const
Print the load in ansys format (BEWARE: not everything is implemented)
Definition: Load.cpp:321
bool isXNull() const
is the x coordinate NULL ?
Definition: Direction.h:178
Class that defines the type of Load 'Translation'.
Definition: Translation.h:39
bool isYNull() const
is the y coordinate NULL ?
Definition: Direction.h:208
Direction dir
Definition: Load.h:197
double getX() const
get the x coordinate
Definition: Direction.h:173
Unit unit
Definition: Load.h:198