#include "vgl_homg_plane_3d.h"#include <vcl_cassert.h>#include <vcl_cmath.h>#include <vcl_iostream.h>#include <vgl/vgl_plane_3d.h>#include <vgl/vgl_homg_point_3d.h>#include <vgl/vgl_homg_line_3d_2_points.h>Go to the source code of this file.
Defines | |
| #define | vgl_homg_plane_3d_txx_ |
| #define | VGL_HOMG_PLANE_3D_INSTANTIATE(T) |
Functions | |
| template<class Type > | |
| vcl_ostream & | operator<< (vcl_ostream &s, const vgl_homg_plane_3d< Type > &p) |
| template<class Type > | |
| vcl_istream & | operator>> (vcl_istream &s, vgl_homg_plane_3d< Type > &p) |
Definition in file vgl_homg_plane_3d.txx.
| #define VGL_HOMG_PLANE_3D_INSTANTIATE | ( | T | ) |
template class vgl_homg_plane_3d<T >; \ template vcl_ostream& operator<<(vcl_ostream&, vgl_homg_plane_3d<T >const&); \ template vcl_istream& operator>>(vcl_istream&, vgl_homg_plane_3d<T >&)
Definition at line 114 of file vgl_homg_plane_3d.txx.
| #define vgl_homg_plane_3d_txx_ |
Definition at line 3 of file vgl_homg_plane_3d.txx.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, |
| const vgl_homg_plane_3d< Type > & | p | ||
| ) |
Definition at line 95 of file vgl_homg_plane_3d.txx.
| vcl_istream& operator>> | ( | vcl_istream & | s, |
| vgl_homg_plane_3d< Type > & | p | ||
| ) |
Definition at line 105 of file vgl_homg_plane_3d.txx.
1.7.5.1