Classes | |
struct | img_max_size |
Return the size of the space needed to explore the type T. More... | |
struct | img_max_size< ntg::color< 3, Qbits, S > > |
struct | f_to_float_ |
struct | f_to_float_< typename ntg::color< ncomps, qbits, color_system >::float_vec_type, ntg::color< ncomps, qbits, color_system > > |
Specialization of the f_to_float struct for the colors. More... | |
Functions | |
template<class P> P | mk_point_looking_like (coord value) |
|
Creates a point that is used as a state. This function should be called with a value unreachable for example a negative one. Definition at line 45 of file special_points.hh. References oln::coord.
00046 {
00047 P p;
00048 p.nth(0) = value;
00049 return p;
00050 }
|