OTB
9.0.0
Orfeo Toolbox
|
#include "otbIteratorHelpers.h"
#include "otbSpan.h"
#include "itkMacro.h"
#include <type_traits>
#include <vector>
#include <cassert>
Go to the source code of this file.
Namespaces | |
otb | |
otb::internals | |
Typedefs | |
template<typename TImageIterator > | |
using | otb::ZipConstIterator = internals::ZipIterator< TImageIterator, internals::ConstTag > |
template<typename TImageIterator > | |
using | otb::ZipIterator = internals::ZipIterator< TImageIterator, internals::MutableTag > |