Macros | Functions
vgl_homg_plane_3d.hxx File Reference
#include <cmath>
#include <iostream>
#include "vgl_homg_plane_3d.h"
#include <cassert>
#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.

Macros

#define VGL_HOMG_PLANE_3D_INSTANTIATE(T)
 

Functions

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

Macro Definition Documentation

◆ VGL_HOMG_PLANE_3D_INSTANTIATE

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

Function Documentation

◆ operator<<()

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

Definition at line 98 of file vgl_homg_plane_3d.hxx.

◆ operator>>()

template<class Type >
std::istream& operator>> ( std::istream &  s,
vgl_homg_plane_3d< Type > &  p 
)

Definition at line 108 of file vgl_homg_plane_3d.hxx.