|
Gromacs
2026.0-dev-20251107-70abc26
|
#include "gmxpre.h"#include "gromacs/analysisdata/modules/histogram.h"#include <cmath>#include <cstdint>#include <limits>#include <memory>#include <vector>#include "gromacs/analysisdata/abstractdata.h"#include "gromacs/analysisdata/dataframe.h"#include "gromacs/analysisdata/datamodule.h"#include "gromacs/analysisdata/datastorage.h"#include "gromacs/analysisdata/framelocaldata.h"#include "gromacs/math/functions.h"#include "gromacs/utility/exceptions.h"#include "gromacs/utility/gmxassert.h"#include "gromacs/utility/real.h"#include "frameaverager.h"
Include dependency graph for histogram.cpp:Implements classes in histogram.h.
Classes | |
| class | gmx::anonymous_namespace{histogram.cpp}::StaticAverageHistogram |
| Represents copies of average histograms. More... | |
| class | gmx::internal::BasicAverageHistogramModule |
| Implements average histogram module that averages per-frame histograms. More... | |
| class | gmx::internal::BasicHistogramImpl |
| Base class for private implementation classes for histogram modules. More... | |
| class | gmx::AnalysisDataSimpleHistogramModule::Impl |
| Private implementation class for AnalysisDataSimpleHistogramModule. More... | |
| class | gmx::AnalysisDataWeightedHistogramModule::Impl |
| Private implementation class for AnalysisDataWeightedHistogramModule. More... | |
Functions | |
| bool | anonymous_namespace{histogram.cpp}::isDefined (real value) |
Checks whether value is defined. | |
Variables | |
| const real | anonymous_namespace{histogram.cpp}::UNDEFINED = std::numeric_limits<real>::max() |
| Value used to signify that a real-valued histogram setting is not set. | |
1.8.5