![]() |
Rosetta
2021.16
|
Helper class for silent-file classes to keep track of energy information. More...
#include <SilentEnergy.hh>
Public Member Functions | |
| SilentEnergy () | |
| SilentEnergy (std::string name, core::Real value, core::Real weight, int width) | |
| SilentEnergy (std::string name, std::string value, int width) | |
| std::string const & | name () const |
| void | name (std::string const &new_name) |
| core::Real | value () const |
| void | value (core::Real const &new_value) |
| std::string const & | string_value () const |
| void | value (std::string const &new_string_value) |
| core::Real | weight () const |
| void | weight (core::Real const &new_weight) |
| int | width () const |
| void | width (int const &new_width) |
Private Attributes | |
| std::string | name_ |
| core::Real | value_ |
| core::Real | weight_ |
| int | width_ |
| std::string | string_value_ |
Helper class for silent-file classes to keep track of energy information.
|
inline |
|
inline |
|
inline |
|
inline |
References name_.
Referenced by core::io::silent::SilentStruct::set_valid_energies(), and core::io::silent::SilentEnergy_sort_by_name().
|
inline |
References name_.
|
inline |
References string_value_.
Referenced by core::io::silent::SilentStruct::get_string_value().
|
inline |
References value_.
Referenced by core::io::silent::SilentStruct::get_energy().
|
inline |
References value_.
|
inline |
References string_value_.
|
inline |
References weight_.
|
inline |
References weight_.
|
inline |
References width_.
|
inline |
References width_.
|
private |
Referenced by name().
|
private |
Referenced by string_value(), and value().
|
private |
Referenced by value().
|
private |
Referenced by weight().
|
private |
Referenced by width().
1.8.7