votca 2024.2-dev
|
#include <histogram.h>
Public Attributes | |
Index | n_ = 101 |
bool | auto_interval_ = true |
bool | extend_interval_ = false |
double | min_ = 0 |
double | max_ = 1. |
bool | periodic_ = false |
bool | normalize_ = true |
std::string | scale_ = "no" |
Definition at line 64 of file histogram.h.
bool votca::tools::Histogram::options_t::auto_interval_ = true |
Definition at line 66 of file histogram.h.
bool votca::tools::Histogram::options_t::extend_interval_ = false |
Definition at line 67 of file histogram.h.
double votca::tools::Histogram::options_t::max_ = 1. |
Definition at line 69 of file histogram.h.
double votca::tools::Histogram::options_t::min_ = 0 |
Definition at line 68 of file histogram.h.
Index votca::tools::Histogram::options_t::n_ = 101 |
Definition at line 65 of file histogram.h.
bool votca::tools::Histogram::options_t::normalize_ = true |
Definition at line 71 of file histogram.h.
bool votca::tools::Histogram::options_t::periodic_ = false |
Definition at line 70 of file histogram.h.
std::string votca::tools::Histogram::options_t::scale_ = "no" |
Definition at line 72 of file histogram.h.