]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/Contour/ContourExtractData.h
RaC Changes that includes a Polygon contour in creaMaracasVisu. It includes changes
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / Contour / ContourExtractData.h
index b463709d2c5cb94ce79d37f1587e5f424a065475..6123e66b95c40b54b8481e4978c55e8ac90acd2b 100644 (file)
                                                                double *vol_average, double *vol_standardeviation);
          
          void ResetImageResult(int z);
-         
+         void InitLstContoursLinesYPoints();
+         bool isInside(int x, int y, int typeOperation );
+       
+         //
+         // Asigns the sizeImageY.
+         // @param pSizeImageY - int
+         void SetSizeImageY(int pSizeImageY);
          
   private:
        bool                                                            okImagesResults;
@@ -65,8 +71,9 @@
        vtkImageData                                            *imagedataValueResult;
        vtkImageData                                            *imagedataMaskResult;
 
-       bool isInside(int x, int y, int typeOperation );
-
+       //Size Y
+       int _sizeImageY;
+       
        //
        // Asigns the minimum and maximum points of the contour model in parameter.
        // @param *minPoint - int
          std::vector< std::vector< std::vector<double> > >             _lstlstlstVecX2;
          std::vector< std::vector< std::vector<double> > >             _lstlstlstVecY2;
          void Fill_lstlstlstVecXY(int iContour, int sizeY);
-         void InitLstContoursLinesYPoints();
+         
+
 
   };