From 74a3edf7daa058147c5308ff230a2c3d7658d9ef Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Thu, 15 Oct 2009 09:24:12 +0000 Subject: [PATCH] \ No newline at end of file --- PackRecalage/src/bbPackRecalageImageSwitcherBox.cxx | 3 ++- lib/CheckBoard.cpp | 4 ++-- lib/Convolution.cxx | 3 ++- lib/Transparency.cxx | 3 ++- lib/VectorMath.cxx | 3 ++- lib/VectorMath.h | 3 ++- 6 files changed, 12 insertions(+), 7 deletions(-) diff --git a/PackRecalage/src/bbPackRecalageImageSwitcherBox.cxx b/PackRecalage/src/bbPackRecalageImageSwitcherBox.cxx index 919e32c..760207d 100644 --- a/PackRecalage/src/bbPackRecalageImageSwitcherBox.cxx +++ b/PackRecalage/src/bbPackRecalageImageSwitcherBox.cxx @@ -71,4 +71,5 @@ void ImageSwitcherBox::bbUserFinalizeProcessing() delete myTimer; } } -// EO namespace bbPackRecalage \ No newline at end of file +// EO namespace bbPackRecalage + diff --git a/lib/CheckBoard.cpp b/lib/CheckBoard.cpp index 30c4f17..d4f5254 100644 --- a/lib/CheckBoard.cpp +++ b/lib/CheckBoard.cpp @@ -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 +} + diff --git a/lib/Convolution.cxx b/lib/Convolution.cxx index 08b32cf..ac83f16 100644 --- a/lib/Convolution.cxx +++ b/lib/Convolution.cxx @@ -44,4 +44,5 @@ void Convolution::Run() _convolve->Update(); _cast->SetInput(_convolve->GetOutput()); _cast->SetOutputScalarTypeToDouble(); -} \ No newline at end of file +} + diff --git a/lib/Transparency.cxx b/lib/Transparency.cxx index 0cf822d..eee092b 100644 --- a/lib/Transparency.cxx +++ b/lib/Transparency.cxx @@ -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 +} + diff --git a/lib/VectorMath.cxx b/lib/VectorMath.cxx index 1545154..9fc0a75 100644 --- a/lib/VectorMath.cxx +++ b/lib/VectorMath.cxx @@ -45,4 +45,5 @@ double[3]* VectorMath::GetScales() double VectorMath::GetAngle() { -}*/ \ No newline at end of file +}*/ + diff --git a/lib/VectorMath.h b/lib/VectorMath.h index b13aea2..386a564 100644 --- a/lib/VectorMath.h +++ b/lib/VectorMath.h @@ -35,4 +35,5 @@ private: vtkMath *_math; }; -#endif \ No newline at end of file +#endif + -- 2.45.0