Lluvia
|
ImageAxis enum. More...
#include "lluvia/core/enums/enums.h"
Go to the source code of this file.
Namespaces | |
ll | |
ll::impl | |
Enumerations | |
enum class | ll::ImageAxis : ll::enum_t { ll::U = 0 , ll::V = 1 , ll::W = 2 } |
Image axis enumeration. More... | |
Functions | |
template<typename T = std::string> | |
T | ll::imageAxisToString (ll::ImageAxis &&axis) noexcept |
template<typename T > | |
ll::ImageAxis | ll::stringToImageAxis (T &&stringValue) |
Variables | |
constexpr const std::array< std::tuple< const char *, ll::ImageAxis >, 3 > | ll::impl::ImageAxisStrings |
Image axis strings used for converting ll::ImageAxis to std::string and vice-versa. More... | |
ImageAxis enum.