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

Go to the source code of this file.

Macros

#define VGL_HOMG_POINT_1D_INSTANTIATE(T)
 

Functions

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

Macro Definition Documentation

◆ VGL_HOMG_POINT_1D_INSTANTIATE

#define VGL_HOMG_POINT_1D_INSTANTIATE (   T)
Value:
template class vgl_homg_point_1d<T >; \
template std::ostream& operator<<(std::ostream&, vgl_homg_point_1d<T >const&); \
template std::istream& operator>>(std::istream&, vgl_homg_point_1d<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.
Represents a homogeneous 1-D point, i.e., a homogeneous pair (x,w).
Definition: vgl_fwd.h:7

Definition at line 24 of file vgl_homg_point_1d.hxx.

Function Documentation

◆ operator<<()

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

Definition at line 12 of file vgl_homg_point_1d.hxx.

◆ operator>>()

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

Definition at line 18 of file vgl_homg_point_1d.hxx.