]> Creatis software - bbtk.git/commitdiff
re indent
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 3 Feb 2010 15:51:11 +0000 (15:51 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 3 Feb 2010 15:51:11 +0000 (15:51 +0000)
packages/vtk/src/bbvtkImageCastToUShort.cxx
packages/vtk/src/bbvtkImageCastToUShort.h

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
 
index a4843ba428564f62ba8ae6a916c936e92c157b17..7df090de67181478a90ffb03dc59dad6ac05eb48 100644 (file)
@@ -24,13 +24,13 @@ private:
        vtkImageCast* cast;
 };
 
-BBTK_BEGIN_DESCRIBE_BLACK_BOX(ImageCastToUShort,bbtk::AtomicBlackBox);
+BBTK_BEGIN_DESCRIBE_BLACK_BOX(ImageCastToUShort, bbtk::AtomicBlackBox);
 BBTK_NAME("ImageCastToUShort");
 BBTK_AUTHOR("car-prie@uniandes.edu.co");
 BBTK_DESCRIPTION("Cast an Image to UShort");
 BBTK_CATEGORY("filter, image");
-BBTK_INPUT(ImageCastToUShort,In,"First input",vtkImageData*,"");
-BBTK_OUTPUT(ImageCastToUShort,Out,"First output",vtkImageData*,"");
+BBTK_INPUT(ImageCastToUShort, In, "First input", vtkImageData*, "");
+BBTK_OUTPUT(ImageCastToUShort, Out, "First output", vtkImageData*, "");
 BBTK_END_DESCRIBE_BLACK_BOX(ImageCastToUShort);
 }
 // EO namespace bbvtk