X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2FContour%2FContourPropagation.cxx;h=bf826b1e92e54d599f558f44d0f27cf51003b645;hb=885faee171b5cdcbcbbcb6cc83e6d196544e005c;hp=0b30ca16487dc0acf39ec70ed1457f375aac024f;hpb=c5feadbb145eecf6d73f793535b7e23eb18db2cb;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/Contour/ContourPropagation.cxx b/lib/maracasVisuLib/src/interface/wxWindows/Contour/ContourPropagation.cxx index 0b30ca1..bf826b1 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/Contour/ContourPropagation.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/Contour/ContourPropagation.cxx @@ -33,7 +33,7 @@ bool ContourPropagation::ifSliceKeyContourExist(int slice) int i,size=_sliceKeyContourVec.size(); for (i=0; ((i_InZ[j+_InS[i]]) { @@ -131,7 +131,7 @@ bool ContourPropagation::mustOrderAppend() if(orderA == false) { j=0; - for(i=0; i<_InS.size()-1; i++) + for(i=0; i<(int)(_InS.size())-1; i++) { if(_InZ[j]<_InZ[j+_InS[i]]) { @@ -175,7 +175,7 @@ void ContourPropagation::orderAppend() tempZ.clear(); tempS.clear(); cont = 0; - for(i=0; i<_InS.size()-1; i++) + for(i=0; i<(int)(_InS.size())-1; i++) { if(_InZ[cont]<_InZ[cont+_InS[i]]) { @@ -221,7 +221,7 @@ void ContourPropagation::orderAppend() vf->copyVector(&tempY,&_InY); vf->copyVector(&tempZ,&_InZ); delete vf; - for(i=0; i