|
MBDyn-1.7.3
|
#include <privpgin.h>


Public Member Functions | |
| ElemPrivPlugIn (MathParser &mp, DataManager *pDM) | |
| virtual | ~ElemPrivPlugIn (void) |
| const char * | sName (void) const |
Public Member Functions inherited from PrivPlugIn | |
| PrivPlugIn (MathParser &mp, DataManager *pDM) | |
| virtual | ~PrivPlugIn (void) |
| int | Read (int argc, char *argv[]) |
| TypedValue::Type | GetType (void) const |
| TypedValue | GetVal (void) const |
Public Member Functions inherited from MathParser::PlugIn | |
| PlugIn (MathParser &mp) | |
| virtual | ~PlugIn () |
Protected Member Functions | |
| virtual void | ReadSE (unsigned int uLabel, const char *s) |
| virtual std::ostream & | Err (std::ostream &out) const |
Protected Member Functions inherited from PrivPlugIn | |
| unsigned int | ReadLabel (const char *s) |
| void | ReadIndex (unsigned int iMaxIndex, const char *s) |
Additional Inherited Members | |
Protected Attributes inherited from PrivPlugIn | |
| SimulationEntity * | pSE |
| unsigned int | iIndex |
| std::string | sIndexName |
| DataManager * | pDM |
Protected Attributes inherited from MathParser::PlugIn | |
| MathParser & | mp |
Definition at line 73 of file privpgin.h.
| ElemPrivPlugIn::ElemPrivPlugIn | ( | MathParser & | mp, |
| DataManager * | pDM | ||
| ) |
|
virtual |
Definition at line 237 of file privpgin.cc.
References NO_OP.
|
protectedvirtual |
Implements PrivPlugIn.
Definition at line 281 of file privpgin.cc.
References Elem::GetElemType(), WithLabel::GetLabel(), MBDYN_EXCEPT_ARGS, PrivPlugIn::pSE, and psElemNames.

|
protectedvirtual |
Implements PrivPlugIn.
Definition at line 249 of file privpgin.cc.
References Elem::LASTELEMTYPE, MBDYN_EXCEPT_ARGS, PrivPlugIn::pDM, DataManager::pFindElem(), PrivPlugIn::pSE, psReadElemsElems, SAFEDELETEARR, SAFESTRDUP, and str2elemtype().

|
virtual |
Implements PrivPlugIn.
Definition at line 243 of file privpgin.cc.