CAPD RedHom Library
AsHom< dim > Struct Template Reference

#include <capd/homology/AsHomMD.h>

Public Types

typedef CubSetT< EuclBitSetT< BitSetT< BitmapT< unsigned long int > >, dim > > BCubSet
 
typedef CubCellSetT< EuclBitSetT< BitSetT< BitmapT< unsigned long int > >, dim > > BCubCelSet
 
typedef CRef< BCubSetBCubSetCR
 
typedef CubSetFunctors< BCubSet, BCubCelSetCubSetFunct
 
typedef CRef< HomologySignature< int > >(* HomologyAlgorithm) (CRef< BCubSet >)
 

Public Member Functions

HomologyAlgorithm setupHomologyAlgorithm (const std::string &A_engine)
 
void showResults (const CRef< HomologySignature< int > > &A_hsCR, const std::string &A_engine, int A_verbose)
 
void operator() (const char *A_fileName, const std::string &A_engine, int A_verbose)
 
void operator() (int embDim, const int dims[], const char *bytes, int *betti, const std::string &A_engine="CR", int A_verbose=0)
 

Public Attributes

std::map< std::string, HomologyAlgorithmhomologyAlgorithms
 

Static Public Attributes

static AsHom selector
 

Member Typedef Documentation

template<int dim>
typedef CubCellSetT<EuclBitSetT<BitSetT<BitmapT<unsigned long int> >,dim> > AsHom< dim >::BCubCelSet
template<int dim>
typedef CubSetT<EuclBitSetT<BitSetT<BitmapT<unsigned long int> >,dim> > AsHom< dim >::BCubSet
template<int dim>
typedef CRef<BCubSet> AsHom< dim >::BCubSetCR
template<int dim>
typedef CubSetFunctors<BCubSet,BCubCelSet> AsHom< dim >::CubSetFunct
template<int dim>
typedef CRef<HomologySignature<int> >(* AsHom< dim >::HomologyAlgorithm) (CRef< BCubSet >)

Member Function Documentation

template<int dim>
void AsHom< dim >::operator() ( const char *  A_fileName,
const std::string &  A_engine,
int  A_verbose 
)
inline
template<int dim>
void AsHom< dim >::operator() ( int  embDim,
const int  dims[],
const char *  bytes,
int *  betti,
const std::string &  A_engine = "CR",
int  A_verbose = 0 
)
inline
template<int dim>
HomologyAlgorithm AsHom< dim >::setupHomologyAlgorithm ( const std::string &  A_engine)
inline
template<int dim>
void AsHom< dim >::showResults ( const CRef< HomologySignature< int > > &  A_hsCR,
const std::string &  A_engine,
int  A_verbose 
)
inline

Member Data Documentation

template<int dim>
std::map<std::string,HomologyAlgorithm> AsHom< dim >::homologyAlgorithms