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