TuttleOFX
1
|
#include <CheckerboardProcess.hpp>
Public Types | |
typedef View::value_type | Pixel |
Data Fields | |
boost::gil::point2< int > | _boxes |
Pixel | _color1 |
Pixel | _color2 |
Definition at line 21 of file CheckerboardProcess.hpp.
typedef View::value_type tuttle::plugin::checkerboard::CheckerboardParams< View >::Pixel |
Definition at line 23 of file CheckerboardProcess.hpp.
boost::gil::point2<int> tuttle::plugin::checkerboard::CheckerboardParams< View >::_boxes |
Definition at line 24 of file CheckerboardProcess.hpp.
Referenced by tuttle::plugin::checkerboard::CheckerboardProcess< View >::getParams().
Pixel tuttle::plugin::checkerboard::CheckerboardParams< View >::_color1 |
Definition at line 25 of file CheckerboardProcess.hpp.
Pixel tuttle::plugin::checkerboard::CheckerboardParams< View >::_color2 |
Definition at line 26 of file CheckerboardProcess.hpp.