#include <DistanceHistogram.hh>
| core::scoring::saxs::DistanceHistogram::DistanceHistogram |
( |
void |
| ) |
|
|
inline |
Create a histogram that collects distances between two predefined atom types.
| Real core::scoring::saxs::DistanceHistogram::distance |
( |
Size |
bin | ) |
const |
|
inline |
tells waht distance falls into a certain bin
References factor_.
Referenced by get().
| Size core::scoring::saxs::DistanceHistogram::get |
( |
Real |
distance | ) |
const |
|
inline |
| Size core::scoring::saxs::DistanceHistogram::get |
( |
Size |
bin | ) |
const |
|
inline |
Returns the number of counts for a given bin.
References h_.
| void core::scoring::saxs::DistanceHistogram::insert |
( |
Real |
distance | ) |
|
|
inline |
| Size core::scoring::saxs::DistanceHistogram::last_nonempty_bin |
( |
| ) |
const |
|
inline |
| Size core::scoring::saxs::DistanceHistogram::operator() |
( |
Real |
distance | ) |
const |
|
inline |
Returns the number of counts for a given distance.
References factor_, and h_.
| Size core::scoring::saxs::DistanceHistogram::size |
( |
| ) |
|
|
inline |
Returns the size of this histogram.
References h_.
| Size core::scoring::saxs::DistanceHistogram::total |
( |
| ) |
const |
|
inline |
Returns the total number of counts in this histogram.
References h_.
| void core::scoring::saxs::DistanceHistogram::zeros |
( |
| ) |
|
|
inline |
| Real core::scoring::saxs::DistanceHistogram::factor_ |
|
private |
| utility::vector1<Size> core::scoring::saxs::DistanceHistogram::h_ |
|
private |
| Size core::scoring::saxs::DistanceHistogram::last_nonempty_bin_ |
|
private |
| Real core::scoring::saxs::DistanceHistogram::max_dist_ |
|
private |
The documentation for this class was generated from the following file: