![]() |
CAPD RedHom Library
|
#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< BCubSet > | BCubSetCR |
| typedef CubSetFunctors< BCubSet, BCubCelSet > | CubSetFunct |
| 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, HomologyAlgorithm > | homologyAlgorithms |
Static Public Attributes | |
| static AsHom | selector |
| typedef CubCellSetT<EuclBitSetT<BitSetT<BitmapT<unsigned long int> >,dim> > AsHom< dim >::BCubCelSet |
| typedef CubSetT<EuclBitSetT<BitSetT<BitmapT<unsigned long int> >,dim> > AsHom< dim >::BCubSet |
| typedef CubSetFunctors<BCubSet,BCubCelSet> AsHom< dim >::CubSetFunct |
| typedef CRef<HomologySignature<int> >(* AsHom< dim >::HomologyAlgorithm) (CRef< BCubSet >) |
|
inline |
|
inline |
|
inline |
|
inline |
| std::map<std::string,HomologyAlgorithm> AsHom< dim >::homologyAlgorithms |