|
CAPD::DynSys Library
6.0.0
|
this is an abstract class for h-sets - from paper by Gidea-Zgliczynski 'Covering relations ...' http://www.im.uj.edu.pl/~zgliczyn More...
#include <capd/covrel/HSet.h>
Public Types | |
| typedef VectorT | VectorType |
| typedef IVectorT | IVectorType |
Public Member Functions | |
| virtual bool | outside (const VectorType &) const =0 |
| virtual bool | inside (const VectorType &) const =0 |
| virtual bool | across (const VectorType &) const =0 |
| virtual bool | mapaway (const VectorType &) const =0 |
| virtual bool | outside (const IVectorType &set) const =0 |
verifies if set does not intersect the support of h-set More... | |
| virtual bool | inside (const IVectorType &set) const =0 |
verifies if set is inside the support of h-set, More... | |
| virtual bool | across (const IVectorType &set) const =0 |
verifies if set does not intersect N^+ More... | |
| virtual bool | mapaway (const IVectorType &set) const =0 |
| ??? More... | |
| virtual | ~HSet () |
this is an abstract class for h-sets - from paper by Gidea-Zgliczynski 'Covering relations ...' http://www.im.uj.edu.pl/~zgliczyn
| typedef IVectorT capd::covrel::HSet< VectorT, IVectorT >::IVectorType |
| typedef VectorT capd::covrel::HSet< VectorT, IVectorT >::VectorType |
|
inlinevirtual |
|
pure virtual |
verifies if set does not intersect N^+
Implemented in capd::covrel::HSetND< VectorT, IVectorT, MatrixT, IMatrixT >, capd::covrel::TripleSet, and capd::covrel::HSet3D.
|
pure virtual |
Implemented in capd::covrel::HSetND< VectorT, IVectorT, MatrixT, IMatrixT >, and capd::covrel::HSet3D.
|
pure virtual |
verifies if set is inside the support of h-set,
Implemented in capd::covrel::HSetND< VectorT, IVectorT, MatrixT, IMatrixT >, capd::covrel::TripleSet, and capd::covrel::HSet3D.
|
pure virtual |
Implemented in capd::covrel::HSetND< VectorT, IVectorT, MatrixT, IMatrixT >, and capd::covrel::HSet3D.
|
pure virtual |
???
Implemented in capd::covrel::HSetND< VectorT, IVectorT, MatrixT, IMatrixT >, capd::covrel::TripleSet, and capd::covrel::HSet3D.
|
pure virtual |
Implemented in capd::covrel::HSetND< VectorT, IVectorT, MatrixT, IMatrixT >, and capd::covrel::HSet3D.
|
pure virtual |
verifies if set does not intersect the support of h-set
Implemented in capd::covrel::HSetND< VectorT, IVectorT, MatrixT, IMatrixT >, capd::covrel::TripleSet, and capd::covrel::HSet3D.
|
pure virtual |
Implemented in capd::covrel::HSetND< VectorT, IVectorT, MatrixT, IMatrixT >, and capd::covrel::HSet3D.