Alexandria 2.31.4
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
GridIndexHelper.icpp File Reference
#include "ElementsKernel/Exception.h"
Include dependency graph for GridIndexHelper.icpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Date
July 4, 2014
Author
Nikolaos Apostolakos

Definition in file GridIndexHelper.icpp.