]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdFilesFromDirectory.cxx
*** MAJOR CHANGE *** NOT WORKING YET !!!
[bbtk.git] / packages / std / src / bbstdFilesFromDirectory.cxx
index e91ef23898cf5190eccc0aebbf930ab8c315c42a..698cca545686326c20eb0a42da98a1009d3d8270 100644 (file)
@@ -27,24 +27,20 @@ void FilesFromDirectory::Process()
    
   
 }
-void FilesFromDirectory::bbUserConstructor()
+void FilesFromDirectory::bbUserSetDefaultValues()
 {
 
     bbSetInputIn(".");
     bbSetInputRecursive(false);
   
 }
-void FilesFromDirectory::bbUserCopyConstructor(bbtk::BlackBox::Pointer)
-{
-
-  
-}
-void FilesFromDirectory::bbUserDestructor()
-{
-
+  void FilesFromDirectory::bbUserInitializeProcessing() 
+  { 
+  }
+  void FilesFromDirectory::bbUserFinalizeProcessing() 
+  {
+  }
   
-}
-
 /**
  * \brief   Add a SEPARATOR to the end of the name if necessary
  * @param   pathname file/directory name to normalize