|  | Home | Libraries | People | FAQ | More | 
DE-9IM model intersection mask.
This mask can be used to check spatial relations as defined in Dimensionally Extended 9-Intersection Model.
class de9im::mask : public detail::relate::mask< 3, 3 > { // ... };
| Function | Description | Parameters | 
|---|---|---|
| 
 mask(const char * code) 
 | The constructor. | const char *: code: The mask pattern. | 
| 
 mask(std::string const & code) 
 | The constructor. | std::string const &: code: The mask pattern. | 
          #include <boost/geometry/algorithms/detail/relate/de9im.hpp>