Inviwo
0.9.10.1
Inviwo documentation
|
#include <channeliterator.h>
Public Types | |
using | T = typename Parent::value_type |
Public Member Functions | |
ConstChannelIterator (const Parent *parent, ind index) | |
VecNT | operator * () |
ConstChannelIterator & | operator++ () |
ConstChannelIterator | operator++ (int) |
ConstChannelIterator & | operator-- () |
ConstChannelIterator & | operator-- (int) |
ConstChannelIterator | operator+ (ind offset) |
ConstChannelIterator | operator+= (ind offset) |
ConstChannelIterator | operator- (ind offset) |
ConstChannelIterator | operator-= (ind offset) |
bool | operator== (ConstChannelIterator &other) |
bool | operator!= (ConstChannelIterator &other) |
Static Public Attributes | |
static constexpr ind | num_comp = Parent::num_comp |
Protected Attributes | |
const Parent * | parent |
Constant DataChannel. | |
ind | index |
index to the current element | |
Generalized iterator over any const DataChannel. Returns by value using the DataChannel's fill.