Macros | Functions
vgl_oriented_box_2d.hxx File Reference
#include <cmath>
#include <iostream>
#include <string>
#include <cassert>
#include "vgl_oriented_box_2d.h"
#include "vgl_closest_point.h"
#include <vgl/vgl_box_2d.h>
#include <vgl/vgl_vector_2d.h>
#include <vgl/vgl_line_2d.h>
#include <vgl/vgl_tolerance.h>

Go to the source code of this file.

Macros

#define VGL_ORIENTED_BOX_2D_INSTANTIATE(T)
 

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)
 

Macro Definition Documentation

◆ VGL_ORIENTED_BOX_2D_INSTANTIATE

#define VGL_ORIENTED_BOX_2D_INSTANTIATE (   T)
Value:
template class vgl_oriented_box_2d<T >; \
template std::ostream& operator<<(std::ostream&, const vgl_oriented_box_2d<T >&); \
template std::istream& operator>>(std::istream&, vgl_oriented_box_2d<T >&)
std::ostream & operator<<(std::ostream &s, vgl_orient_box_3d< Type > const &p)
Write box to stream.
std::istream & operator>>(std::istream &is, vgl_orient_box_3d< Type > &p)
Read box from stream.

Definition at line 231 of file vgl_oriented_box_2d.hxx.

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.