X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FcpPlugins%2FInterface%2FImageSource.h;h=f5b83964890edc2465e0c0b92c7cee412d0378b4;hb=2361f4f97631e09d88d8a5510a369817dcaa19db;hp=56004bf5c7e6c0e91cef7f9872069c6e6254825b;hpb=d33ff8f25fd903eca28c2f088adc8f68e7738135;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/ImageSource.h b/lib/cpPlugins/Interface/ImageSource.h index 56004bf..f5b8396 100644 --- a/lib/cpPlugins/Interface/ImageSource.h +++ b/lib/cpPlugins/Interface/ImageSource.h @@ -1,7 +1,7 @@ #ifndef __CPPLUGINS__INTERFACE__IMAGESOURCE__H__ #define __CPPLUGINS__INTERFACE__IMAGESOURCE__H__ -#include +#include #include namespace cpPlugins @@ -10,7 +10,7 @@ namespace cpPlugins { /** */ - class cpPlugins_Interface_EXPORT ImageSource + class cpPlugins_EXPORT ImageSource : public SourceObject { public: @@ -22,10 +22,6 @@ namespace cpPlugins public: itkTypeMacro( ImageSource, SourceObject ); - public: - virtual std::string GetClassName( ) const; - virtual std::string GetClassType( ) const; - protected: ImageSource( ); virtual ~ImageSource( );