52 Ostream&
operator<<(Ostream&,
const labelRange&);
103 inline bool empty()
const;
const_iterator cbegin() const
const_iterator set to the beginning of the range
tmp< fvMatrix< Type > > operator*(const volScalarField::Internal &, const fvMatrix< Type > &)
const const_iterator & cend() const
const_iterator set to beyond the end of the range
bool contains(const label) const
Return true if the value is within the range.
bool empty() const
Is the range empty?
void clear()
Reset to zero size.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Less function class for sorting labelRange.
label size() const
Return the effective size of the range.
const dimensionedScalar b
Wien displacement law constant: default SI units: [m K].
bool operator<(const labelRange &rhs) const
Comparison function for sorting, compares the start.
const_iterator begin() const
const_iterator set to the beginning of the range
bool operator()(const labelRange &a, const labelRange &b)
const const_iterator & end() const
const_iterator set to beyond the end of the range
Istream & operator>>(Istream &, directionInfo &)
labelRange join(const labelRange &) const
Return a joined range, squashing any gaps in between.
labelRange()
Construct an empty range.
bool operator!=(const labelRange &) const
An Ostream is an abstract base class for all output systems (streams, files, token lists...
label operator[](const label) const
Return element in range, no bounds checking.
friend Ostream & operator<<(Ostream &, const labelRange &)
label last() const
The (inclusive) upper value of the range.
labelRange & operator+=(const labelRange &)
Join ranges, squashing any gaps in between.
Ostream & operator<<(Ostream &, const ensightPart &)
bool operator==(const labelRange &) const
bool intersects(const labelRange &, const bool touches=false) const
Return true if the ranges intersect.
label first() const
The (inclusive) lower value of the range.
friend Istream & operator>>(Istream &, labelRange &)