|
opatIO-cpp 0.3.0a
Open Parametrized Array Table
|
Structure to hold the minimum and maximum values for a dimension. More...
#include <opatIO.h>
Public Attributes | |
| double | min = std::numeric_limits<double>::max() |
| The minimum value. | |
| double | max = std::numeric_limits<double>::min() |
| The maximum value. | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Bounds &bounds) |
| Stream insertion operator for printing the Bounds. | |
Structure to hold the minimum and maximum values for a dimension.
This is typically used to represent the bounds of index vectors in an OPAT file.
Example:
|
friend |
| double opat::Bounds::max = std::numeric_limits<double>::min() |
The maximum value.
| double opat::Bounds::min = std::numeric_limits<double>::max() |
The minimum value.