The Original CHomP Software
Public Member Functions | List of all members
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>

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. More...
 

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 57 of file indxpalg.h.

Member Function Documentation

◆ operator()()

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.

Definition at line 62 of file indxpalg.h.

63 {
64 throw "The map has not been defined.";
65 }

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