Go to the documentation of this file.
56 Ostream&
operator<<(Ostream&,
const scalarRange&);
115 scalar
value()
const;
118 scalar
lower()
const;
121 scalar
upper()
const;
bool valid() const
Is the range non-empty?
bool empty() const
Is the range empty?
friend Istream & operator>>(Istream &, scalarRange &)
rangeType
Enumeration defining the types of token.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A scalar range specifier.
Ostream & operator<<(Ostream &, const edgeMesh &)
scalarRange()
Construct an empty range.
friend Ostream & operator<<(Ostream &, const scalarRange &)
scalar lower() const
The lower limit.
bool operator==(const scalarRange &) const
Istream & operator>>(Istream &, edgeMesh &)
bool selected(const scalar) const
Return true if the value is within the range.
bool operator!=(const scalarRange &) const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
scalar upper() const
The upper limit.
bool isExact() const
Is the range 'EXACT'?
scalar value() const
The value constituting an 'EXACT' match.