libpappsomspp
Library for mass spectrometry
|
#include <colormapplotconfig.h>
Public Member Functions | |
ColorMapPlotConfig () | |
ColorMapPlotConfig (DataKind x_axis_data_kind, DataKind y_axis_data_kind, std::size_t key_cell_count, std::size_t mz_cell_count, double min_key_value, double max_key_value, double min_mz_value, double max_mz_value) | |
QString | toString () const |
Public Attributes | |
DataKind | xAxisDataKind = DataKind::unset |
DataKind | yAxisDataKind = DataKind::unset |
std::size_t | keyCellCount = 0 |
std::size_t | mzCellCount = 0 |
double | minKeyValue = std::numeric_limits<double>::max() |
double | maxKeyValue = std::numeric_limits<double>::min() |
double | minMzValue = std::numeric_limits<double>::max() |
double | maxMzValue = std::numeric_limits<double>::min() |
Definition at line 21 of file colormapplotconfig.h.
pappso::ColorMapPlotConfig::ColorMapPlotConfig | ( | ) |
Definition at line 16 of file colormapplotconfig.cpp.
pappso::ColorMapPlotConfig::ColorMapPlotConfig | ( | DataKind | x_axis_data_kind, |
DataKind | y_axis_data_kind, | ||
std::size_t | key_cell_count, | ||
std::size_t | mz_cell_count, | ||
double | min_key_value, | ||
double | max_key_value, | ||
double | min_mz_value, | ||
double | max_mz_value | ||
) |
Definition at line 20 of file colormapplotconfig.cpp.
QString pappso::ColorMapPlotConfig::toString | ( | ) | const |
Definition at line 41 of file colormapplotconfig.cpp.
References keyCellCount, maxKeyValue, maxMzValue, minKeyValue, minMzValue, mzCellCount, xAxisDataKind, and yAxisDataKind.
std::size_t pappso::ColorMapPlotConfig::keyCellCount = 0 |
Definition at line 26 of file colormapplotconfig.h.
Referenced by pappso::BaseColorMapPlotWidget::addColorMap(), and toString().
double pappso::ColorMapPlotConfig::maxKeyValue = std::numeric_limits<double>::min() |
Definition at line 30 of file colormapplotconfig.h.
Referenced by pappso::BaseColorMapPlotWidget::addColorMap(), and toString().
double pappso::ColorMapPlotConfig::maxMzValue = std::numeric_limits<double>::min() |
Definition at line 33 of file colormapplotconfig.h.
Referenced by pappso::BaseColorMapPlotWidget::addColorMap(), and toString().
double pappso::ColorMapPlotConfig::minKeyValue = std::numeric_limits<double>::max() |
Definition at line 29 of file colormapplotconfig.h.
Referenced by pappso::BaseColorMapPlotWidget::addColorMap(), and toString().
double pappso::ColorMapPlotConfig::minMzValue = std::numeric_limits<double>::max() |
Definition at line 32 of file colormapplotconfig.h.
Referenced by pappso::BaseColorMapPlotWidget::addColorMap(), and toString().
std::size_t pappso::ColorMapPlotConfig::mzCellCount = 0 |
Definition at line 27 of file colormapplotconfig.h.
Referenced by pappso::BaseColorMapPlotWidget::addColorMap(), and toString().
DataKind pappso::ColorMapPlotConfig::xAxisDataKind = DataKind::unset |
Definition at line 23 of file colormapplotconfig.h.
Referenced by toString(), pappso::BaseColorMapPlotWidget::transposeAxes(), and pappso::BaseColorMapPlotWidget::xAxisDataKind().
DataKind pappso::ColorMapPlotConfig::yAxisDataKind = DataKind::unset |
Definition at line 24 of file colormapplotconfig.h.
Referenced by toString(), pappso::BaseColorMapPlotWidget::transposeAxes(), and pappso::BaseColorMapPlotWidget::yAxisDataKind().