|
template<typename HSetType , typename SetType > |
bool | capd::covrel::outside (const HSetType &hset, const SetType &set) |
| verifies if set does not intersect the support of h-set More...
|
|
template<typename HSetType , typename SetType > |
bool | capd::covrel::inside (const HSetType &hset, const SetType &set) |
| verifies if set is inside the support of h-set More...
|
|
template<typename HSetType , typename SetType > |
bool | capd::covrel::across (const HSetType &hset, const SetType &set) |
| verifies if set does not intersect N^+ More...
|
|
template<typename HSetType , typename SetType > |
bool | capd::covrel::mapaway (const HSetType &hset, const SetType &set) |
|
template<typename HSetType , typename SetType > |
bool | capd::covrel::onLeft (const HSetType &hset, const SetType &set) |
| Checks if set in on the left side of the hset (works only in 2D) More...
|
|
template<typename HSetType , typename SetType > |
bool | capd::covrel::onRight (const HSetType &hset, const SetType &set) |
| Checks if set in on the right side of the hset (works only in 2D) More...
|
|