X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FCheckBoard.cpp;h=34a6749d7d08d01103c9f64ad17feeeea2cd3eba;hb=a1afa4e3ec3d6e40b7d6cfd914baa8747abab891;hp=a0ae2d74423d1a9dc21a4ae4039a1d72d2bb2c75;hpb=de35484154f0fc838c0aa515db96994166bba17d;p=creaRigidRegistration.git diff --git a/lib/CheckBoard.cpp b/lib/CheckBoard.cpp index a0ae2d7..34a6749 100644 --- a/lib/CheckBoard.cpp +++ b/lib/CheckBoard.cpp @@ -4,17 +4,15 @@ * Constructor */ //------------------------------------------------------------ -CheckBoard::CheckBoard() -: // use 'Initialization List'! //JPR - image1(NULL); - image2(NULL); - squaresX(0); - squaresY(0); - newImage(NULL); - processed(false); - newImage(NULL); - resample(NULL); - result(NULL); +CheckBoard::CheckBoard() : + image1(NULL), + image2(NULL), + squaresX(0), + squaresY(0), + newImage(NULL), + processed(false), + resample(NULL), + result(NULL) { /* image1=NULL;