#include "rgrl_mask_oriented_box.h"#include <vcl_cassert.h>#include <vcl_limits.h>#include <vnl/vnl_transpose.h>Go to the source code of this file.
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &os, const rgrl_mask_oriented_box &box) |
| An output operator for displaying a mask_box. | |
| vcl_istream & | operator>> (vcl_istream &is, rgrl_mask_oriented_box &box) |
| An output operator for displaying a mask_box. | |
Definition in file rgrl_mask_oriented_box.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| const rgrl_mask_oriented_box & | box | ||
| ) |
An output operator for displaying a mask_box.
Definition at line 217 of file rgrl_mask_oriented_box.cxx.
| vcl_istream& operator>> | ( | vcl_istream & | is, |
| rgrl_mask_oriented_box & | box | ||
| ) |
An output operator for displaying a mask_box.
Definition at line 227 of file rgrl_mask_oriented_box.cxx.
1.7.5.1