#include <GridDataSelector.hpp>
|
static std::uint64_t | position_ (double position, double min, double max, std::uint64_t upper_bound) |
|
◆ GridDataSelector() [1/5]
GridDataSelector::GridDataSelector |
( |
SelectorConfig | config, |
|
|
boost::span< const Cell > | cells ) |
|
inline |
◆ GridDataSelector() [2/5]
◆ GridDataSelector() [3/5]
◆ GridDataSelector() [4/5]
◆ GridDataSelector() [5/5]
GridDataSelector::GridDataSelector |
( |
| ) |
|
|
defaultnoexcept |
◆ ~GridDataSelector()
virtual GridDataSelector::~GridDataSelector |
( |
| ) |
|
|
virtualdefault |
◆ cells() [1/2]
boost::span< const Cell > GridDataSelector::cells |
( |
| ) |
const |
|
inlinenoexcept |
◆ cells() [2/2]
boost::span< Cell > GridDataSelector::cells |
( |
| ) |
|
|
inlinenoexcept |
◆ duration() [1/2]
long GridDataSelector::duration |
( |
| ) |
const |
|
inlinenoexcept |
◆ duration() [2/2]
long & GridDataSelector::duration |
( |
| ) |
|
|
inlinenoexcept |
◆ initial_time() [1/2]
time_t GridDataSelector::initial_time |
( |
| ) |
const |
|
inlinenoexcept |
◆ initial_time() [2/2]
time_t & GridDataSelector::initial_time |
( |
| ) |
|
|
inlinenoexcept |
◆ position_()
static std::uint64_t GridDataSelector::position_ |
( |
double | position, |
|
|
double | min, |
|
|
double | max, |
|
|
std::uint64_t | upper_bound ) |
|
inlinestaticprivate |
◆ units() [1/2]
const std::string & GridDataSelector::units |
( |
| ) |
const |
|
inlinenoexcept |
◆ units() [2/2]
std::string & GridDataSelector::units |
( |
| ) |
|
|
inlinenoexcept |
◆ variable() [1/2]
const std::string & GridDataSelector::variable |
( |
| ) |
const |
|
inlinenoexcept |
◆ variable() [2/2]
std::string & GridDataSelector::variable |
( |
| ) |
|
|
inlinenoexcept |
◆ cells_
std::vector<Cell> GridDataSelector::cells_ |
|
private |
◆ config_
General selector configuration.
The documentation for this struct was generated from the following file: