Classes | Macros | Functions
vgl_cylinder.h File Reference

defines a cylinder in 3D by a center point, radius, length and orientation More...

#include <iosfwd>
#include <vgl/vgl_point_3d.h>
#include <vgl/vgl_vector_3d.h>

Go to the source code of this file.

Classes

class  vgl_cylinder< Type >
 

Macros

#define VGL_CYLINDER_INSTANTIATE(T)   extern "please include vgl/vgl_cylinder.hxx first"
 

Functions

template<class T >
std::ostream & operator<< (std::ostream &os, const vgl_cylinder< T > &cyl)
 
template<class T >
std::istream & operator>> (std::istream &s, vgl_cylinder< T > &cyl)
 

Detailed Description

defines a cylinder in 3D by a center point, radius, length and orientation

Author
Gamze D. Tunali (gamze.nosp@m.@lem.nosp@m.s.bro.nosp@m.wn.e.nosp@m.du)
Date
Nov 07, 2005
  Modifications
   Nov 2005 created

Definition in file vgl_cylinder.h.

Macro Definition Documentation

◆ VGL_CYLINDER_INSTANTIATE

#define VGL_CYLINDER_INSTANTIATE (   T)    extern "please include vgl/vgl_cylinder.hxx first"

Definition at line 72 of file vgl_cylinder.h.

Function Documentation

◆ operator<<()

template<class T >
std::ostream& operator<< ( std::ostream &  os,
const vgl_cylinder< T > &  cyl 
)

Definition at line 31 of file vgl_cylinder.hxx.

◆ operator>>()

template<class T >
std::istream& operator>> ( std::istream &  s,
vgl_cylinder< T > &  cyl 
)

Definition at line 37 of file vgl_cylinder.hxx.