X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FWorkspace.h;h=2925a06485e354637d6ce03ab91c0c7e68d63ae2;hb=a0e33d8a43c431e3df4c9aba45839a324b3ac0bc;hp=7d76c05b13a4dbde315159d15aa677c965e2793f;hpb=ff82c0202d0496bb65bc4cb07e63604616db2961;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/Workspace.h b/lib/cpPlugins/Interface/Workspace.h index 7d76c05..2925a06 100644 --- a/lib/cpPlugins/Interface/Workspace.h +++ b/lib/cpPlugins/Interface/Workspace.h @@ -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;