#include "otbNotNull.h"
#include "otbArrayTraits.h"
#include "otbIteratorHelpers.h"
#include "itkNumericTraits.h"
#include <boost/type_traits/is_complex.hpp>
#include <type_traits>
Go to the source code of this file.
|
template<typename TPixel > |
using | otb::PixelComponentConstIterator = internals::PixelComponentIterator< TPixel, internals::ConstTag > |
|
template<typename TPixel > |
using | otb::PixelComponentIterator = internals::PixelComponentIterator< TPixel, std::conditional_t< std::is_const< TPixel >::value, internals::ConstTag, internals::MutableTag > > |
|