]> Creatis software - clitk.git/blobdiff - itk/clitkAutoCropFilter.h
Removed exception handling at a low level, let them be handled at a higher, e.g....
[clitk.git] / itk / clitkAutoCropFilter.h
index d060a97ecca5a0c96521f8e165771246f67718d9..f4f35bcc0b15b23eb53745f2d595f837c4b4a98f 100644 (file)
@@ -35,10 +35,10 @@ namespace clitk {
 
   public:
     /** Standard class typedefs. */
-    typedef AutoCropFilter                         Self;
-    typedef itk::ImageToImageFilter<ImageType, ImageType>  Superclass;
-    typedef itk::SmartPointer<Self>                          Pointer;
-    typedef itk::SmartPointer<const Self>                    ConstPointer;
+    typedef AutoCropFilter                                Self;
+    typedef itk::ImageToImageFilter<ImageType, ImageType> Superclass;
+    typedef itk::SmartPointer<Self>                       Pointer;
+    typedef itk::SmartPointer<const Self>                 ConstPointer;
     
     /** Method for creation through the object factory. */
     itkNewMacro(Self);