]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface.h
...
[cpPlugins.git] / lib / cpPlugins / Interface.h
index 655bbfa8077ea127893190349001c65549741159..0a31e63eb6e810ab408063e76398054628fe2c0f 100644 (file)
@@ -37,13 +37,14 @@ namespace cpPlugins
     void LoadPluginFile( const std::string& filename );
     void UnloadAll( );
 
-    cpPlugins::ProcessObject::Pointer Create(
+    ProcessObject::Pointer Create(
       const std::string& category, const std::string& name
       );
     std::string GetPluginName(
       const std::string& category, const std::string& name
       ) const;
-    std::vector< std::string > GetPlugins( ) const;
+    std::string GetPluginName( const ProcessObject* obj ) const;
+    std::set< std::string > GetPlugins( ) const;
 
   protected:
     static void* _DLOpen( const std::string& fname );