]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/ImageSink.h
...
[cpPlugins.git] / lib / cpPlugins / Interface / ImageSink.h
index 3895e210dedaf5db6a6b55f944485d0d92885d22..7af90565c0c1be0d0df6039390be6c8deff5648c 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __CPPLUGINS__INTERFACE__IMAGESINK__H__
 #define __CPPLUGINS__INTERFACE__IMAGESINK__H__
 
-#include <cpPlugins/Interface/cpPlugins_Interface_Export.h>
+#include <cpPlugins/cpPlugins_Export.h>
 #include <cpPlugins/Interface/SinkObject.h>
 
 namespace cpPlugins
@@ -10,7 +10,7 @@ namespace cpPlugins
   {
     /**
      */
-    class cpPlugins_Interface_EXPORT ImageSink
+    class cpPlugins_EXPORT ImageSink
       : public SinkObject
     {
     public:
@@ -19,16 +19,9 @@ namespace cpPlugins
       typedef itk::SmartPointer< Self >       Pointer;
       typedef itk::SmartPointer< const Self > ConstPointer;
 
-      typedef Superclass::TParameter  TParameter;
-      typedef Superclass::TParameters TParameters;
-
     public:
       itkTypeMacro( ImageSink, SinkObject );
 
-    public:
-      virtual std::string GetClassName( ) const;
-      virtual std::string GetClassType( ) const;
-
     protected:
       ImageSink( );
       virtual ~ImageSink( );