$extrastylesheet
Namespaces | |
| namespace | impl |
Functions | |
| template<typename I > | |
| I::rvalue | at (const Image< I > &ima, def::coord ind) |
| template<typename I > | |
| I::lvalue | at (Image< I > &ima, def::coord ind) |
| template<typename I > | |
| I::rvalue | at (const Image< I > &ima, def::coord row, def::coord col) |
| template<typename I > | |
| I::lvalue | at (Image< I > &ima, def::coord row, def::coord col) |
| template<typename I > | |
| I::rvalue | at (const Image< I > &ima, def::coord sli, def::coord row, def::coord col) |
| template<typename I > | |
| I::lvalue | at (Image< I > &ima, def::coord sli, def::coord row, def::coord col) |
| template<typename I > | |
| I::rvalue | element (const Image< I > &ima, unsigned index) |
| template<typename I > | |
| I::lvalue | element (Image< I > &ima, unsigned index) |
| template<typename I > | |
| unsigned | nelements (const Image< I > &ima) |
| template<typename I > | |
| I::rvalue | value (const Image< I > &ima) |
| template<typename I > | |
| I::lvalue | value (Image< I > &ima) |
Namespace of optional routines.
| I ::rvalue mln::opt::at | ( | const Image< I > & | ima, |
| def::coord | ind | ||
| ) |
One dimension Read-only access to the ima value located at (ind).
| I ::lvalue mln::opt::at | ( | Image< I > & | ima, |
| def::coord | ind | ||
| ) |
Read-write access to the ima value located at (ind).
| I ::rvalue mln::opt::at | ( | const Image< I > & | ima, |
| def::coord | row, | ||
| def::coord | col | ||
| ) |
Two dimensions Read-only access to the ima value located at (row, col).
| I ::lvalue mln::opt::at | ( | Image< I > & | ima, |
| def::coord | row, | ||
| def::coord | col | ||
| ) |
Read-write access to the ima value located at (row, col).
| I ::rvalue mln::opt::at | ( | const Image< I > & | ima, |
| def::coord | sli, | ||
| def::coord | row, | ||
| def::coord | col | ||
| ) |
Three dimensions Read-only access to the ima value located at (sli, row, col).
| I ::lvalue mln::opt::at | ( | Image< I > & | ima, |
| def::coord | sli, | ||
| def::coord | row, | ||
| def::coord | col | ||
| ) |
Read-write access to the ima value located at (sli, row, col).
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |