Hugin trunk 0.1
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
vigra_ext::MergeScalarScalar2VectorAccessor< Iter1, Acc1, Iter2, Acc2 > Class Template Reference

merge two scalar images into a vector image. More...

#include <FunctorAccessor.h>

Public Types

typedef vigra::TinyVector< typename Acc1::value_type, 2 > value_type
 the vector's value_type
 
typedef value_type::value_type component_type
 

Public Member Functions

 MergeScalarScalar2VectorAccessor (Iter1 i1, Acc1 a1, Iter2 i2, Acc2 a2)
 Construct from two image iterators and associated accessors.
 
template<class DIFFERENCE_ >
value_type operator() (DIFFERENCE_ const &d) const
 read the current data item
 
template<class ITERATOR >
component_type getComponent (ITERATOR const &i, int idx) const
 read one component
 
template<class ITERATOR , class DIFFERENCE_ >
component_type constgetComponent (ITERATOR const &i, DIFFERENCE_ const &d, int idx) const
 read one component, with offset
 
template<class ITERATOR >
unsigned int size (ITERATOR const &i) const
 return the size (Number of Bands)
 

Public Attributes

Iter1 i1_
 
Acc1 a1_
 
Iter2 i2_
 
Acc2 a2_
 

Detailed Description

template<class Iter1, class Acc1, class Iter2, class Acc2>
class vigra_ext::MergeScalarScalar2VectorAccessor< Iter1, Acc1, Iter2, Acc2 >

merge two scalar images into a vector image.

the inverse to SplitVector2Accessor.

Definition at line 246 of file FunctorAccessor.h.

Member Typedef Documentation

◆ component_type

template<class Iter1 , class Acc1 , class Iter2 , class Acc2 >
typedef value_type::value_type vigra_ext::MergeScalarScalar2VectorAccessor< Iter1, Acc1, Iter2, Acc2 >::component_type

Definition at line 252 of file FunctorAccessor.h.

◆ value_type

template<class Iter1 , class Acc1 , class Iter2 , class Acc2 >
typedef vigra::TinyVector<typename Acc1::value_type, 2> vigra_ext::MergeScalarScalar2VectorAccessor< Iter1, Acc1, Iter2, Acc2 >::value_type

the vector's value_type

Definition at line 251 of file FunctorAccessor.h.

Constructor & Destructor Documentation

◆ MergeScalarScalar2VectorAccessor()

template<class Iter1 , class Acc1 , class Iter2 , class Acc2 >
vigra_ext::MergeScalarScalar2VectorAccessor< Iter1, Acc1, Iter2, Acc2 >::MergeScalarScalar2VectorAccessor ( Iter1  i1,
Acc1  a1,
Iter2  i2,
Acc2  a2 
)
inline

Construct from two image iterators and associated accessors.

Definition at line 256 of file FunctorAccessor.h.

Member Function Documentation

◆ getComponent() [1/2]

◆ getComponent() [2/2]

template<class Iter1 , class Acc1 , class Iter2 , class Acc2 >
template<class ITERATOR >
component_type vigra_ext::MergeScalarScalar2VectorAccessor< Iter1, Acc1, Iter2, Acc2 >::getComponent ( ITERATOR const i,
int  idx 
) const
inline

◆ operator()()

◆ size()

return the size (Number of Bands)

Definition at line 301 of file FunctorAccessor.h.

Member Data Documentation

◆ a1_

◆ a2_

◆ i1_

◆ i2_


The documentation for this class was generated from the following file: