![]() |
Rosetta
2021.16
|

Public Types | |
| typedef utility::pointer::shared_ptr < Histogram< T > > | OP |
| typedef utility::pointer::shared_ptr < Histogram const > | COP |
Public Member Functions | |
| Histogram (core::Real grid_min, core::Real grid_max, core::Size ngrid_cells_=100) | |
| Histogram (Histogram const &) | |
| Histogram & | operator= (Histogram const &) |
| ~Histogram () override | |
| bool | check_range (core::Real val) const |
| core::Size | cell_index (core::Real val) const |
| core::Size | size () const |
| ValueType & | at (core::Size index) |
| ValueType | at (core::Size index) const |
| void | toggle () |
| void | reset () |
| void | write_to_stream (std::ostream &) const |
| void | write_to_string (std::string &) const |
Private Types | |
| typedef utility::VirtualBase | Parent |
| typedef T | ValueType |
Private Member Functions | |
| void | copy_data (Histogram const &) |
Private Attributes | |
| ValueType * | data_ |
| ValueType * | recv_buf_ |
| core::Real | grid_min_ |
| core::Real | grid_max_ |
| core::Real | delta_grid_ |
| core::Size | ngrid_cells_ |
| typedef utility::pointer::shared_ptr< Histogram const > protocols::canonical_sampling::BiasEnergy::Histogram< T >::COP |
| typedef utility::pointer::shared_ptr< Histogram<T> > protocols::canonical_sampling::BiasEnergy::Histogram< T >::OP |
|
private |
|
private |
| protocols::canonical_sampling::BiasEnergy::Histogram< T >::Histogram | ( | core::Real | grid_min, |
| core::Real | grid_max, | ||
| core::Size | ngrid_cells_ = 100 |
||
| ) |
| protocols::canonical_sampling::BiasEnergy::Histogram< T >::Histogram | ( | Histogram< T > const & | other | ) |
|
override |
|
inline |
|
inline |
| core::Size protocols::canonical_sampling::BiasEnergy::Histogram< T >::cell_index | ( | core::Real | val | ) | const |
| bool protocols::canonical_sampling::BiasEnergy::Histogram< T >::check_range | ( | core::Real | val | ) | const |
|
private |
| BiasEnergy::Histogram< T > & protocols::canonical_sampling::BiasEnergy::Histogram< T >::operator= | ( | Histogram< T > const & | other | ) |
| void protocols::canonical_sampling::BiasEnergy::Histogram< T >::reset | ( | ) |
|
inline |
| void protocols::canonical_sampling::BiasEnergy::Histogram< T >::toggle | ( | ) |
References protocols::canonical_sampling::_toggle().
| void protocols::canonical_sampling::BiasEnergy::Histogram< T >::write_to_stream | ( | std::ostream & | os | ) | const |
| void protocols::canonical_sampling::BiasEnergy::Histogram< T >::write_to_string | ( | std::string & | str | ) | const |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.7