X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FPlugins%2FIO%2FImageReader.h;h=882ab04737cb0f1182596e8f6e084012cf594b17;hb=7e29f3aec097ba1bff1894fed6eb1094276c5b72;hp=803e5f81189ef745767708e121d707893c802c41;hpb=c3c3da5217b6eb255db9c0424f22d4e01250901e;p=cpPlugins.git diff --git a/lib/cpPlugins/Plugins/IO/ImageReader.h b/lib/cpPlugins/Plugins/IO/ImageReader.h index 803e5f8..882ab04 100644 --- a/lib/cpPlugins/Plugins/IO/ImageReader.h +++ b/lib/cpPlugins/Plugins/IO/ImageReader.h @@ -26,13 +26,13 @@ namespace cpPlugins typedef itk::SmartPointer< Self > Pointer; typedef itk::SmartPointer< const Self > ConstPointer; - typedef - std::vector< cpPlugins::Interface::Parameters::TString > - TStringList; + typedef Superclass::TParameters TParameters; + typedef std::vector< std::string > TStringList; public: itkNewMacro( Self ); itkTypeMacro( ImageReader, cpPluginsInterfaceImageSource ); + cpPlugins_Id_Macro( cpPlugins::IO::ImageReader, IO ); protected: ImageReader( ); @@ -55,9 +55,6 @@ namespace cpPlugins Self& operator=( const Self& ); }; - // --------------------------------------------------------------------- - CPPLUGINS_INHERIT_PROVIDER( ImageReader ); - } // ecapseman } // ecapseman