Functions | |
| unsigned | round_up (float f) |
| void | slices2d_helper (float nslis, float nrows, float ncols, float ratio_hv, unsigned &n_horizontal, unsigned &n_vertical) |
| template<typename I > | |
| void | z_order_dispatch (trait::image::speed::any, Image< I > &input) |
| template<typename I > | |
| void | z_order_dispatch (Image< I > &input) |
Variables | |
| std::string | filename_prefix = "" |
| unsigned mln::debug::internal::round_up | ( | float | f | ) |
Definition at line 126 of file slices_2d.hh.
Referenced by slices2d_helper().
| void mln::debug::internal::slices2d_helper | ( | float | nslis, | |
| float | nrows, | |||
| float | ncols, | |||
| float | ratio_hv, | |||
| unsigned & | n_horizontal, | |||
| unsigned & | n_vertical | |||
| ) |
Definition at line 136 of file slices_2d.hh.
References round_up().
Referenced by mln::debug::slices_2d().
| void mln::debug::internal::z_order_dispatch | ( | trait::image::speed::any | , | |
| Image< I > & | input | |||
| ) | [inline] |
Definition at line 120 of file z_order.hh.
References mln::debug::z_order().
Referenced by mln::debug::z_order(), and z_order_dispatch().
| void mln::debug::internal::z_order_dispatch | ( | Image< I > & | input | ) | [inline] |
Definition at line 129 of file z_order.hh.
References z_order_dispatch().
| std::string mln::debug::internal::filename_prefix = "" |
Definition at line 77 of file filename.hh.
Referenced by mln::debug::filename().
1.7.1