#include <iostream>
#include "vgl_cylinder.h"
Go to the source code of this file.
◆ VGL_CYLINDER_INSTANTIATE
| #define VGL_CYLINDER_INSTANTIATE |
( |
|
T | ) |
|
Value: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.
◆ operator<<()
template<class T >
| std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const vgl_cylinder< T > & |
cyl |
|
) |
| |
◆ operator>>()
template<class T >
| std::istream& operator>> |
( |
std::istream & |
s, |
|
|
vgl_cylinder< T > & |
cyl |
|
) |
| |