SEHistogram Class Reference
#include <SEHistogram.h>
Inheritance diagram for SEHistogram:
Public Member Functions | |
| SEHistogram () | |
| virtual | ~SEHistogram () |
| virtual void | Clear () |
| void | Copy (const SEHistogram &s) |
| bool | IsValid () const override |
| void | Invalidate () override |
| virtual size_t | NumberOfBins () const |
| virtual size_t | NumberOfBoundaries () const |
| double | GetDependentValue (size_t index) const |
| std::vector< double > & | GetDependent () |
| const std::vector< double > & | GetDependent () const |
| double | GetIndependentValue (size_t index) const |
| std::vector< double > & | GetIndependent () |
| const std::vector< double > & | GetIndependent () const |
Public Member Functions inherited from SEProperty | |
| SEProperty () | |
| virtual | ~SEProperty () |
Protected Attributes | |
| std::vector< double > | m_Dependent |
| std::vector< double > | m_Independent |
Friends | |
| class | PBProperty |
Constructor & Destructor Documentation
◆ SEHistogram()
| SEHistogram::SEHistogram | ( | ) |
◆ ~SEHistogram()
|
virtual |
Member Function Documentation
◆ Clear()
|
virtual |
Reimplemented in SEHistogramFractionVsLength.
◆ Copy()
| void SEHistogram::Copy | ( | const SEHistogram & | s | ) |
◆ GetDependent() [1/2]
| std::vector< double > & SEHistogram::GetDependent | ( | ) |
◆ GetDependent() [2/2]
| const std::vector< double > & SEHistogram::GetDependent | ( | ) | const |
◆ GetDependentValue()
| double SEHistogram::GetDependentValue | ( | size_t | index | ) | const |
◆ GetIndependent() [1/2]
| std::vector< double > & SEHistogram::GetIndependent | ( | ) |
◆ GetIndependent() [2/2]
| const std::vector< double > & SEHistogram::GetIndependent | ( | ) | const |
◆ GetIndependentValue()
| double SEHistogram::GetIndependentValue | ( | size_t | index | ) | const |
◆ Invalidate()
|
overridevirtual |
Implements SEProperty.
◆ IsValid()
|
overridevirtual |
Implements SEProperty.
◆ NumberOfBins()
|
virtual |
◆ NumberOfBoundaries()
|
virtual |
Friends And Related Function Documentation
◆ PBProperty
|
friend |
Member Data Documentation
◆ m_Dependent
|
protected |
◆ m_Independent
|
protected |

Public Member Functions inherited from