|
Alexandria 2.32.0
SDC-CH common library for the Euclid project
|
Public Types | |
| template<typename> | |
| using | Index = std::size_t |
Static Public Member Functions | |
| template<typename... AxesType> | |
| static std::tuple< Index< AxesType >... > | getIndex (const std::tuple< AxesType... > &coords, const std::tuple< GridAxis< AxesType >... > &axes) |
| template<typename IndexTuple, typename... AxesType> | |
| static void | getIndex (const std::tuple< AxesType... > &coords, const std::tuple< GridAxis< AxesType >... > &axes, IndexTuple &index) |
Definition at line 196 of file GridContainer.icpp.
| using Euclid::GridContainer::InfimumHelper< I >::Index = std::size_t |
Definition at line 198 of file GridContainer.icpp.
|
inlinestatic |
Definition at line 201 of file GridContainer.icpp.
Referenced by Euclid::GridContainer::GridContainer< GridCellManager, AxesTypes... >::cbegin().
|
inlinestatic |
Definition at line 209 of file GridContainer.icpp.