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