biogears::SEFunction Class Reference
#include <SEFunction.h>
Inheritance diagram for biogears::SEFunction:

Public Member Functions | |
| SEFunction () | |
| virtual | ~SEFunction () |
| virtual void | Clear () |
| virtual bool | Load (const CDM::FunctionData &in) |
| virtual CDM::FunctionData * | Unload () const |
| virtual bool | IsValid () const |
| virtual void | Invalidate () |
| virtual unsigned int | Length () |
| double | GetDependentValue (unsigned int index) |
| std::vector< double > & | GetDependent () |
| double | GetIndependentValue (unsigned int index) |
| std::vector< double > & | GetIndependent () |
Public Member Functions inherited from biogears::SEProperty | |
| SEProperty () | |
| virtual | ~SEProperty () |
| virtual bool | Load (const CDM::PropertyData &in) |
Protected Member Functions | |
| virtual void | Unload (CDM::FunctionData &data) const |
Protected Member Functions inherited from biogears::SEProperty | |
| virtual void | Unload (CDM::PropertyData &data) const |
Protected Attributes | |
| std::vector< double > | m_Dependent |
| std::vector< double > | m_Independent |
Constructor & Destructor Documentation
| biogears::SEFunction::SEFunction | ( | ) |
|
virtual |
Member Function Documentation
|
virtual |
Reimplemented from biogears::SEProperty.
Reimplemented in biogears::SEFunctionElectricPotentialVsTime, and biogears::SEFunctionVolumeVsTime.
| std::vector< double > & biogears::SEFunction::GetDependent | ( | ) |
| double biogears::SEFunction::GetDependentValue | ( | unsigned int | index | ) |
| std::vector< double > & biogears::SEFunction::GetIndependent | ( | ) |
| double biogears::SEFunction::GetIndependentValue | ( | unsigned int | index | ) |
|
virtual |
Implements biogears::SEProperty.
|
virtual |
Implements biogears::SEProperty.
|
virtual |
|
virtual |
|
virtual |
Reimplemented in biogears::SEFunctionElectricPotentialVsTime, and biogears::SEFunctionVolumeVsTime.
|
protectedvirtual |
Member Data Documentation
|
protected |
|
protected |


Public Member Functions inherited from