CAPD DynSys Library
5.2.0
|
class that defines forbidden set More...
#include <capd/invset/ForbiddenSet.h>
Public Types | |
typedef VectorT | VectorType |
typedef std::list< VectorType > | ContainerType |
typedef ContainerType::iterator | iterator |
typedef ContainerType::const_iterator | const_iterator |
Public Member Functions | |
ForbiddenSet () | |
ForbiddenSet (const VectorType ®ion) | |
ForbiddenSet (const ContainerType ®ions) | |
void | add (const VectorType ®ion) |
adds forbidden region More... | |
void | clear () |
removes all forbidden regions More... | |
bool | check (const VectorType &cube) const |
checks cube and returns true if it is not contained in any of the forbidden regions More... | |
class that defines forbidden set
typedef ContainerType::const_iterator capd::invset::ForbiddenSet< VectorT >::const_iterator |
typedef std::list<VectorType> capd::invset::ForbiddenSet< VectorT >::ContainerType |
typedef ContainerType::iterator capd::invset::ForbiddenSet< VectorT >::iterator |
typedef VectorT capd::invset::ForbiddenSet< VectorT >::VectorType |
|
inline |
|
inline |
|
inline |
|
inline |
adds forbidden region
|
inline |
checks cube and returns true if it is not contained in any of the forbidden regions
|
inline |
removes all forbidden regions