#include <iostream>#include <cmath>#include <string>#include "vgl_infinite_line_3d.h"#include <cassert>Go to the source code of this file.
Macros | |
| #define | VGL_INFINITE_LINE_3D_INSTANTIATE(Type) |
Functions | |
| template<class Type > | |
| std::ostream & | operator<< (std::ostream &s, vgl_infinite_line_3d< Type > const &p) |
| Write to stream. More... | |
| template<class Type > | |
| std::istream & | operator>> (std::istream &s, vgl_infinite_line_3d< Type > &p) |
| Read from stream. More... | |
| #define VGL_INFINITE_LINE_3D_INSTANTIATE | ( | Type | ) |
Definition at line 140 of file vgl_infinite_line_3d.hxx.
| std::ostream& operator<< | ( | std::ostream & | s, |
| vgl_infinite_line_3d< Type > const & | p | ||
| ) |
Write to stream.
Definition at line 116 of file vgl_infinite_line_3d.hxx.
| std::istream& operator>> | ( | std::istream & | s, |
| vgl_infinite_line_3d< Type > & | p | ||
| ) |
Read from stream.
Definition at line 122 of file vgl_infinite_line_3d.hxx.
1.8.15