#include <SEFunction.h>
Inherits SEProperty.
Inherited by SEFunctionElectricPotentialVsTime, and SEFunctionVolumeVsTime.
◆ SEFunction()
SEFunction::SEFunction |
( |
| ) |
|
◆ ~SEFunction()
SEFunction::~SEFunction |
( |
| ) |
|
|
virtual |
◆ Clear()
void SEFunction::Clear |
( |
| ) |
|
|
virtual |
◆ Copy()
◆ GetDependent()
std::vector< double > & SEFunction::GetDependent |
( |
| ) |
|
◆ GetDependentUnit()
virtual const CCompoundUnit * SEFunction::GetDependentUnit |
( |
| ) |
const |
|
inlinevirtual |
◆ GetDependentValue()
double SEFunction::GetDependentValue |
( |
size_t |
index | ) |
const |
◆ GetIndependent()
std::vector< double > & SEFunction::GetIndependent |
( |
| ) |
|
◆ GetIndependentUnit()
virtual const CCompoundUnit * SEFunction::GetIndependentUnit |
( |
| ) |
const |
|
inlinevirtual |
◆ GetIndependentValue()
double SEFunction::GetIndependentValue |
( |
size_t |
index | ) |
const |
◆ Invalidate()
void SEFunction::Invalidate |
( |
| ) |
|
|
overridevirtual |
◆ IsValid()
bool SEFunction::IsValid |
( |
| ) |
const |
|
overridevirtual |
◆ Length()
size_t SEFunction::Length |
( |
| ) |
const |
|
virtual |
◆ WriteCSVFile()
bool SEFunction::WriteCSVFile |
( |
const std::string & |
filename | ) |
const |
◆ PBProperty
◆ m_Dependent
std::vector<double> SEFunction::m_Dependent |
|
protected |
◆ m_Independent
std::vector<double> SEFunction::m_Independent |
|
protected |