#include <capd/homMaps/CrbMapHomMD.h>
|
| typedef int | ScalarType |
| |
| typedef unsigned long int | cluster |
| |
| typedef unsigned long long | longcluster |
| |
| typedef ECellMDCodeT< longcluster, graphEmbDim > | GraphGenType |
| |
| typedef ECellMDCodeT< cluster, domEmbDim > | DomGenType |
| |
| typedef ECellMDCodeT< cluster, rngEmbDim > | RngGenType |
| |
| typedef BitSetT< BitmapT< cluster > > | BitSet |
| |
| typedef EuclBitSetT< BitSet, domEmbDim > | DomEuclBitSet |
| |
| typedef EuclBitSetT< BitSet, rngEmbDim > | RngEuclBitSet |
| |
| typedef EuclBitSetT< BitSet, graphEmbDim > | GraphEuclBitSet |
| |
| typedef CubCellSetT< DomEuclBitSet, ReductionPairT< DomGenType > > | DomCubCelSet |
| |
| typedef CubCellSetT< RngEuclBitSet, ReductionPairT< RngGenType > > | RngCubCelSet |
| |
| typedef CubCellSetT< GraphEuclBitSet, ReductionPairT< GraphGenType > > | GraphCubCelSet |
| |
| typedef BmpCubCelMVMapBuilder< GraphCubCelSet, DomCubCelSet, RngCubCelSet > | BmpCubCelMVMapBuilderType |
| |
| typedef MVCelMapCrHom< GraphCubCelSet, DomCubCelSet, RngCubCelSet, ScalarType > | MVMapCrHomType |
| |
|
| void | operator() (const char *A_fileName, bool A_preShave, int A_verbose=3) |
| |
template<int embDim>
| void CrbMapHom< embDim >::operator() |
( |
const char * |
A_fileName, |
|
|
bool |
A_preShave, |
|
|
int |
A_verbose = 3 |
|
) |
| |
|
inline |
template<int embDim>
| const int CrbMapHom< embDim >::domEmbDim =embDim |
|
static |
template<int embDim>
| const int CrbMapHom< embDim >::rngEmbDim =embDim |
|
static |