CAPD::DynSys Library  6.0.0
HSet.h File Reference
#include <vector>
#include "capd/covrel/GridSet.h"

Classes

class  capd::covrel::HSet< VectorT, IVectorT >
 this is an abstract class for h-sets - from paper by Gidea-Zgliczynski 'Covering relations ...' http://www.im.uj.edu.pl/~zgliczyn More...
 

Namespaces

 capd
 
 capd::covrel
 Covering relations, H-sets, cones conditions.
 

Enumerations

enum  capd::covrel::Side { capd::covrel::leftSide = -1 , capd::covrel::bothSides = 0 , capd::covrel::rightSide = 1 }
 

Functions

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...
 

Detailed Description

Author
Daniel Wilczak