|
homog2d library
|
A functor used to draw objects. To use with std::variant and std::visit() More...
#include <homog2d.hpp>

Public Member Functions | |
| DrawFunct (img::Image< IMG > &img, img::DrawParams dp=img::DrawParams()) | |
| template<typename T > | |
| void | operator() (const T &a) |
Public Attributes | |
| const img::DrawParams | _drawParams |
| img::Image< IMG > & | _img |
A functor used to draw objects. To use with std::variant and std::visit()
The constructor has a third optional parameter that can be used to pass drawing parameters
|
inline |
|
inline |
| const img::DrawParams h2d::fct::DrawFunct< IMG >::_drawParams |
| img::Image<IMG>& h2d::fct::DrawFunct< IMG >::_img |
1.8.13