]> Creatis software - bbtk.git/commitdiff
#3529 refresh optimization vtkBaseView ColorLayer
authoreduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Fri, 3 Jan 2025 11:37:58 +0000 (12:37 +0100)
committereduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Fri, 3 Jan 2025 11:37:58 +0000 (12:37 +0100)
kernel/src/bbtkBlackBox.cxx

index cdd6e68d01a4ff888fd5ff641d9157d1cc5464f5..c756a0c8ce5fda5cf46df8d5dfa2d3cc9a5d7868 100644 (file)
@@ -33,8 +33,6 @@
   Version:   $Revision: 1.56 $
 =========================================================================*/
 
-
-
 /**
  *  \file 
  *  \brief Class bbtk::BlackBox : abstract black-box interface. 
 #include <chrono>
 #include <fstream>
 
-
-
 /*
+// EED: This was tested in MacOs.
+#include <execinfo.h>
+#include <stdio.h>
+#include <stdlib.h>
+
 void print_trace()
 {
   void *array[10];
@@ -175,7 +177,6 @@ namespace bbtk
   }
   //=========================================================================
 
-
   //=========================================================================
   BlackBox::~BlackBox()
   {
@@ -187,8 +188,6 @@ namespace bbtk
   }
   //=========================================================================
 
-
-
   //=========================================================================
   std::string BlackBox::bbGetFullName() const
   { 
@@ -196,8 +195,6 @@ namespace bbtk
   }
   //=========================================================================
      
-
-
   //=========================================================================
   std::string BlackBox::bbGetNameWithParent() const
   {