Go to the source code of this file.
Functions | |
vcl_ostream & | operator<< (vcl_ostream &os, const rgrl_mask_box &box) |
An output operator for displaying a mask_box. | |
vcl_istream & | operator>> (vcl_istream &is, rgrl_mask_box &box) |
An output operator for displaying a mask_box. | |
rgrl_mask_box | rgrl_mask_box_intersection (rgrl_mask_box const &a, rgrl_mask_box const &b) |
Intersection Box A with Box B (make it within the range of B). Then Box A has the result. |
Definition in file rgrl_mask.cxx.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
const rgrl_mask_box & | box | ||
) |
An output operator for displaying a mask_box.
Definition at line 208 of file rgrl_mask.cxx.
vcl_istream& operator>> | ( | vcl_istream & | is, |
rgrl_mask_box & | box | ||
) |
An output operator for displaying a mask_box.
Definition at line 216 of file rgrl_mask.cxx.
rgrl_mask_box rgrl_mask_box_intersection | ( | rgrl_mask_box const & | a, |
rgrl_mask_box const & | b | ||
) |
Intersection Box A with Box B (make it within the range of B). Then Box A has the result.
Intersection Box A with Box B (make it within the range of B).
Definition at line 236 of file rgrl_mask.cxx.