Auxiliary data structure for line.
More...
Auxiliary data structure for line.
Definition at line 15 of file JLine.cc.
std::istream& operator>> |
( |
std::istream & |
in, |
|
|
JLine & |
line |
|
) |
| |
|
friend |
Read line from input stream.
- Parameters
-
- Returns
- input stream
Definition at line 24 of file JLine.cc.
26 return in >> line.
x1 >> line.
y1 >> line.
x2 >> line.
y2;
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY source JAcoustics sh $DETECTOR_ID CHECK_EXIT_CODE typeset A TRIPODS get_tripods $WORKDIR tripod txt TRIPODS for EMITTER in
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const JLine & |
line |
|
) |
| |
|
friend |
Write line to output stream.
- Parameters
-
out | output stream |
line | line |
- Returns
- output stream
Definition at line 36 of file JLine.cc.
38 return out << line.
x1 <<
' ' << line.
y1 <<
' ' << line.
x2 <<
' ' << line.
y2;
The documentation for this struct was generated from the following file: