Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
vigra_ext::MergeVectorScalar2VectorAccessor< Iter1, Acc1, Iter2, Acc2, SIZE > Class Template Reference

merge a vector and a scalar image into a vector image. More...

#include <FunctorAccessor.h>

Public Types

typedef Acc1::value_type image1_type
 the vector's value_type More...
 
typedef Acc2::value_type image2_type
 
typedef image1_type::value_type component_type
 
typedef vigra::TinyVector
< component_type, SIZE > 
value_type
 

Public Member Functions

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

Public Attributes

Iter1 i1_
 
Acc1 a1_
 
Iter2 i2_
 
Acc2 a2_
 

Detailed Description

template<class Iter1, class Acc1, class Iter2, class Acc2, int SIZE>
class vigra_ext::MergeVectorScalar2VectorAccessor< Iter1, Acc1, Iter2, Acc2, SIZE >

merge a vector and a scalar image into a vector image.

This virtually "appends" the scalar image plane to the vector image.

the inverse to SplitVectorNAccessor.

Definition at line 322 of file FunctorAccessor.h.

Member Typedef Documentation

template<class Iter1 , class Acc1 , class Iter2 , class Acc2 , int SIZE>
typedef image1_type::value_type vigra_ext::MergeVectorScalar2VectorAccessor< Iter1, Acc1, Iter2, Acc2, SIZE >::component_type

Definition at line 330 of file FunctorAccessor.h.

template<class Iter1 , class Acc1 , class Iter2 , class Acc2 , int SIZE>
typedef Acc1::value_type vigra_ext::MergeVectorScalar2VectorAccessor< Iter1, Acc1, Iter2, Acc2, SIZE >::image1_type

the vector's value_type

Definition at line 327 of file FunctorAccessor.h.

template<class Iter1 , class Acc1 , class Iter2 , class Acc2 , int SIZE>
typedef Acc2::value_type vigra_ext::MergeVectorScalar2VectorAccessor< Iter1, Acc1, Iter2, Acc2, SIZE >::image2_type

Definition at line 328 of file FunctorAccessor.h.

template<class Iter1 , class Acc1 , class Iter2 , class Acc2 , int SIZE>
typedef vigra::TinyVector<component_type, SIZE> vigra_ext::MergeVectorScalar2VectorAccessor< Iter1, Acc1, Iter2, Acc2, SIZE >::value_type

Definition at line 332 of file FunctorAccessor.h.

Constructor & Destructor Documentation

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

Construct from two image iterators and associated accessors.

Definition at line 336 of file FunctorAccessor.h.

Member Function Documentation

template<class Iter1 , class Acc1 , class Iter2 , class Acc2 , int SIZE>
template<class ITERATOR >
component_type vigra_ext::MergeVectorScalar2VectorAccessor< Iter1, Acc1, Iter2, Acc2, SIZE >::getComponent ( ITERATOR const &  i,
int  idx 
) const
inline
template<class Iter1 , class Acc1 , class Iter2 , class Acc2 , int SIZE>
template<class ITERATOR , class DIFFERENCE_ >
component_type const vigra_ext::MergeVectorScalar2VectorAccessor< Iter1, Acc1, Iter2, Acc2, SIZE >::getComponent ( ITERATOR  i,
DIFFERENCE_ const &  d,
int  idx 
) const
inline
template<class Iter1 , class Acc1 , class Iter2 , class Acc2 , int SIZE>
template<class DIFFERENCE_ >
value_type vigra_ext::MergeVectorScalar2VectorAccessor< Iter1, Acc1, Iter2, Acc2, SIZE >::operator() ( DIFFERENCE_ const &  d) const
inline
template<class Iter1 , class Acc1 , class Iter2 , class Acc2 , int SIZE>
template<class ITERATOR >
unsigned int vigra_ext::MergeVectorScalar2VectorAccessor< Iter1, Acc1, Iter2, Acc2, SIZE >::size ( ITERATOR const &  i) const
inline

return the size (Number of Bands)

Definition at line 396 of file FunctorAccessor.h.

Member Data Documentation

template<class Iter1 , class Acc1 , class Iter2 , class Acc2 , int SIZE>
Acc1 vigra_ext::MergeVectorScalar2VectorAccessor< Iter1, Acc1, Iter2, Acc2, SIZE >::a1_
template<class Iter1 , class Acc1 , class Iter2 , class Acc2 , int SIZE>
Acc2 vigra_ext::MergeVectorScalar2VectorAccessor< Iter1, Acc1, Iter2, Acc2, SIZE >::a2_
template<class Iter1 , class Acc1 , class Iter2 , class Acc2 , int SIZE>
Iter1 vigra_ext::MergeVectorScalar2VectorAccessor< Iter1, Acc1, Iter2, Acc2, SIZE >::i1_
template<class Iter1 , class Acc1 , class Iter2 , class Acc2 , int SIZE>
Iter2 vigra_ext::MergeVectorScalar2VectorAccessor< Iter1, Acc1, Iter2, Acc2, SIZE >::i2_

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