#include <impexalpha.hxx>
Public Types | |
| typedef vigra::TinyVector< typename Acc1::value_type, 2 > | value_type |
| The accessors value_type: construct a pair that contains the corresponding image values. | |
| typedef Acc1::value_type | component_type |
| typedef Acc2::value_type | alpha_type |
Public Member Functions | |
| MultiImageMaskAccessor2 (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 |
| scalar & 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 198 of file impexalpha.hxx. |
|
|||||
|
Definition at line 197 of file impexalpha.hxx. |
|
|||||
|
The accessors value_type: construct a pair that contains the corresponding image values.
Definition at line 196 of file impexalpha.hxx. |
|
||||||||||||||||||||||||
|
Construct from two image iterators and associated accessors.
Definition at line 202 of file impexalpha.hxx. |
|
||||||||||||||||||||
|
read one component
Definition at line 257 of file impexalpha.hxx. |
|
||||||||||||||||||||
|
read the data item at an offset
Definition at line 218 of file impexalpha.hxx. |
|
||||||||||||||
|
read the current data item
Definition at line 209 of file impexalpha.hxx. |
|
||||||||||||||||||||
|
write the current data item
Definition at line 231 of file impexalpha.hxx. |
|
||||||||||||||||||||||||
|
scalar & scalar image
Definition at line 240 of file impexalpha.hxx. |
|
||||||||||||||
|
Definition at line 273 of file impexalpha.hxx. |
|
|||||
|
Definition at line 280 of file impexalpha.hxx. |
|
|||||
|
Definition at line 282 of file impexalpha.hxx. |
|
|||||
|
Definition at line 279 of file impexalpha.hxx. |
|
|||||
|
Definition at line 281 of file impexalpha.hxx. |
1.3.9.1