...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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>