FEBio  1.5.0
Public Member Functions | Protected Attributes
FEParameterList Class Reference

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.
FEParamFind (const char *sz)
 find a parameter using it's name (the safe way)
FEParamoperator[] (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< FEParamm_pl
 the actual parameter list

Detailed Description

A list of material parameters.


The documentation for this class was generated from the following files: