]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/MeshToImageFilter.h
...
[cpPlugins.git] / lib / cpPlugins / Interface / MeshToImageFilter.h
index b6447d2042cfa2d9ed9d436c354cd509bbf941d6..97947d1d4456819ea692d469928e31fa8140cc0a 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __CPPLUGINS__INTERFACE__MESHTOIMAGEFILTER__H__
 #define __CPPLUGINS__INTERFACE__MESHTOIMAGEFILTER__H__
 
-#include <cpPlugins/Interface/cpPlugins_Interface_Export.h>
+#include <cpPlugins/cpPlugins_Export.h>
 #include <cpPlugins/Interface/FilterObject.h>
 
 namespace cpPlugins
@@ -10,7 +10,7 @@ namespace cpPlugins
   {
     /**
      */
-    class cpPlugins_Interface_EXPORT MeshToImageFilter
+    class cpPlugins_EXPORT MeshToImageFilter
       : public FilterObject
     {
     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( MeshToImageFilter, FilterObject );
 
-    public:
-      virtual std::string GetClassName( ) const;
-      virtual std::string GetClassType( ) const;
-
     protected:
       MeshToImageFilter( );
       virtual ~MeshToImageFilter( );