#include <Array2D.h>
Inherited by o2::framework::LabeledArray< T >.
Definition at line 128 of file Array2D.h.
◆ LabelMap() [1/5]
o2::framework::LabelMap::LabelMap |
( |
| ) |
|
◆ LabelMap() [2/5]
o2::framework::LabelMap::LabelMap |
( |
uint32_t |
rows, |
|
|
uint32_t |
cols, |
|
|
std::vector< std::string > |
labels_rows_, |
|
|
std::vector< std::string > |
labels_cols_ |
|
) |
| |
◆ LabelMap() [3/5]
o2::framework::LabelMap::LabelMap |
( |
uint32_t |
size, |
|
|
std::vector< std::string > |
labels |
|
) |
| |
◆ LabelMap() [4/5]
o2::framework::LabelMap::LabelMap |
( |
LabelMap const & |
other | ) |
|
|
default |
◆ LabelMap() [5/5]
o2::framework::LabelMap::LabelMap |
( |
LabelMap && |
other | ) |
|
|
default |
◆ getLabelsCols()
auto o2::framework::LabelMap::getLabelsCols |
( |
| ) |
const |
|
inline |
◆ getLabelsRows()
auto o2::framework::LabelMap::getLabelsRows |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ populate()
labelmap_t o2::framework::LabelMap::populate |
( |
uint32_t |
size, |
|
|
std::vector< std::string > |
labels |
|
) |
| |
|
static |
◆ replaceLabelsCols()
void o2::framework::LabelMap::replaceLabelsCols |
( |
uint32_t |
size, |
|
|
std::vector< std::string > const & |
labels |
|
) |
| |
◆ replaceLabelsRows()
void o2::framework::LabelMap::replaceLabelsRows |
( |
uint32_t |
size, |
|
|
std::vector< std::string > const & |
labels |
|
) |
| |
◆ colmap
◆ labels_cols
std::vector<std::string> o2::framework::LabelMap::labels_cols |
◆ labels_rows
std::vector<std::string> o2::framework::LabelMap::labels_rows |
◆ rowmap
The documentation for this struct was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/Framework/Core/include/Framework/Array2D.h
- /home/runner/work/AliceO2/AliceO2/Framework/Core/src/Array2D.cxx