From: eduardo.davila@creatis.insa-lyon.fr Date: Fri, 3 Jan 2025 11:37:58 +0000 (+0100) Subject: #3529 refresh optimization vtkBaseView ColorLayer X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=95c5b91c6ab285c14a45888d5a6dd3cd3c3bc6c4;p=bbtk.git #3529 refresh optimization vtkBaseView ColorLayer --- diff --git a/kernel/src/bbtkBlackBox.cxx b/kernel/src/bbtkBlackBox.cxx index cdd6e68..c756a0c 100644 --- a/kernel/src/bbtkBlackBox.cxx +++ b/kernel/src/bbtkBlackBox.cxx @@ -33,8 +33,6 @@ Version: $Revision: 1.56 $ =========================================================================*/ - - /** * \file * \brief Class bbtk::BlackBox : abstract black-box interface. @@ -52,9 +50,13 @@ #include #include - - /* +// EED: This was tested in MacOs. + +#include +#include +#include + 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 {