Alexandria 2.32.0
SDC-CH common library for the Euclid project
|
#include "ElementsKernel/Exception.h"
Go to the source code of this file.
Namespaces | |
namespace | Euclid |
namespace | Euclid::GridContainer |
Functions | |
template<typename Coord> | |
size_t | Euclid::GridContainer::calculateTotalIndex (const std::vector< size_t > &factors, Coord coord) |
template<typename Coord, typename... RestCoords> | |
size_t | Euclid::GridContainer::calculateTotalIndex (const std::vector< size_t > &factors, Coord coord, RestCoords... rest_coords) |
template<typename Coord> | |
void | Euclid::GridContainer::checkBounds (const std::vector< std::string > &axes_names, const std::vector< size_t > &axes_sizes, Coord coord) |
template<typename Coord, typename... RestCoords> | |
void | Euclid::GridContainer::checkBounds (const std::vector< std::string > &axes_names, const std::vector< size_t > &axes_sizes, Coord coord, RestCoords... rest_coords) |
Definition in file GridIndexHelper.icpp.