#include "vgl_box_2d.h"
#include <vcl_iostream.h>
#include <vcl_algorithm.h>
#include <vcl_cassert.h>
#include <vcl_cmath.h>
#include <vgl/vgl_point_2d.h>
Go to the source code of this file.
Detailed Description
Definition in file vgl_box_2d.txx.
Define Documentation
#define VGL_BOX_2D_INSTANTIATE |
( |
|
Type | ) |
|
Function Documentation
template<class Type >
vcl_ostream& operator<< |
( |
vcl_ostream & |
s, |
|
|
vgl_box_2d< Type > const & |
p |
|
) |
| |
template<class Type >
vcl_istream& operator>> |
( |
vcl_istream & |
is, |
|
|
vgl_box_2d< Type > & |
p |
|
) |
| |
Read from stream.
Read box from stream.
Definition at line 375 of file vgl_box_2d.txx.
template<class T >
void set_dim_2d |
( |
T & |
minv, |
|
|
T & |
maxv, |
|
|
T |
spread |
|
) |
| [inline] |
VCL_DEFINE_SPECIALIZATION void set_dim_2d |
( |
int & |
minv, |
|
|
int & |
maxv, |
|
|
int |
spread |
|
) |
| [inline] |