votca 2024-dev
Loading...
Searching...
No Matches
Public Attributes | List of all members
votca::tools::Histogram::options_t Struct Reference

#include <histogram.h>

Collaboration diagram for votca::tools::Histogram::options_t:
Collaboration graph
[legend]

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"
 

Detailed Description

Definition at line 64 of file histogram.h.

Member Data Documentation

◆ auto_interval_

bool votca::tools::Histogram::options_t::auto_interval_ = true

Definition at line 66 of file histogram.h.

◆ extend_interval_

bool votca::tools::Histogram::options_t::extend_interval_ = false

Definition at line 67 of file histogram.h.

◆ max_

double votca::tools::Histogram::options_t::max_ = 1.

Definition at line 69 of file histogram.h.

◆ min_

double votca::tools::Histogram::options_t::min_ = 0

Definition at line 68 of file histogram.h.

◆ n_

Index votca::tools::Histogram::options_t::n_ = 101

Definition at line 65 of file histogram.h.

◆ normalize_

bool votca::tools::Histogram::options_t::normalize_ = true

Definition at line 71 of file histogram.h.

◆ periodic_

bool votca::tools::Histogram::options_t::periodic_ = false

Definition at line 70 of file histogram.h.

◆ scale_

std::string votca::tools::Histogram::options_t::scale_ = "no"

Definition at line 72 of file histogram.h.


The documentation for this struct was generated from the following file: