Classes | |
struct | Elem |
class | Elems |
class | FromToData |
Typedefs | |
using | AllData = std::unordered_map< unsigned short, FromToData > |
Functions | |
float | lmBin () |
float | lmBinInv () |
unsigned int | nLmBins () |
unsigned short | packLID (unsigned int id, unsigned int od) |
std::tuple< unsigned short, unsigned short > | unpackLID (unsigned short lid) |
using tkMSParameterization::AllData = typedef std::unordered_map<unsigned short, FromToData> |
Definition at line 63 of file TkMSParameterization.h.
float tkMSParameterization::lmBin | ( | ) |
Definition at line 24 of file TkMSParameterization.h.
Referenced by lmBinInv(), and TkMSParameterizationBuilder::produce().
float tkMSParameterization::lmBinInv | ( | ) |
Definition at line 25 of file TkMSParameterization.h.
References lmBin().
Referenced by tkMSParameterization::FromToData::get().
unsigned int tkMSParameterization::nLmBins | ( | ) |
Definition at line 23 of file TkMSParameterization.h.
Referenced by tkMSParameterization::FromToData::get(), and TkMSParameterizationBuilder::produce().
unsigned short tkMSParameterization::packLID | ( | unsigned int | id, |
unsigned int | od | ||
) |
Definition at line 18 of file TkMSParameterization.h.
Referenced by TkMSParameterization::fromTo(), and TkMSParameterizationBuilder::produce().
std::tuple<unsigned short, unsigned short> tkMSParameterization::unpackLID | ( | unsigned short | lid | ) |
Definition at line 19 of file TkMSParameterization.h.