Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Data Fields
Bnd_Range::Bounds Struct Reference

Structure containing the range bounds (Min, Max). Can be used with C++17 structured bindings: More...

#include <Bnd_Range.hxx>

Data Fields

double Min
 Minimum value of the range.
 
double Max
 Maximum value of the range.
 

Detailed Description

Structure containing the range bounds (Min, Max). Can be used with C++17 structured bindings:

auto [aMin, aMax] = aRange.Get();
STL input iterator that wraps an OCCT More()/Next() iterator.
Definition NCollection_ForwardRange.hxx:142

Field Documentation

◆ Max

double Bnd_Range::Bounds::Max

Maximum value of the range.

◆ Min

double Bnd_Range::Bounds::Min

Minimum value of the range.


The documentation for this struct was generated from the following file: