TuttleOFX
1
|
#include <lines.hpp>
Public Types | |
typedef view_t::value_type | color_t |
Public Member Functions | |
vertical_lines (color_t color, int periods, int width) | |
void | operator() (view_t &view) |
Data Fields | |
color_t | color |
int | width |
int | periods |
typedef view_t::value_type layer::vertical_lines< view_t, dashlst_t >::color_t |
layer::vertical_lines< view_t, dashlst_t >::vertical_lines | ( | color_t | color, |
int | periods, | ||
int | width | ||
) | [inline] |
void layer::vertical_lines< view_t, dashlst_t >::operator() | ( | view_t & | view | ) | [inline] |
Definition at line 110 of file lines.hpp.
References layer::vertical_lines< view_t, dashlst_t >::color, layer::vertical_lines< view_t, dashlst_t >::periods, boost::gil::view(), and layer::vertical_lines< view_t, dashlst_t >::width.
color_t layer::vertical_lines< view_t, dashlst_t >::color |
Definition at line 104 of file lines.hpp.
Referenced by layer::vertical_lines< view_t, dashlst_t >::operator()().
int layer::vertical_lines< view_t, dashlst_t >::periods |
Definition at line 106 of file lines.hpp.
Referenced by layer::vertical_lines< view_t, dashlst_t >::operator()().
int layer::vertical_lines< view_t, dashlst_t >::width |
Definition at line 105 of file lines.hpp.
Referenced by layer::vertical_lines< view_t, dashlst_t >::operator()().