 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Translation()
Definition: Translation.cpp:29
void ansysPrint(std::ostream &) const override
Redefinition of ansysPrint to print in ansys format.
Definition: Translation.cpp:34
double getY() const
get the y coordinate
Definition: Direction.h:190
ValueEvent * getValueEvent(const unsigned int i) const
Get a the ValueEvent.
Definition: Load.cpp:257
unsigned int numberOfValueEvents() const
get the nr of value event
Definition: Load.cpp:267
Class that describes a load to be used in the simulation. This load can have different types Translat...
Definition: Load.h:52
std::string typeString
Definition: Load.h:197
double getZ() const
get the z coordinate
Definition: Direction.h:221
double getValue()
return the scalar value of the event
Definition: ValueEvent.cpp:35
bool isZNull() const
is the z coordinate NULL ?
Definition: Direction.h:226
static TranslationUnit & M()
meters
Definition: TranslationUnit.cpp:28
virtual void ansysPrint(std::ostream &) const
Print the load in ansys format (BEWARE: not everything is implemented)
Definition: Load.cpp:322
bool isXNull() const
is the x coordinate NULL ?
Definition: Direction.h:165
Class that defines the type of Load 'Translation'.
Definition: Translation.h:38
bool isYNull() const
is the y coordinate NULL ?
Definition: Direction.h:195
Direction dir
Definition: Load.h:195
double getX() const
get the x coordinate
Definition: Direction.h:160
Unit unit
Definition: Load.h:196