#include <cmath>#include <iostream>#include "vgl_homg_line_2d.h"#include <cassert>#include <vgl/vgl_homg_point_2d.h>#include <vgl/vgl_line_2d.h>Go to the source code of this file.
Macros | |
| #define | vp(os, v, s) |
| #define | VGL_HOMG_LINE_2D_INSTANTIATE(T) |
Functions | |
| template<class Type > | |
| std::ostream & | operator<< (std::ostream &os, vgl_homg_line_2d< Type >const &l) |
| Print line equation to stream. More... | |
| template<class Type > | |
| std::istream & | operator>> (std::istream &is, vgl_homg_line_2d< Type > &p) |
| Load in line parameters from stream. More... | |
| #define VGL_HOMG_LINE_2D_INSTANTIATE | ( | T | ) |
Definition at line 121 of file vgl_homg_line_2d.hxx.
| #define vp | ( | os, | |
| v, | |||
| s | |||
| ) |
| std::ostream& operator<< | ( | std::ostream & | os, |
| vgl_homg_line_2d< Type >const & | l | ||
| ) |
Print line equation to stream.
Definition at line 60 of file vgl_homg_line_2d.hxx.
| std::istream& operator>> | ( | std::istream & | is, |
| vgl_homg_line_2d< Type > & | p | ||
| ) |
Load in line parameters from stream.
Definition at line 70 of file vgl_homg_line_2d.hxx.
1.8.15