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) |
Definition in file vgl_cylinder.txx.
| #define VGL_CYLINDER_INSTANTIATE | ( | T | ) |
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.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| const vgl_cylinder< T > & | cyl | ||
| ) |
Definition at line 28 of file vgl_cylinder.txx.
| vcl_istream& operator>> | ( | vcl_istream & | s, |
| vgl_cylinder< T > & | cyl | ||
| ) |
Definition at line 34 of file vgl_cylinder.txx.
1.7.5.1