Auxiliary data structure for line.  
 More...
Auxiliary data structure for line. 
Definition at line 16 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 25 of file JLine.cc.
   27     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 37 of file JLine.cc.
   39     return out << line.
x1 << 
' ' << line.
y1 << 
' ' << line.
x2 << 
' ' << line.
y2;
 
 
 
 
The documentation for this struct was generated from the following file: