#include <impexalpha.hxx>
Public Types | |
| typedef Acc1::value_type | VT1 |
| The accessors value_type: construct a pair that contains the corresponding image values. | |
| typedef vigra::TinyVector< typename VT1::value_type, static_size > | value_type |
| typedef value_type::value_type | component_type |
| typedef Acc2::value_type | alpha_type |
| enum | { static_size = 4 } |
Public Member Functions | |
| MultiImageVectorMaskAccessor4 (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 DIFFERENCE1, class DIFFERENCE2> | |
| value_type | operator() (DIFFERENCE1 d, DIFFERENCE2 const &d2) const |
| read the data item at an offset | |
| template<class DIFFERENCE> | |
| value_type | set (const value_type &vt, DIFFERENCE const &d) const |
| write the current data item | |
| template<class V, class ITERATOR> | |
| void | setComponent (V const &value, ITERATOR const &i, int idx) const |
| vector & scalar image | |
| template<class ITERATOR> | |
| component_type | getComponent (ITERATOR const &i, int idx) const |
| read one component | |
| template<class ITERATOR> | |
| unsigned int | size (ITERATOR const &i) const |
Private Attributes | |
| Iter1 | i1_ |
| Acc1 | a1_ |
| Iter2 | i2_ |
| Acc2 | a2_ |
|
|||||
|
Definition at line 302 of file impexalpha.hxx. |
|
|||||
|
Definition at line 300 of file impexalpha.hxx. |
|
|||||
|
Definition at line 299 of file impexalpha.hxx. |
|
|||||
|
The accessors value_type: construct a pair that contains the corresponding image values.
Definition at line 295 of file impexalpha.hxx. |
|
|||||
|
Definition at line 297 of file impexalpha.hxx. |
|
||||||||||||||||||||||||
|
Construct from two image iterators and associated accessors.
Definition at line 306 of file impexalpha.hxx. |
|
||||||||||||||||||||
|
read one component
Definition at line 363 of file impexalpha.hxx. |
|
||||||||||||||||||||
|
read the data item at an offset
Definition at line 325 of file impexalpha.hxx. |
|
||||||||||||||
|
read the current data item
Definition at line 313 of file impexalpha.hxx. |
|
||||||||||||||||||||
|
write the current data item
Definition at line 338 of file impexalpha.hxx. |
|
||||||||||||||||||||||||
|
vector & scalar image
Definition at line 350 of file impexalpha.hxx. |
|
||||||||||||||
|
Definition at line 384 of file impexalpha.hxx. |
|
|||||
|
Definition at line 391 of file impexalpha.hxx. |
|
|||||
|
Definition at line 393 of file impexalpha.hxx. |
|
|||||
|
Definition at line 390 of file impexalpha.hxx. |
|
|||||
|
Definition at line 392 of file impexalpha.hxx. |
1.3.9.1