]> Creatis software - creaRigidRegistration.git/commitdiff
\ No newline at end of file
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 15 Oct 2009 09:24:12 +0000 (09:24 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 15 Oct 2009 09:24:12 +0000 (09:24 +0000)
PackRecalage/src/bbPackRecalageImageSwitcherBox.cxx
lib/CheckBoard.cpp
lib/Convolution.cxx
lib/Transparency.cxx
lib/VectorMath.cxx
lib/VectorMath.h

index 919e32cbf505fb7d5248e5402c92ef77bdad00bb..760207d26150f7b678715bd927014edbac8c9a70 100644 (file)
@@ -71,4 +71,5 @@ void ImageSwitcherBox::bbUserFinalizeProcessing()
        delete myTimer;
 }
 }
-// EO namespace bbPackRecalage
\ No newline at end of file
+// EO namespace bbPackRecalage
+
index 30c4f17af49405dba927013e8ef338ef70158703..d4f52540b7e182fcbcada8bcee1d7575acfdc753 100644 (file)
@@ -764,7 +764,6 @@ vtkImageData* CheckBoard::getFilteredImage()
        }
 }
 
-
 //------------------------------------------------------------
 void CheckBoard::setInputImage1(vtkImageData *_image)
 {
@@ -787,4 +786,5 @@ void CheckBoard::setCols(int cols)
 void CheckBoard::setRows(int rows)
 {
        squaresY=rows;
-}
\ No newline at end of file
+}
+
index 08b32cf4c1eac3f0f1e60a7cb5949567cb0a1cd8..ac83f16fe0299c21b364fba4e391fd938aad217d 100644 (file)
@@ -44,4 +44,5 @@ void Convolution::Run()
        _convolve->Update();
        _cast->SetInput(_convolve->GetOutput());
        _cast->SetOutputScalarTypeToDouble();
-}
\ No newline at end of file
+}
+
index 0cf822d90a6b36df7954c8ac5c243472748af1f3..eee092bbea2445c202824f154f929ae1d8d44386 100644 (file)
@@ -407,4 +407,5 @@ void Transparency::setImage2(vtkImageData *image)
 void Transparency::setPercent(int percent)
 {
     _percent=(double)percent/100.0;    
-}
\ No newline at end of file
+}
+
index 154515470668768f8e7d825240a3d23f5067bb96..9fc0a75da1586fde320cc772981fffdb12057f30 100644 (file)
@@ -45,4 +45,5 @@ double[3]* VectorMath::GetScales()
 double VectorMath::GetAngle()
 {
 
-}*/
\ No newline at end of file
+}*/
+
index b13aea249f46d34d91e8342900015a1dba6d17b3..386a56462776235144262d94eb12ebd7a53538ca 100644 (file)
@@ -35,4 +35,5 @@ private:
        vtkMath *_math;
 };
 
-#endif
\ No newline at end of file
+#endif
+