1#ifndef COOLPROP_REGION_REGION_ATLAS_H
2#define COOLPROP_REGION_REGION_ATLAS_H
50 [[nodiscard]]
int find_region(
double a,
double b)
const noexcept;
56 [[nodiscard]] std::size_t
size() const noexcept {
57 return regions_.size();
64 std::vector<Region> regions_;
66 std::vector<double> a_lo_;
67 std::vector<double> a_hi_;
68 std::vector<double> b_min_;
69 std::vector<double> b_max_;