19#ifndef GRIDCONTAINER_GRIDCONTAINERTOTABLE_H
20#define GRIDCONTAINER_GRIDCONTAINERTOTABLE_H
28namespace GridContainer {
62template <
typename T,
typename Enable =
void>
105template <
typename GridCellManager,
typename... AxesTypes>
Representation of a multi-dimensional grid which contains axis information.
Represents a name qualified with a set of groups.
const std::string & qualifiedName() const
Returns the qualified name as a string.
T emplace_back(T... args)
Table::Table gridContainerToTable(const GridContainer< GridCellManager, AxesTypes... > &grid)
static table_cell_t serialize(const Euclid::XYDataset::QualifiedName &qn)
static void addColumnDescriptions(const T &, std::vector< Table::ColumnDescription > &columns)
static void addCells(const T &c, std::vector< Table::Row::cell_type > &row)
static void addCells(const T &c, std::vector< Table::Row::cell_type > &row)
static void addColumnDescriptions(const T &c, std::vector< Table::ColumnDescription > &columns)