Segment.cpp File Reference

#include <Segment.h>

Include dependency graph for Segment.cpp:

Go to the source code of this file.

Functions

ostream & operator<< (ostream &flux, const Segment &s)


Function Documentation

ostream& operator<< ( ostream &  flux,
const Segment s 
)

Definition at line 161 of file Segment.cpp.

References Segment::get_last(), and Segment::get_start().

00162 {flux<<"["<<s.get_start()<<" ; "<<s.get_last()<<"]";return flux;}

Here is the call graph for this function:


Generated on Mon Mar 30 16:56:16 2009 by  doxygen 1.5.6