DGtal
0.6.devel
|
#include <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 1267 of file LabelledMap.h.
|
inline |
|
inline |
Definition at line 1281 of file LabelledMap.h.
References _p, _q, _sA, _sL, _sP, and _sV.
Referenced by DGtal::detail::argminLabelledMapMemoryUsageForGeometricDistribution().
|
inline |
double DGtal::detail::LabelledMapMemFunctor::_p |
Definition at line 1269 of file LabelledMap.h.
Referenced by fctNM().
double DGtal::detail::LabelledMapMemFunctor::_q |
Definition at line 1269 of file LabelledMap.h.
Referenced by fctNM().
unsigned int DGtal::detail::LabelledMapMemFunctor::_sA |
Definition at line 1273 of file LabelledMap.h.
unsigned int DGtal::detail::LabelledMapMemFunctor::_sL |
Definition at line 1270 of file LabelledMap.h.
unsigned int DGtal::detail::LabelledMapMemFunctor::_sP |
Definition at line 1272 of file LabelledMap.h.
unsigned int DGtal::detail::LabelledMapMemFunctor::_sV |
Definition at line 1271 of file LabelledMap.h.