]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkImageCastToUShort.cxx
re indent
[bbtk.git] / packages / vtk / src / bbvtkImageCastToUShort.cxx
index 06fdd14e2fa74f0b4deb1b95a57788b3d5988235..71b8123e766c1fb246f4ce2128a54f06d9803919 100644 (file)
@@ -25,7 +25,6 @@ void ImageCastToUShort::Process()
        cast->SetOutputScalarTypeToUnsignedShort();
        cast->Update();
     bbSetOutputOut(cast->GetOutput() );   
-  
 }
 void ImageCastToUShort::bbUserSetDefaultValues()
 {
@@ -45,7 +44,6 @@ void ImageCastToUShort::bbUserInitializeProcessing()
 //    if any  
 
        cast = vtkImageCast::New(); 
-  
 }
 void ImageCastToUShort::bbUserFinalizeProcessing()
 {
@@ -56,6 +54,7 @@ void ImageCastToUShort::bbUserFinalizeProcessing()
 //    if any 
   
 }
+
 }
 // EO namespace bbvtk