Macros | Functions
vgl_orient_box_3d.hxx File Reference
#include <iostream>
#include "vgl_orient_box_3d.h"
#include <vgl/vgl_vector_3d.h>
#include <vgl/vgl_tolerance.h>
#include <vnl/vnl_det.h>

Go to the source code of this file.

Macros

#define VGL_ORIENT_BOX_3D_INSTANTIATE(T)
 

Functions

template<class Type >
std::ostream & operator<< (std::ostream &s, vgl_orient_box_3d< Type > const &p)
 Write box to stream. More...
 
template<class Type >
std::istream & operator>> (std::istream &is, vgl_orient_box_3d< Type > &p)
 Read box from stream. More...
 

Macro Definition Documentation

◆ VGL_ORIENT_BOX_3D_INSTANTIATE

#define VGL_ORIENT_BOX_3D_INSTANTIATE (   T)
Value:
template class vgl_orient_box_3d<T >;\
template std::ostream& operator<<(std::ostream&, vgl_orient_box_3d<T > const& p);\
template std::istream& operator>>(std::istream&, vgl_orient_box_3d<T >& p)
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 156 of file vgl_orient_box_3d.hxx.

Function Documentation

◆ operator<<()

template<class Type >
std::ostream& operator<< ( std::ostream &  s,
vgl_orient_box_3d< Type > const &  p 
)

Write box to stream.

Definition at line 143 of file vgl_orient_box_3d.hxx.

◆ operator>>()

template<class Type >
std::istream& operator>> ( std::istream &  is,
vgl_orient_box_3d< Type > &  p 
)

Read box from stream.

Definition at line 150 of file vgl_orient_box_3d.hxx.