#include <FunctorAccessor.h>
Public Types | |
| typedef Acc1::value_type | image1_type |
| the vector's value_type | |
| 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. | |
| 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 const | getComponent (ITERATOR 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_ |
This virtually "appends" the scalar image plane to the vector image.
the inverse to SplitVectorNAccessor.
Definition at line 322 of file FunctorAccessor.h.
|
|||||
|
Definition at line 330 of file FunctorAccessor.h. |
|
|||||
|
the vector's value_type
Definition at line 327 of file FunctorAccessor.h. |
|
|||||
|
Definition at line 328 of file FunctorAccessor.h. |
|
|||||
|
Definition at line 332 of file FunctorAccessor.h. |
|
||||||||||||||||||||||||
|
Construct from two image iterators and associated accessors.
Definition at line 336 of file FunctorAccessor.h. |
|
||||||||||||||||||||||||
|
read one component, with offset
Definition at line 377 of file FunctorAccessor.h. |
|
||||||||||||||||||||
|
read one component
Definition at line 360 of file FunctorAccessor.h. |
|
||||||||||||||
|
read the current data item
Definition at line 343 of file FunctorAccessor.h. |
|
||||||||||||||
|
return the size (Number of Bands)
Definition at line 396 of file FunctorAccessor.h. |
|
|||||
|
Definition at line 402 of file FunctorAccessor.h. |
|
|||||
|
Definition at line 404 of file FunctorAccessor.h. |
|
|||||
|
Definition at line 401 of file FunctorAccessor.h. |
|
|||||
|
Definition at line 403 of file FunctorAccessor.h. |
1.3.9.1