|
Public Member Functions |
| | WrapperMetaForce (std::string id, bool minimal, Force *force, std::string forceAlias) |
| | WrapperMetaForce (std::string id, bool minimal, Force *force1, std::string forceAlias1, Force *force2, std::string forceAlias2) |
| virtual | ~WrapperMetaForce () |
| virtual std::string | getIdNoAlias () const |
| virtual void | getParameters (std::vector< Parameter > ¶meters) const |
| virtual unsigned int | getParameterSize () const |
| virtual std::string | getKeyword () const |
| virtual void | getDeepForces (std::vector< Force * > &forces) const |
Public Attributes |
| const std::string | keyword |
Private Member Functions |
| virtual Force * | doMake (std::string &errMsg, std::vector< Value > values) const |
| void | addForce (Force *force, std::string forceAlias) |
Private Attributes |
| std::vector< Force * > | myForces |
| bool | myMinimal |
| std::vector< Parameter > | myParameters |
| unsigned int | myParameterSize |