Macros | Functions
vgl_line_3d_2_points.hxx File Reference
#include <iostream>
#include <limits>
#include "vgl_line_3d_2_points.h"

Go to the source code of this file.

Macros

#define VGL_LINE_3D_2_POINTS_INSTANTIATE(T)
 

Functions

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

Macro Definition Documentation

◆ VGL_LINE_3D_2_POINTS_INSTANTIATE

#define VGL_LINE_3D_2_POINTS_INSTANTIATE (   T)
Value:
template class vgl_line_3d_2_points<T >;\
template std::ostream& operator<<(std::ostream&, vgl_line_3d_2_points<T > const&)
std::ostream & operator<<(std::ostream &s, vgl_orient_box_3d< Type > const &p)
Write box to stream.
A class to hold a non-homogeneous representation of a 3D line.
Definition: vgl_fwd.h:17

Definition at line 44 of file vgl_line_3d_2_points.hxx.

Function Documentation

◆ operator<<()

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

Definition at line 36 of file vgl_line_3d_2_points.hxx.