Functions | |
| template<class T, class S> ostream & | operator<< (ostream &out, sphere< T, S > &s) |
| Output operator to print a sphere for debugging. | |
| template<class T, class S> istream & | operator>> (istream &in, sphere< T, S > &s) |
| Input operator to read a sphere for debugging. | |
|
||||||||||||||||
|
Output operator to print a sphere for debugging.
|
|
||||||||||||||||
|
Input operator to read a sphere for debugging.
|
1.3.2