|
void | is_labeled_array () |
|
| LabeledArray () |
|
| LabeledArray (T const *data, uint32_t rows_, uint32_t cols_, std::vector< std::string > labels_rows_={}, std::vector< std::string > labels_cols_={}) |
|
| LabeledArray (T const *data, uint32_t size, std::vector< std::string > labels_={}) |
|
| LabeledArray (Array2D< T > const &data, std::vector< std::string > labels_rows_={}, std::vector< std::string > labels_cols_={}) |
|
| LabeledArray (LabeledArray< T > const &other)=default |
|
| LabeledArray (LabeledArray< T > &&other)=default |
|
LabeledArray & | operator= (LabeledArray< T > const &other)=default |
|
LabeledArray & | operator= (LabeledArray< T > &&other)=default |
|
| ~LabeledArray ()=default |
|
T | get (uint32_t y, uint32_t x) const |
|
T | get (const char *y, const char *x) const |
|
T | get (const char *y, uint32_t x) const |
|
T | get (uint32_t y, const char *x) const |
|
T | get (uint32_t x) const |
|
T | get (const char *x) const |
|
T * | getRow (uint32_t y) const |
|
T * | operator[] (uint32_t y) const |
|
auto | getData () const |
|
auto | rows () const |
|
auto | cols () const |
|
auto | copy () const |
|
void | replaceLabelsRows (std::vector< std::string > const &labels) |
|
void | replaceLabelsCols (std::vector< std::string > const &labels) |
|
| LabelMap () |
|
| LabelMap (uint32_t rows, uint32_t cols, std::vector< std::string > labels_rows_, std::vector< std::string > labels_cols_) |
|
| LabelMap (uint32_t size, std::vector< std::string > labels) |
|
| LabelMap (LabelMap const &other) |
|
| LabelMap (LabelMap &&other) |
|
LabelMap & | operator= (LabelMap const &other) |
|
LabelMap & | operator= (LabelMap &&other) |
|
auto | getLabelsRows () const |
|
auto | getLabelsCols () const |
|
void | replaceLabelsRows (uint32_t size, std::vector< std::string > const &labels) |
|
void | replaceLabelsCols (uint32_t size, std::vector< std::string > const &labels) |
|
template<typename T>
class o2::framework::LabeledArray< T >
Definition at line 162 of file Array2D.h.