BornAgain
1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
|
This is the complete list of members for IAxis, including all inherited members.
axisName() const | IAxis | inline |
bin(size_t index) const =0 | IAxis | pure virtual |
binBoundaries() const | IAxis | virtual |
binCenter(size_t index) const =0 | IAxis | pure virtual |
binCenters() const | IAxis | virtual |
bounds() const | IAxis | |
center() const | IAxis | |
clip(double lower, double upper) | IAxis | virtual |
clip(std::pair< double, double > bounds) | IAxis | |
clone() const =0 | IAxis | pure virtual |
contains(double value) const | IAxis | virtual |
equals(const IAxis &other) const | IAxis | protectedvirtual |
findClosestIndex(double value) const =0 | IAxis | pure virtual |
IAxis(std::string name) | IAxis | inline |
IAxis(const IAxis &)=delete | IAxis | |
m_name | IAxis | private |
max() const =0 | IAxis | pure virtual |
min() const =0 | IAxis | pure virtual |
operator!=(const IAxis &right) const | IAxis | inline |
operator<<(std::ostream &ostr, const IAxis &m) | IAxis | friend |
operator==(const IAxis &right) const | IAxis | inline |
operator[](size_t index) const =0 | IAxis | pure virtual |
print(std::ostream &ostr) const =0 | IAxis | protectedpure virtual |
setAxisName(std::string name) | IAxis | inline |
size() const =0 | IAxis | pure virtual |
span() const | IAxis | |
~IAxis() | IAxis | virtual |