]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pPlotterLayer.cxx
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / pPlotter / pPlotterLayer.cxx
index a1a04ef1ad2d68ba42378344aac53dc7faab5687..7767471ff509969fb338dcf2acf87bde04087580 100644 (file)
@@ -93,7 +93,7 @@ void pPlotterLayer::drawSplineCurve(wxDC & dc,mpWindow & w)
        std::vector<double> vy=getYSpline();
        wxPoint* ppoints;
        
-       int counter=0,minX,maxX,minY,maxY;
+       int /*counter=0,*/ minX,maxX,minY,maxY; // JPRx
        /*
        This is the offset of every point scale to the window
        pixel
@@ -182,7 +182,7 @@ void pPlotterLayer::drawSplineCurve(wxDC & dc,mpWindow & w)
 
 /*
  it define the first point of the polygon for be drawing
- returs true if the first and second point of the polygon are setted
+ returns true if the first and second point of the polygon are set
 */
 bool pPlotterLayer::initializePolygon(wxPoint* points,double x1, double y1,double x2, double y2)
 {
@@ -196,7 +196,7 @@ bool pPlotterLayer::initializePolygon(wxPoint* points,double x1, double y1,doubl
        if(points[0].x<=0&& points[1].x<=0 && points[0].y<=0&& points[1].y<=0)
        {
        
-               int offsetpx=getOffsetPixelsXv();       
+               //int offsetpx=getOffsetPixelsXv(); //JPRx      
 
                //analyzing the curve
 
@@ -279,7 +279,7 @@ bool pPlotterLayer::initializePolygon(wxPoint* points,double x1, double y1,doubl
 }
 
 /**
-* Draw le lines between the points of the function
+* Draw the lines between the points of the function
 */
 void pPlotterLayer::drawFunction(wxDC & dc,mpWindow & w)
 {
@@ -293,12 +293,10 @@ void pPlotterLayer::drawFunction(wxDC & dc,mpWindow & w)
        pixel
        */
        offsetpx=getOffsetPixelsXv();
-       offsetpy=getOffsetPixelsYv();
-       
+       offsetpy=getOffsetPixelsYv();   
 
        Rewind();
        
-
        dc.GetSize(&scrwX, &scrwY);
        
        //Lines between the points
@@ -313,15 +311,15 @@ void pPlotterLayer::drawFunction(wxDC & dc,mpWindow & w)
        /***********/
 
        //traslation
-       int xTraslation=getXTraslation();
+       //int xTraslation=getXTraslation(); //JPRx
        wxNode* node= points.GetFirst();
-       int i=1;//points.GetCount()+1;
+       // int i=1;//points.GetCount()+1; //JPRx
        int j=2;
        /*
         Fill it if it is an histogram
        */
        wxPoint point;
-       pFunctionPoint* pointk;
+       // pFunctionPoint* pointk; //JPRx
        if(type==2)
        {
                /*