MBDyn-1.7.3
|
#include "mbconfig.h"
#include "dataman.h"
#include "elem.h"
#include "gravity.h"
#include "aerodyn.h"
Go to the source code of this file.
Classes | |
struct | ElemWordSetType |
Typedefs | |
typedef std::map< std::string, ElemRead *, ltstrcase > | ElemFuncMapType |
Functions | |
Elem::Type | str2elemtype (const char *const s) |
bool | SetElem (const char *name, ElemRead *rf) |
Variables | |
static ElemFuncMapType | ElemFuncMap |
static ElemWordSetType | ElemWordSet |
typedef std::map<std::string, ElemRead *, ltstrcase> ElemFuncMapType |
Elem::Type str2elemtype | ( | const char *const | s | ) |
Definition at line 159 of file elem.cc.
References Elem::LASTELEMTYPE, psReadElemsElems, and Elem::UNKNOWN.
Referenced by ModelNameSpace::FindFunc(), ModelNameSpace::GetFunc(), and ElemPrivPlugIn::ReadSE().
|
static |
Definition at line 174 of file elem.cc.
Referenced by ElemWordSetType::IsWord(), and SetElem().
|
static |