This file defines an very simple interface to manipulating a full cubical set represented as a bitmap for the purpose of homology computation. More...
#include <string>#include <cstring>#include "capd/homengin/homology.h"Go to the source code of this file.
Classes | |
| class | CubicalSet |
| This class stores a full cubical set and implements some basic operations on such a set, like adding or removing cubes with given coordinates. More... | |
Functions | |
| void | ComputeBettiNumbers (const CubicalSet &s, int *result, const char *engine=0, bool quiet=false) |
| Computes the Betti numbers of a full cubical set represented by an object of the class "CubicalSet". | |
This file defines an very simple interface to manipulating a full cubical set represented as a bitmap for the purpose of homology computation.
Definition in file cubiset.h.
1.7.1