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

Go to the source code of this file.

Macros

#define VGL_CYLINDER_INSTANTIATE(T)
 

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)
 

Macro Definition Documentation

◆ VGL_CYLINDER_INSTANTIATE

#define VGL_CYLINDER_INSTANTIATE (   T)
Value:
template class vgl_cylinder<T >; \
template std::ostream& operator<<(std::ostream&, vgl_cylinder<T >const&); \
template std::istream& operator>>(std::istream&, vgl_cylinder<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.

Definition at line 49 of file vgl_cylinder.hxx.

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.