36#ifndef VIGRA_MULTI_FWD_HXX
37#define VIGRA_MULTI_FWD_HXX
40#include "metaprogramming.hxx"
41#include "tinyvector.hxx"
62template <
unsigned int N>
88struct ResolveMultiband;
91struct ResolveChunkedMemory;
114template <
class T,
class NEXT>
117template <
unsigned int N,
class T>
118class SharedChunkHandle;
126template <
unsigned int N,
class T,
class C = Str
idedArrayTag>
129template <
unsigned int N,
class T,
130 class A = std::allocator<typename detail::ResolveMultiband<T>::type> >
133template <
unsigned int N,
class T>
134class ChunkedArrayBase;
136template <
unsigned int N,
class T>
147template <
unsigned int N,
class T,
class REFERENCE = T &,
class POINTER = T *>
152template <
unsigned int N,
class T,
class REFERENCE = T &,
class POINTER = T *>
156template<
unsigned int N>
160template <
unsigned int N,
class V,
class REFERENCE,
class POINTER>
164template <
unsigned int N,
171template<
unsigned int N,
class T>
198template<
unsigned int N,
bool BackEdgesOnly=false>
199class GridGraphNeighborIterator;
201template<
unsigned int N,
bool BackEdgesOnly=false>
202class GridGraphEdgeIterator;
204template<
unsigned int N,
bool BackEdgesOnly=false>
205class GridGraphOutEdgeIterator;
207template<
unsigned int N,
bool BackEdgesOnly=false>
208class GridGraphArcIterator;
210template<
unsigned int N,
bool BackEdgesOnly=false>
211class GridGraphOutArcIterator;
213template<
unsigned int N,
bool BackEdgesOnly=false>
214class GridGraphInArcIterator;
216template<
unsigned int N,
class DirectedTag>
Interface and base class for chunked arrays.
Definition multi_fwd.hxx:137
Definition multi_handle.hxx:66
Iterate over multiple images simultaneously in scan order.
Definition multi_iterator_coupled.hxx:196
Definition multi_shape.hxx:267
Base class for, and view to, vigra::MultiArray.
Definition multi_fwd.hxx:127
Main MultiArray class containing the memory management.
Definition multi_fwd.hxx:131
Iterate over a virtual array where each element contains its coordinate.
Definition multi_iterator.hxx:89
A multi-dimensional hierarchical iterator to be used with vigra::MultiArrayView if it is not strided.
Definition multi_iterator.hxx:1154
A multi-dimensional hierarchical iterator to be used with vigra::MultiArrayView if it is not strided.
Definition multi_iterator.hxx:1917
Sequential iterator for MultiArrayView.
Definition multi_iterator.hxx:273
MultiArrayInitializationTag
Initialize a MultiArray in a standard way.
Definition multi_fwd.hxx:104
@ LinearSequence
Initialize array by a linear sequence in scan order.
Definition multi_fwd.hxx:105
NeighborhoodType
Choose the neighborhood system in a dimension-independent way.
Definition multi_fwd.hxx:186
@ IndirectNeighborhood
use direct and indirect neighbors
Definition multi_fwd.hxx:188
@ DirectNeighborhood
use only direct neighbors
Definition multi_fwd.hxx:187
std::ptrdiff_t MultiArrayIndex
Definition multi_fwd.hxx:60