Classes | Defines | Functions
contrib/brl/bbas/bvgl/bvgl_triangle_3d.h File Reference

simple 3d triangle More...

#include <vgl/vgl_point_3d.h>
#include <vcl_vector.h>
#include <vcl_iosfwd.h>

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.

Detailed Description

simple 3d triangle

Author:
Jan 30, 2012 Andrew Miller

Definition in file bvgl_triangle_3d.h.


Define Documentation

#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.


Function Documentation

template<class Type >
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.

template<class Type >
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.