lemon/graph_to_eps.h
changeset 2388 c6d537888fe5
parent 2386 81b47fc5c444
child 2391 14a343be7a5a
equal deleted inserted replaced
30:cdad3f738848 31:108dcf189535
   523   ///
   523   ///
   524   GraphToEps<T> &negateY(bool b=true) {
   524   GraphToEps<T> &negateY(bool b=true) {
   525     _negY=b;return *this;
   525     _negY=b;return *this;
   526   }
   526   }
   527 
   527 
   528   ///Turns on/off prescaling
   528   ///Turn on/off prescaling
   529 
   529 
   530   ///Turns on/off prescaling
   530   ///By default graphToEps() rescales the whole image in order to avoid
   531   ///
   531   ///very big or very small bounding boxes.
   532   ///\todo More docs.
   532   ///
       
   533   ///This (p)rescaling can be turned off with this function.
   533   ///
   534   ///
   534   GraphToEps<T> &preScale(bool b=true) {
   535   GraphToEps<T> &preScale(bool b=true) {
   535     _preScale=b;return *this;
   536     _preScale=b;return *this;
   536   }
   537   }
   537 
   538