|
TuttleOFX
1
|
#include <sections.hpp>
Public Types | |
| typedef boost::function< void(view_t &)> | layer_t |
| typedef std::pair< double, layer_t > | pair_t |
Public Member Functions | |
| columns (pair_t *p, int size, int margin=0) | |
| void | operator() (view_t &view) |
Data Fields | |
| std::vector< pair_t > | layers |
| int | margin |
Definition at line 81 of file sections.hpp.
| typedef boost::function<void (view_t&)> layer::columns< view_t >::layer_t |
Definition at line 83 of file sections.hpp.
| typedef std::pair<double, layer_t> layer::columns< view_t >::pair_t |
Definition at line 84 of file sections.hpp.
| layer::columns< view_t >::columns | ( | pair_t * | p, |
| int | size, | ||
| int | margin = 0 |
||
| ) | [inline] |
Definition at line 89 of file sections.hpp.
| void layer::columns< view_t >::operator() | ( | view_t & | view | ) | [inline] |
Definition at line 95 of file sections.hpp.
References layer::columns< view_t >::margin, and terry::subimage_view().

| std::vector<pair_t> layer::columns< view_t >::layers |
Definition at line 86 of file sections.hpp.
| int layer::columns< view_t >::margin |
Definition at line 87 of file sections.hpp.
Referenced by layer::columns< view_t >::operator()().