From: eduardo.davila@creatis.insa-lyon.fr Date: Mon, 13 Jan 2025 16:49:49 +0000 (+0100) Subject: Clean code X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=fc8871f75c1dde2b825c6d1f5a37c4d7ff2724b2;p=creaMaracasVisu.git Clean code --- diff --git a/bbtk/src/bbmaracasvisuShowNPoints.cxx b/bbtk/src/bbmaracasvisuShowNPoints.cxx index cf5fcf8..279dc97 100644 --- a/bbtk/src/bbmaracasvisuShowNPoints.cxx +++ b/bbtk/src/bbmaracasvisuShowNPoints.cxx @@ -150,6 +150,7 @@ void ShowNPoints::CreateWidget(wxWindow* parent) //----------------------------------------------------------------- void ShowNPoints::OnShowWidget() { + printf("EED ShowNPoints::OnShowWidget\n"); mwxwidget->SetRenderer( bbGetInputRenderer() ); mwxwidget->SetInitLstPoints( bbGetInputInitLstPointsX() , bbGetInputInitLstPointsY() , bbGetInputInitLstPointsZ() , bbGetInputInitLstLabels() , bbGetInputInitLstIndexs() ); }