|
FEBio
1.5.0
|
A list of material parameters. More...
#include <FEParameterList.h>
Public Member Functions | |
| void | AddParameter (void *pv, FEParamType itype, int ndim, const char *sz) |
| Add a parameter to the list. | |
| FEParam * | Find (const char *sz) |
| find a parameter using it's name (the safe way) | |
| FEParam & | operator[] (const char *sz) |
| get a parameter (the dangerous way) | |
| list< FEParam >::iterator | first () |
| returs the first parameter | |
| int | Parameters () |
| number of parameters | |
Protected Attributes | |
| list< FEParam > | m_pl |
| the actual parameter list | |
A list of material parameters.
1.7.5.1