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


Public Member Functions | |
| ResForceSet (unsigned int uLabel, ResForces *p) | |
| virtual | ~ResForceSet (void) |
| bool | is_in (unsigned int uL) |
Public Member Functions inherited from WithLabel | |
| WithLabel (unsigned int uL=0, const std::string &sN="") | |
| virtual | ~WithLabel (void) |
| void | PutLabel (unsigned int uL) |
| void | PutName (const std::string &sN) |
| unsigned int | GetLabel (void) const |
| const std::string & | GetName (void) const |
Public Attributes | |
| ResForces * | pRes |
| std::set< unsigned int > | labelSet |
Additional Inherited Members | |
Protected Attributes inherited from WithLabel | |
| unsigned int | uLabel |
| std::string | sName |
Definition at line 105 of file resforces.h.
Definition at line 191 of file resforces.cc.
|
virtual |
| std::set<unsigned int> ResForceSet::labelSet |
Definition at line 107 of file resforces.h.
Referenced by is_in(), and ReadResSet().
| ResForces* ResForceSet::pRes |
Definition at line 106 of file resforces.h.
Referenced by ResForceSet(), and ~ResForceSet().