Project
Loading...
Searching...
No Matches
o2::framework::LabelMap Struct Reference

#include <Array2D.h>

Inherited by o2::framework::LabeledArray< T >.

Public Member Functions

 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)
 
LabelMapoperator= (LabelMap const &other)
 
LabelMapoperator= (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)
 

Static Public Member Functions

static labelmap_t populate (uint32_t size, std::vector< std::string > labels)
 

Public Attributes

labelmap_t rowmap
 
labelmap_t colmap
 
std::vector< std::string > labels_rows
 
std::vector< std::string > labels_cols
 

Detailed Description

Definition at line 128 of file Array2D.h.

Constructor & Destructor Documentation

◆ LabelMap() [1/5]

o2::framework::LabelMap::LabelMap ( )

Definition at line 54 of file Array2D.cxx.

◆ 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_ 
)

Definition at line 62 of file Array2D.cxx.

◆ LabelMap() [3/5]

o2::framework::LabelMap::LabelMap ( uint32_t  size,
std::vector< std::string >  labels 
)

Definition at line 70 of file Array2D.cxx.

◆ LabelMap() [4/5]

o2::framework::LabelMap::LabelMap ( LabelMap const &  other)
default

◆ LabelMap() [5/5]

o2::framework::LabelMap::LabelMap ( LabelMap &&  other)
default

Member Function Documentation

◆ getLabelsCols()

auto o2::framework::LabelMap::getLabelsCols ( ) const
inline

Definition at line 152 of file Array2D.h.

◆ getLabelsRows()

auto o2::framework::LabelMap::getLabelsRows ( ) const
inline

Definition at line 147 of file Array2D.h.

◆ operator=() [1/2]

LabelMap & o2::framework::LabelMap::operator= ( LabelMap &&  other)
default

◆ operator=() [2/2]

LabelMap & o2::framework::LabelMap::operator= ( LabelMap const &  other)
default

◆ populate()

labelmap_t o2::framework::LabelMap::populate ( uint32_t  size,
std::vector< std::string >  labels 
)
static

Definition at line 21 of file Array2D.cxx.

◆ replaceLabelsCols()

void o2::framework::LabelMap::replaceLabelsCols ( uint32_t  size,
std::vector< std::string > const &  labels 
)

Definition at line 45 of file Array2D.cxx.

◆ replaceLabelsRows()

void o2::framework::LabelMap::replaceLabelsRows ( uint32_t  size,
std::vector< std::string > const &  labels 
)

Definition at line 35 of file Array2D.cxx.

Member Data Documentation

◆ colmap

labelmap_t o2::framework::LabelMap::colmap

Definition at line 140 of file Array2D.h.

◆ labels_cols

std::vector<std::string> o2::framework::LabelMap::labels_cols

Definition at line 143 of file Array2D.h.

◆ labels_rows

std::vector<std::string> o2::framework::LabelMap::labels_rows

Definition at line 142 of file Array2D.h.

◆ rowmap

labelmap_t o2::framework::LabelMap::rowmap

Definition at line 139 of file Array2D.h.


The documentation for this struct was generated from the following files: