TuttleOFX
1
|
#include <channels.hpp>
Public Types | |
typedef boost::function< void(view_t &)> | layer_t |
Public Member Functions | |
horizontal_channels (layer_t *p, int size, int periods) | |
void | operator() (view_t &view) |
Data Fields | |
std::vector< layer_t > | layers |
int | periods |
Definition at line 89 of file channels.hpp.
typedef boost::function<void (view_t&)> layer::horizontal_channels< view_t >::layer_t |
Definition at line 91 of file channels.hpp.
layer::horizontal_channels< view_t >::horizontal_channels | ( | layer_t * | p, |
int | size, | ||
int | periods | ||
) | [inline] |
Definition at line 95 of file channels.hpp.
void layer::horizontal_channels< view_t >::operator() | ( | view_t & | view | ) | [inline] |
Definition at line 101 of file channels.hpp.
References layer::horizontal_channels< view_t >::periods, and terry::subimage_view().
std::vector<layer_t> layer::horizontal_channels< view_t >::layers |
Definition at line 92 of file channels.hpp.
int layer::horizontal_channels< view_t >::periods |
Definition at line 93 of file channels.hpp.
Referenced by layer::horizontal_channels< view_t >::operator()().