]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/ImageReader.h
vtkPolyData support added
[cpPlugins.git] / lib / cpPlugins / Plugins / ImageReader.h
index 2c73d70ddaae32af73b48c100a43b072c46b82ee..61efe0d2858e556d11e2cce2c7a1fce009f35253 100644 (file)
@@ -20,9 +20,6 @@ namespace cpPlugins
       typedef itk::SmartPointer< Self >         Pointer;
       typedef itk::SmartPointer< const Self >   ConstPointer;
 
-      typedef Superclass::TParameter  TParameter;
-      typedef Superclass::TParameters TParameters;
-
     public:
       itkNewMacro( Self );
       itkTypeMacro( ImageReader, cpPluginsInterfaceImageSource );
@@ -37,10 +34,10 @@ namespace cpPlugins
       virtual std::string _GenerateData( );
 
       template< unsigned int D >
-      std::string _GD0( );
+        std::string _GD0( );
 
       template< class P, unsigned int D >
-      std::string _GD1( );
+        std::string _GD1( );
 
     private:
       // Purposely not implemented
@@ -49,10 +46,7 @@ namespace cpPlugins
     };
 
     // ---------------------------------------------------------------------
-    PLUMA_INHERIT_PROVIDER_CPPLUGINS(
-      ImageReader,
-      cpPlugins::Interface::Object
-      );
+    CPPLUGINS_INHERIT_PROVIDER( ImageReader );
 
   } // ecapseman