simple 3d triangle More...
Go to the source code of this file.
Classes | |
class | bvgl_triangle_3d< Type > |
Defines | |
#define | BVGL_TRIANGLE_3D(T) extern "please include bbas/bvgl/bvgl_triangle_3d.txx first" |
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. |
simple 3d triangle
Definition in file bvgl_triangle_3d.h.
#define BVGL_TRIANGLE_3D | ( | T | ) | extern "please include bbas/bvgl/bvgl_triangle_3d.txx first" |
Definition at line 54 of file bvgl_triangle_3d.h.
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.