OTB
9.0.0
Orfeo Toolbox
|
#include "itkDefaultConvertPixelTraits.h"
#include "itkVariableLengthVector.h"
#include "itkFixedArray.h"
Go to the source code of this file.
Namespaces | |
otb | |
otb::mpl | |
otb::mpl::internals | |
Functions | |
template<typename PixelType > | |
unsigned int | otb::mpl::GetNumberOfComponents (PixelType const &pix) |
template<typename... T> | |
constexpr std::false_type | otb::mpl::internals::is_array_f (...) |
template<typename T , unsigned int N> | |
constexpr std::true_type | otb::mpl::internals::is_array_f (itk::FixedArray< T, N > const *) |
Variables | |
template<typename T > | |
constexpr bool | otb::mpl::is_array_v = is_array<T>::value |