Go to the source code of this file.
Classes | |
| class | msl::Mask |
| A two dimensional mask. More... | |
Namespaces | |
| namespace | msl |
Functions | |
| Mask | msl::operator! (Mask mask) |
| Retrun a switched mask (enabled ↔ disabled) | |
| Mask | msl::operator& (Mask left, Mask const &right) |
| Intersection of two masks. | |
| Mask | msl::operator| (Mask left, Mask const &right) |
| Union of two masks. | |