This is a general map class that may be inherited by your particular class that computes a map. More...
#include <indxpalg.h>
Public Member Functions | |
const TSetOfCubes & | operator() (const TCube &q) const |
Computes the image of a cube under the map and adds the image cubes to the given set. |
This is a general map class that may be inherited by your particular class that computes a map.
Definition at line 58 of file indxpalg.h.
const TSetOfCubes& chomp::homology::MapClass< TCube, TSetOfCubes >::operator() | ( | const TCube & | q | ) | const [inline] |
Computes the image of a cube under the map and adds the image cubes to the given set.
Reimplemented in chomp::homology::BufferedMapClass< TCube >.
Definition at line 63 of file indxpalg.h.
{ throw "The map has not been defined."; }