]> Creatis software - clitk.git/blobdiff - segmentation/clitkExtractLymphStationsFilter.h
Corrected bugs regarding the rigid case and the initialization.
[clitk.git] / segmentation / clitkExtractLymphStationsFilter.h
index e90abd4045c39fb277f6b4ca33c136469c020f09..e6b11a753f4630e33788b71e201f2c9745566e1c 100644 (file)
@@ -42,7 +42,7 @@ namespace clitk {
   public:
     /** Standard class typedefs. */
     typedef itk::ImageToImageFilter<TImageType, TImageType> Superclass;
-    typedef ExtractLymphStationsFilter            Self;
+    typedef ExtractLymphStationsFilter          Self;
     typedef itk::SmartPointer<Self>             Pointer;
     typedef itk::SmartPointer<const Self>       ConstPointer;