]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBoxDescriptor.cxx
Renamed UserBlackBox into AtomicBlackBox which is a better name (versus ComplexBlackB...
[bbtk.git] / kernel / src / bbtkBlackBoxDescriptor.cxx
index c81206d1c75946e72848571b71f6b419ce4c9ecb..6f5ab20e7c7cfa0c4d1571c3e120fa500de566fb 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkBlackBoxDescriptor.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/02/06 14:14:22 $
-  Version:   $Revision: 1.9 $
+  Date:      $Date: 2008/02/07 07:58:53 $
+  Version:   $Revision: 1.10 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -24,7 +24,7 @@
 #include "bbtkMessageManager.h"
 #include "bbtkPackage.h"
 #include "bbtkUtilities.h"
-#include "bbtkUserBlackBoxDescriptor.h"
+#include "bbtkAtomicBlackBoxDescriptor.h"
 #include "bbtkWxBlackBox.h"
 
 namespace bbtk
@@ -280,7 +280,7 @@ namespace bbtk
       std::string col(usercol);
       int iotype = 0;
       if (in->second->GetCreatorTypeInfo() == 
-         typeid(UserBlackBoxDescriptor))
+         typeid(AtomicBlackBoxDescriptor))
        {
          col = ubbcol; 
          iotype = 1;
@@ -343,7 +343,7 @@ namespace bbtk
        std::string col(usercol);
        int iotype = 0;
        if (o->second->GetCreatorTypeInfo() == 
-           typeid(UserBlackBoxDescriptor))
+           typeid(AtomicBlackBoxDescriptor))
          {
            col = ubbcol; 
            iotype = 1;