Classes | Macros | Functions
vgl_infinite_line_3d.h File Reference

A 3-d infinite line with position parameterized by orthogonal plane coordinates. More...

#include <iosfwd>
#include <vgl/vgl_vector_2d.h>
#include <vgl/vgl_vector_3d.h>
#include <vgl/vgl_point_3d.h>
#include <vgl/vgl_line_segment_3d.h>
#include <vgl/vgl_line_3d_2_points.h>

Go to the source code of this file.

Classes

class  vgl_infinite_line_3d< Type >
 Represents a 3-d line with position defined in the orthogonal plane passing through the origin. More...
 

Macros

#define VGL_INFINITE_LINE_3D_INSTANTIATE(T)   extern "please include vgl/vgl_infinite_line_3d.hxx first"
 

Functions

template<class Type >
std::ostream & operator<< (std::ostream &s, const vgl_infinite_line_3d< Type > &p)
 Write to stream. More...
 
template<class Type >
std::istream & operator>> (std::istream &is, vgl_infinite_line_3d< Type > &p)
 Read from stream. More...
 

Detailed Description

A 3-d infinite line with position parameterized by orthogonal plane coordinates.

Author
J.L. Mundy
 Modifications
 Initial version July 25, 2009

Definition in file vgl_infinite_line_3d.h.

Macro Definition Documentation

◆ VGL_INFINITE_LINE_3D_INSTANTIATE

#define VGL_INFINITE_LINE_3D_INSTANTIATE (   T)    extern "please include vgl/vgl_infinite_line_3d.hxx first"

Definition at line 110 of file vgl_infinite_line_3d.h.

Function Documentation

◆ operator<<()

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

Write to stream.

Definition at line 116 of file vgl_infinite_line_3d.hxx.

◆ operator>>()

template<class Type >
std::istream & operator>> ( std::istream &  is,
vgl_infinite_line_3d< Type > &  p 
)

Read from stream.

Definition at line 122 of file vgl_infinite_line_3d.hxx.