colmap | o2::framework::LabelMap | |
cols() const | o2::framework::LabeledArray< T > | inline |
copy() const | o2::framework::LabeledArray< T > | inline |
element_t typedef | o2::framework::LabeledArray< T > | |
get(uint32_t y, uint32_t x) const | o2::framework::LabeledArray< T > | inline |
get(const char *y, const char *x) const | o2::framework::LabeledArray< T > | inline |
get(const char *y, uint32_t x) const | o2::framework::LabeledArray< T > | inline |
get(uint32_t y, const char *x) const | o2::framework::LabeledArray< T > | inline |
get(uint32_t x) const | o2::framework::LabeledArray< T > | inline |
get(const char *x) const | o2::framework::LabeledArray< T > | inline |
getData() const | o2::framework::LabeledArray< T > | inline |
getLabelsCols() const | o2::framework::LabelMap | inline |
getLabelsRows() const | o2::framework::LabelMap | inline |
getRow(uint32_t y) const | o2::framework::LabeledArray< T > | inline |
is_labeled_array() | o2::framework::LabeledArray< T > | |
LabeledArray() | o2::framework::LabeledArray< T > | inline |
LabeledArray(T const *data, uint32_t rows_, uint32_t cols_, std::vector< std::string > labels_rows_={}, std::vector< std::string > labels_cols_={}) | o2::framework::LabeledArray< T > | inline |
LabeledArray(T const *data, uint32_t size, std::vector< std::string > labels_={}) | o2::framework::LabeledArray< T > | inline |
LabeledArray(Array2D< T > const &data, std::vector< std::string > labels_rows_={}, std::vector< std::string > labels_cols_={}) | o2::framework::LabeledArray< T > | inline |
LabeledArray(LabeledArray< T > const &other)=default | o2::framework::LabeledArray< T > | |
LabeledArray(LabeledArray< T > &&other)=default | o2::framework::LabeledArray< T > | |
LabelMap() | o2::framework::LabelMap | |
LabelMap(uint32_t rows, uint32_t cols, std::vector< std::string > labels_rows_, std::vector< std::string > labels_cols_) | o2::framework::LabelMap | |
LabelMap(uint32_t size, std::vector< std::string > labels) | o2::framework::LabelMap | |
LabelMap(LabelMap const &other) | o2::framework::LabelMap | |
LabelMap(LabelMap &&other) | o2::framework::LabelMap | |
labels_cols | o2::framework::LabelMap | |
labels_rows | o2::framework::LabelMap | |
operator=(LabeledArray< T > const &other)=default | o2::framework::LabeledArray< T > | |
operator=(LabeledArray< T > &&other)=default | o2::framework::LabeledArray< T > | |
o2::framework::LabelMap::operator=(LabelMap const &other) | o2::framework::LabelMap | |
o2::framework::LabelMap::operator=(LabelMap &&other) | o2::framework::LabelMap | |
operator[](uint32_t y) const | o2::framework::LabeledArray< T > | inline |
populate(uint32_t size, std::vector< std::string > labels) | o2::framework::LabelMap | static |
replaceLabelsCols(std::vector< std::string > const &labels) | o2::framework::LabeledArray< T > | inline |
o2::framework::LabelMap::replaceLabelsCols(uint32_t size, std::vector< std::string > const &labels) | o2::framework::LabelMap | |
replaceLabelsRows(std::vector< std::string > const &labels) | o2::framework::LabeledArray< T > | inline |
o2::framework::LabelMap::replaceLabelsRows(uint32_t size, std::vector< std::string > const &labels) | o2::framework::LabelMap | |
rowmap | o2::framework::LabelMap | |
rows() const | o2::framework::LabeledArray< T > | inline |
~LabeledArray()=default | o2::framework::LabeledArray< T > | |