CAPD RedHom Library
|
#include </var/lib/jenkins/workspace/capd-docs/workdir/capd-5.1.13/capdRedHom/programs/apiRedHom-py/CubicalComplex.h>
Public Types | |
typedef boost::python::tuple | Interval |
typedef boost::python::list | CellCode |
typedef boost::python::list | FullCube |
Public Member Functions | |
CubicalComplex (const boost::python::list &size) | |
CubicalComplex (boost::shared_ptr< apiRedHom::CubicalComplex > impl) | |
void | insert (const CellCode &cube) |
void | insertFullCube (const FullCube &cube) |
void | fillWithBoundaries () |
apiRedHom::CubicalComplex & | impl () |
const apiRedHom::CubicalComplex & | impl () const |
int | dim () const |
int | cardinality () const |
Protected Attributes | |
boost::shared_ptr< apiRedHom::Complex > | _impl |
typedef boost::python::list capd::apiRedHom::python::CubicalComplex::CellCode |
typedef boost::python::list capd::apiRedHom::python::CubicalComplex::FullCube |
typedef boost::python::tuple capd::apiRedHom::python::CubicalComplex::Interval |
|
explicit |
|
explicit |
|
inherited |
|
inherited |
void CubicalComplex::fillWithBoundaries | ( | ) |
apiRedHom::CubicalComplex & CubicalComplex::impl | ( | ) |
const apiRedHom::CubicalComplex & CubicalComplex::impl | ( | ) | const |
void CubicalComplex::insert | ( | const CellCode & | cube | ) |
void CubicalComplex::insertFullCube | ( | const FullCube & | cube | ) |
|
protectedinherited |