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

Public Member Functions | |
| SEHistogram () | |
| virtual | ~SEHistogram () |
| virtual void | Clear () |
| virtual bool | Load (const CDM::HistogramData &in) |
| virtual CDM::HistogramData * | Unload () const |
| virtual bool | IsValid () const |
| virtual void | Invalidate () |
| virtual unsigned int | NumberOfBins () const |
| virtual unsigned int | NumberOfBoundaries () const |
| double | GetDependentValue (unsigned int index) const |
| std::vector< double > & | GetDependent () |
| const std::vector< double > & | GetDependent () const |
| double | GetIndependentValue (unsigned int index) const |
| std::vector< double > & | GetIndependent () |
| const std::vector< double > & | GetIndependent () const |
Public Member Functions inherited from biogears::SEProperty | |
| SEProperty () | |
| virtual | ~SEProperty () |
| virtual bool | Load (const CDM::PropertyData &in) |
Protected Member Functions | |
| virtual void | Unload (CDM::HistogramData &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::SEHistogram::SEHistogram | ( | ) |
|
virtual |
Member Function Documentation
|
virtual |
Reimplemented from biogears::SEProperty.
Reimplemented in biogears::SEHistogramFractionVsLength.
| std::vector< double > & biogears::SEHistogram::GetDependent | ( | ) |
| const std::vector< double > & biogears::SEHistogram::GetDependent | ( | ) | const |
| double biogears::SEHistogram::GetDependentValue | ( | unsigned int | index | ) | const |
| std::vector< double > & biogears::SEHistogram::GetIndependent | ( | ) |
| const std::vector< double > & biogears::SEHistogram::GetIndependent | ( | ) | const |
| double biogears::SEHistogram::GetIndependentValue | ( | unsigned int | index | ) | const |
|
virtual |
Implements biogears::SEProperty.
|
virtual |
Implements biogears::SEProperty.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented in biogears::SEHistogramFractionVsLength.
|
protectedvirtual |
Member Data Documentation
|
protected |
|
protected |


Public Member Functions inherited from