|
TuttleOFX
1
|
#include <utilgil.hpp>
Public Types | |
| typedef view_t::value_type | value_type |
Public Member Functions | |
| draw_line (const view_t &view, const value_type &pixel, int NumLevels=256, int IntensityBits=8) | |
| template<typename point_t > | |
| void | operator() (point_t pt0, point_t pt1) |
Data Fields | |
| const view_t & | view |
| const value_type & | pixel |
| short | NumLevels |
| unsigned short | IntensityBits |
Definition at line 248 of file utilgil.hpp.
| typedef view_t::value_type terry::draw_line< view_t >::value_type |
Definition at line 250 of file utilgil.hpp.
| terry::draw_line< view_t >::draw_line | ( | const view_t & | view, |
| const value_type & | pixel, | ||
| int | NumLevels = 256, |
||
| int | IntensityBits = 8 |
||
| ) | [inline] |
Definition at line 256 of file utilgil.hpp.
| void terry::draw_line< view_t >::operator() | ( | point_t | pt0, |
| point_t | pt1 | ||
| ) | [inline] |
Definition at line 264 of file utilgil.hpp.
References terry::draw_line< view_t >::IntensityBits, terry::draw_line< view_t >::NumLevels, terry::draw_line< view_t >::pixel, terry::draw_line< view_t >::view, and terry::wuline().

| unsigned short terry::draw_line< view_t >::IntensityBits |
Definition at line 254 of file utilgil.hpp.
Referenced by terry::draw_line< view_t >::operator()().
| short terry::draw_line< view_t >::NumLevels |
Definition at line 253 of file utilgil.hpp.
Referenced by terry::draw_line< view_t >::operator()().
| const value_type& terry::draw_line< view_t >::pixel |
Definition at line 252 of file utilgil.hpp.
Referenced by terry::draw_line< view_t >::operator()().
| const view_t& terry::draw_line< view_t >::view |
Definition at line 251 of file utilgil.hpp.
Referenced by terry::draw_line< view_t >::operator()().