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


| Public Member Functions | |
| NodePrivPlugIn (MathParser &mp, DataManager *pDM) | |
| virtual | ~NodePrivPlugIn (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 62 of file privpgin.h.
| NodePrivPlugIn::NodePrivPlugIn | ( | MathParser & | mp, | 
| DataManager * | pDM | ||
| ) | 
| 
 | virtual | 
Definition at line 176 of file privpgin.cc.
References NO_OP.
| 
 | protectedvirtual | 
Implements PrivPlugIn.
Definition at line 220 of file privpgin.cc.
References WithLabel::GetLabel(), Node::GetNodeType(), MBDYN_EXCEPT_ARGS, PrivPlugIn::pSE, and psNodeNames.

| 
 | protectedvirtual | 
Implements PrivPlugIn.
Definition at line 188 of file privpgin.cc.
References Node::LASTNODETYPE, MBDYN_EXCEPT_ARGS, PrivPlugIn::pDM, DataManager::pFindNode(), PrivPlugIn::pSE, psReadNodesNodes, SAFEDELETEARR, SAFESTRDUP, and str2nodetype().

| 
 | virtual |