32 for (
int n = 0; n < N; ++n) {
33 if (!
other[n]) r[n] =
false;
41 for (
int n = 0; n < N; ++n) {
42 if (
other[n]) r[n] =
true;
50 for (
int n = 0; n < N; ++n) {
51 if (!this->
operator[](n)) r[n] =
true;
CoordinateExpr not_() const noexcept
CoordinateExpr or_(CoordinateExpr const &rhs) const noexcept
CoordinateExpr and_(CoordinateExpr const &rhs) const noexcept
A base class for image defects.
ItemVariant const * other