|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
|
inline |
Read a single element at the given N-dimensional coordinates.
Returns a default-constructed T on coordinate out-of-range or type mismatch. No conversion is performed: T must match the container's native element type (query value_element_type() first when the type is not statically known).
| T | Element type. Must satisfy DataVariantElement. |
| coordinates | N-dimensional coordinate vector. |
Definition at line 366 of file NDimensionalContainer.hpp.