#include "bvgl_triangle_3d.h"
#include <vgl/vgl_point_3d.h>
#include <vcl_iostream.h>
#include <vcl_algorithm.h>
#include <vcl_cassert.h>
#include <vcl_cmath.h>
Go to the source code of this file.
Defines | |
#define | bvgl_triangle_3d_txx_ |
#define | BVGL_TRIANGLE_3D_INSTANTIATE(Type) |
Functions | |
template<class Type > | |
vcl_ostream & | operator<< (vcl_ostream &s, bvgl_triangle_3d< Type > const &p) |
Write box to stream. | |
template<class Type > | |
vcl_istream & | operator>> (vcl_istream &is, bvgl_triangle_3d< Type > &p) |
Read box from stream. |
Definition in file bvgl_triangle_3d.txx.
#define BVGL_TRIANGLE_3D_INSTANTIATE | ( | Type | ) |
template class bvgl_triangle_3d<Type >;\ template vcl_ostream& operator<<(vcl_ostream&, bvgl_triangle_3d<Type > const& p);\ template vcl_istream& operator>>(vcl_istream&, bvgl_triangle_3d<Type >& p)
Definition at line 69 of file bvgl_triangle_3d.txx.
#define bvgl_triangle_3d_txx_ |
Definition at line 3 of file bvgl_triangle_3d.txx.
vcl_ostream& operator<< | ( | vcl_ostream & | s, |
bvgl_triangle_3d< Type > const & | p | ||
) |
Write box to stream.
Definition at line 56 of file bvgl_triangle_3d.txx.
vcl_istream& operator>> | ( | vcl_istream & | is, |
bvgl_triangle_3d< Type > & | p | ||
) |
Read box from stream.
Definition at line 63 of file bvgl_triangle_3d.txx.