|
| enum class | Scale : std::size_t { Log = 0
, Linear = 1
} |
| |
|
|
bool | operator== (PressureRange const &) const =default |
| |
|
std::vector< double > | pressures () const |
| |
|
|
double | pressureStart {1e-2} |
| |
|
double | pressureEnd {1e7} |
| |
|
std::size_t | numberOfPoints {100} |
| |
|
Scale | scale {Scale::Log} |
| |
|
|
Archive< std::ofstream > & | operator<< (Archive< std::ofstream > &archive, const PressureRange &r) |
| |
|
Archive< std::ifstream > & | operator>> (Archive< std::ifstream > &archive, PressureRange &r) |
| |
The documentation for this struct was generated from the following file:
- src/raspakit/ruptura/pressure_range.ixx