Public Member Functions

chomp::homology::MapClass< TCube, TSetOfCubes > Class Template Reference

This is a general map class that may be inherited by your particular class that computes a map. More...

#include <indxpalg.h>

List of all members.

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.

Detailed Description

template<class TCube, class TSetOfCubes>
class chomp::homology::MapClass< TCube, TSetOfCubes >

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.


Member Function Documentation

template<class TCube, class TSetOfCubes>
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.";
        }


The documentation for this class was generated from the following file: