namespace.
|
Functions |
template<typename I> |
I::lvalue | at_1d_impl (trait::image::category::primary, Image< I > &ima, def::coord ind) |
template<typename I> |
I::lvalue | at_1d_impl (trait::image::category::morpher, Image< I > &ima, def::coord ind) |
template<typename I> |
I::lvalue | at_1d_impl (trait::image::category::domain_morpher, Image< I > &ima, def::coord ind) |
template<typename I> |
I::rvalue | at_1d_impl (trait::image::category::primary, const Image< I > &ima, def::coord ind) |
template<typename I> |
I::rvalue | at_1d_impl (trait::image::category::morpher, const Image< I > &ima, def::coord ind) |
template<typename I> |
I::rvalue | at_1d_impl (trait::image::category::domain_morpher, const Image< I > &ima, def::coord ind) |
template<typename I> |
I::lvalue | at_2d_impl (trait::image::category::primary, Image< I > &ima, def::coord row, def::coord col) |
template<typename I> |
I::lvalue | at_2d_impl (trait::image::category::morpher, Image< I > &ima, def::coord row, def::coord col) |
template<typename I> |
I::lvalue | at_2d_impl (trait::image::category::domain_morpher, Image< I > &ima, def::coord row, def::coord col) |
template<typename I> |
I::rvalue | at_2d_impl (trait::image::category::primary, const Image< I > &ima, def::coord row, def::coord col) |
template<typename I> |
I::rvalue | at_2d_impl (trait::image::category::morpher, const Image< I > &ima, def::coord row, def::coord col) |
template<typename I> |
I::rvalue | at_2d_impl (trait::image::category::domain_morpher, const Image< I > &ima, def::coord row, def::coord col) |
template<typename I> |
I::lvalue | at_3d_impl (trait::image::category::primary, Image< I > &ima, def::coord sli, def::coord row, def::coord col) |
template<typename I> |
I::lvalue | at_3d_impl (trait::image::category::morpher, Image< I > &ima, def::coord sli, def::coord row, def::coord col) |
template<typename I> |
I::lvalue | at_3d_impl (trait::image::category::domain_morpher, Image< I > &ima, def::coord sli, def::coord row, def::coord col) |
template<typename I> |
I::rvalue | at_3d_impl (trait::image::category::primary, const Image< I > &ima, def::coord sli, def::coord row, def::coord col) |
template<typename I> |
I::rvalue | at_3d_impl (trait::image::category::morpher, const Image< I > &ima, def::coord sli, def::coord row, def::coord col) |
template<typename I> |
I::rvalue | at_3d_impl (trait::image::category::domain_morpher, const Image< I > &ima, def::coord sli, def::coord row, def::coord col) |
template<typename I> |
I::lvalue | element_impl (trait::image::category::any, Image< I > &ima, unsigned index) |
template<typename I> |
I::lvalue | element_impl (trait::image::category::domain_morpher, Image< I > &ima, unsigned index) |
template<typename I> |
I::rvalue | element_impl (trait::image::category::any, const Image< I > &ima, unsigned index) |
template<typename I> |
I::rvalue | element_impl (trait::image::category::domain_morpher, const Image< I > &ima, unsigned index) |
template<typename I> |
unsigned | nelements_impl (trait::image::category::any, const Image< I > &ima) |
template<typename I> |
unsigned | nelements_impl (trait::image::category::domain_morpher, const Image< I > &ima) |
template<typename I> |
I::lvalue | value_impl (trait::image::category::any, Image< I > &ima) |
template<typename I> |
I::lvalue | value_impl (trait::image::category::domain_morpher, Image< I > &ima) |
template<typename I> |
I::rvalue | value_impl (trait::image::category::any, const Image< I > &ima) |
template<typename I> |
I::rvalue | value_impl (trait::image::category::domain_morpher, const Image< I > &ima) |
namespace.
Three dimensions.
Two dimensions.
One dimension.