|
DGtal 1.4.2
|
#include <DGtal/base/LabelledMap.h>
Public Member Functions | |
| LabelledMapMemFunctor (double p, double q, unsigned int sL, unsigned int sV, unsigned int sP, unsigned int sA) | |
| double | fctNM (unsigned int N, unsigned int M) const |
| double | fctNMpq (unsigned int N, unsigned int M, double p, double q) const |
Data Fields | |
| double | _p |
| double | _q |
| unsigned int | _sL |
| unsigned int | _sV |
| unsigned int | _sP |
| unsigned int | _sA |
Functor used to compute the best parameters for minimizing the memory usage of a LabelledMap structure.
Definition at line 1268 of file LabelledMap.h.
|
inline |
Definition at line 1275 of file LabelledMap.h.
|
inline |
Definition at line 1282 of file LabelledMap.h.
|
inline |
Definition at line 1292 of file LabelledMap.h.
| double DGtal::detail::LabelledMapMemFunctor::_p |
Definition at line 1270 of file LabelledMap.h.
Referenced by fctNM().
| double DGtal::detail::LabelledMapMemFunctor::_q |
Definition at line 1270 of file LabelledMap.h.
Referenced by fctNM().
| unsigned int DGtal::detail::LabelledMapMemFunctor::_sA |
Definition at line 1274 of file LabelledMap.h.
| unsigned int DGtal::detail::LabelledMapMemFunctor::_sL |
Definition at line 1271 of file LabelledMap.h.
| unsigned int DGtal::detail::LabelledMapMemFunctor::_sP |
Definition at line 1273 of file LabelledMap.h.
| unsigned int DGtal::detail::LabelledMapMemFunctor::_sV |
Definition at line 1272 of file LabelledMap.h.