Lluvia
ImageAxis.h File Reference

ImageAxis enum. More...

Include dependency graph for ImageAxis.h:
This graph shows which files directly or indirectly include this file:

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>
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...
 

Detailed Description

ImageAxis enum.