]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Macros.h
XML IO added. Workspace singleton added to simplify pipeline definition and execution.
[cpPlugins.git] / lib / cpPlugins / Interface / Macros.h
index 85a9d089a81ff50a47b2f43e296e52b5bfef92e8..ef726ede4fcf724c05c70c3d6faf5c5c0495c707 100644 (file)
@@ -46,10 +46,10 @@ public:                                                         \
     : public cpPlugins::Interface::ProcessObjectProvider                \
   {                                                                     \
   public:                                                               \
-    cpPlugins::Interface::Object::Pointer create( ) const               \
+    cpPlugins::Interface::ProcessObject::Pointer create( ) const        \
     {                                                                   \
       TYPE::Pointer a = TYPE::New( );                                   \
-      cpPlugins::Interface::Object::Pointer b = a.GetPointer( );        \
+      cpPlugins::Interface::ProcessObject::Pointer b = a.GetPointer( ); \
       return( b );                                                      \
     }                                                                   \
   };