Go to the documentation of this file.
   27 #ifndef GLVIEWER_TOOLS_H 
   28 #define GLVIEWER_TOOLS_H 
   74   bool        addSegment( 
double coord1, 
double coord2 );
 
   78   bool        readSegment( 
int index, 
double& coord1, 
double& coord2 );
 
   81   int         contains( 
double thePoint ) 
const;
 
  162   void                addLine( 
FieldDim theDim, 
double theMC, 
double theBegin, 
double theEnd );
 
  168   int                 insertLine( 
FieldDim theDim, 
double theMC, 
double theBegin, 
double theEnd, 
int thePosition );
 
  177   void                setBorders( 
double X1, 
double X2, 
double Y1, 
double Y2 );
 
  179   void                addRectangle( 
double top, 
double right, 
double bottom, 
double left );
 
  245 #endif //GLVIEWER_TOOLS_H