Defines | Functions
core/vgl/vgl_cylinder.txx File Reference
#include "vgl_cylinder.h"
#include <vcl_iostream.h>

Go to the source code of this file.

Defines

#define vgl_cylinder_txx_
#define VGL_CYLINDER_INSTANTIATE(T)

Functions

template<class T >
vcl_ostream & operator<< (vcl_ostream &os, const vgl_cylinder< T > &cyl)
template<class T >
vcl_istream & operator>> (vcl_istream &s, vgl_cylinder< T > &cyl)

Detailed Description

Definition in file vgl_cylinder.txx.


Define Documentation

#define VGL_CYLINDER_INSTANTIATE (   T)
Value:
template class vgl_cylinder<T >; \
template vcl_ostream& operator<<(vcl_ostream&, vgl_cylinder<T >const&); \
template vcl_istream& operator>>(vcl_istream&, vgl_cylinder<T >&)

Definition at line 46 of file vgl_cylinder.txx.

#define vgl_cylinder_txx_

Definition at line 2 of file vgl_cylinder.txx.


Function Documentation

template<class T >
vcl_ostream& operator<< ( vcl_ostream &  os,
const vgl_cylinder< T > &  cyl 
)

Definition at line 28 of file vgl_cylinder.txx.

template<class T >
vcl_istream& operator>> ( vcl_istream &  s,
vgl_cylinder< T > &  cyl 
)

Definition at line 34 of file vgl_cylinder.txx.