msl 1.1.0
 
Loading...
Searching...
No Matches
Mask.h File Reference
#include <vector>
#include <boost/dynamic_bitset.hpp>
#include "Vector.h"

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.