An orienteded box in 2-d. More...
#include <iostream>#include <vector>#include <map>#include <vgl/vgl_line_segment_2d.h>#include <vgl/vgl_polygon.h>#include <vgl/vgl_point_2d.h>#include <vgl/vgl_tolerance.h>Go to the source code of this file.
Classes | |
| class | vgl_oriented_box_2d< T > |
Macros | |
| #define | VGL_ORIENTED_BOX_2D_INSTANTIATE(T) extern "please include vgl/vgl_point_2d.hxx first" |
Functions | |
| template<class T > | |
| std::ostream & | operator<< (std::ostream &os, const vgl_oriented_box_2d< T > &obox) |
| template<class T > | |
| std::istream & | operator>> (std::istream &is, vgl_oriented_box_2d< T > &obox) |
| #define VGL_ORIENTED_BOX_2D_INSTANTIATE | ( | T | ) | extern "please include vgl/vgl_point_2d.hxx first" |
Definition at line 124 of file vgl_oriented_box_2d.h.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const vgl_oriented_box_2d< T > & | obox | ||
| ) |
Definition at line 135 of file vgl_oriented_box_2d.hxx.
| std::istream& operator>> | ( | std::istream & | is, |
| vgl_oriented_box_2d< T > & | obox | ||
| ) |
Definition at line 140 of file vgl_oriented_box_2d.hxx.
1.8.15