Classes | Macros | Functions
vgl_oriented_box_2d.h File Reference

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)
 

Detailed Description

An orienteded box in 2-d.

Author
J.L. Mundy
Date
April 18, 2017

Definition in file vgl_oriented_box_2d.h.

Macro Definition Documentation

◆ VGL_ORIENTED_BOX_2D_INSTANTIATE

#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.

Function Documentation

◆ operator<<()

template<class T >
std::ostream& operator<< ( std::ostream &  os,
const vgl_oriented_box_2d< T > &  obox 
)

Definition at line 135 of file vgl_oriented_box_2d.hxx.

◆ operator>>()

template<class T >
std::istream& operator>> ( std::istream &  is,
vgl_oriented_box_2d< T > &  obox 
)

Definition at line 140 of file vgl_oriented_box_2d.hxx.