]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Workspace.h
debug finished
[cpPlugins.git] / lib / cpPlugins / Interface / Workspace.h
index 7d76c05b13a4dbde315159d15aa677c965e2793f..2925a06485e354637d6ce03ab91c0c7e68d63ae2 100644 (file)
@@ -38,14 +38,10 @@ namespace cpPlugins
       */
 
     public:
+      cpPluginsNewMacro( Self );
       itkTypeMacro( Workspace, itk::Object );
 
     public:
-      // Factory methods
-      static Pointer New( );
-      virtual itk::LightObject::Pointer CreateAnother( ) const cpPlugins_OVERRIDE;
-      Pointer Clone( ) const;
-
       // Workspace IO
       void Load( const std::string& fname );
       void Save( const std::string& fname ) const;