Any cell is stored within a cubical complex with an associated data. You may define your own associated data but the type must derive from this class CubicalCellData. Its basic usage is to store flags associated to the cells, but it may store other values.
- Note
- Predefined flags are CubicalComplex::REMOVED, CubicalComplex::COLLAPSIBLE, CubicalComplex::FIXED, CubicalComplex::USER1. Other bits can be used to associate an integer to the cell. The corresponding mask is CubicalComplex::VALUE.
-
Such data is notably used in collapse operation (CubicalComplex::collapse).
Definition at line 76 of file CubicalComplex.h.