#include <CGAL/Line_3.h>
Go to the source code of this file.
Classes | |
class | Segment_3< R, T > |
Functions | |
template<class R > | |
std::ostream & | operator<< (std::ostream &os, const Segment_3< R > &s) |
template<class R > | |
std::istream & | operator>> (std::istream &is, Segment_3< R > &s) |
std::ostream& operator<< | ( | std::ostream & | os, |
const Segment_3< R > & | s | ||
) |
Definition at line 142 of file Segment_3.h.
References s.
std::istream& operator>> | ( | std::istream & | is, |
Segment_3< R > & | s | ||
) |
Definition at line 152 of file Segment_3.h.