]> Creatis software - clitk.git/blobdiff - common/clitkVfImageIOFactory.h
The lower and upper options can be tuned for all type of region growing algorithm
[clitk.git] / common / clitkVfImageIOFactory.h
index f00b8d20e3884e877b5fa42bfc505e6d74ba230a..6d790f0ef659641ef35a58182eb5fc090dedc948 100644 (file)
@@ -50,11 +50,11 @@ namespace clitk {
        typedef itk::SmartPointer<const Self>  ConstPointer;
        
        /** Class methods used to interface with the registered factories. */
-       const char* GetITKSourceVersion(void) const {
+       const char* GetITKSourceVersion(void) const ITK_OVERRIDE {
          return ITK_SOURCE_VERSION;
        }
        
-       const char* GetDescription(void) const {
+       const char* GetDescription(void) const ITK_OVERRIDE {
          return "Vf ImageIO Factory, allows the loading of Vf images into insight";
        }