]> Creatis software - creaMaracasVisu.git/commitdiff
Changed bbtk package name to comply to coding style
authorguigues <guigues>
Fri, 21 Nov 2008 15:12:21 +0000 (15:12 +0000)
committerguigues <guigues>
Fri, 21 Nov 2008 15:12:21 +0000 (15:12 +0000)
27 files changed:
CMakeLists.txt
bbtk/CMakeLists.txt
bbtk/src/bbmaracasvisuColorBar.cxx
bbtk/src/bbmaracasvisuColorBar.h
bbtk/src/bbmaracasvisuContourCrown.cxx
bbtk/src/bbmaracasvisuContourCrown.h
bbtk/src/bbmaracasvisuContourStatistics.cxx
bbtk/src/bbmaracasvisuContourStatistics.h
bbtk/src/bbmaracasvisuContourToControlPoints.cxx
bbtk/src/bbmaracasvisuContourToControlPoints.h
bbtk/src/bbmaracasvisuContourVOI.cxx
bbtk/src/bbmaracasvisuContourVOI.h
bbtk/src/bbmaracasvisuHistogramView.cxx
bbtk/src/bbmaracasvisuHistogramView.h
bbtk/src/bbmaracasvisuImageChangeInformation.cxx
bbtk/src/bbmaracasvisuImageChangeInformation.h
bbtk/src/bbmaracasvisuPlotterView.cxx
bbtk/src/bbmaracasvisuPlotterView.h
bbtk/src/bbmaracasvisuSliderMinMax.cxx
bbtk/src/bbmaracasvisuSliderMinMax.h
bbtk/src/bbmaracasvisuTransferFunctionView.cxx
bbtk/src/bbmaracasvisuTransferFunctionView.h
bbtk/src/bbmaracasvisuViewerMPR.cxx
bbtk/src/bbmaracasvisuViewerMPR.h
bbtk/src/bbmaracasvisuViewerNV.cxx
bbtk/src/bbmaracasvisuViewerNV.h
lib/maracasVisuLib/CMakeLists.txt

index 615047e12da06a09f3dc7f1289192f47962d8b5f..eb83e11ab46dba863a8408d9bf00eee3bcb98e05 100644 (file)
@@ -10,7 +10,7 @@ IF(COMMAND cmake_policy AND ${CMAKE_MAJOR_VERSION} EQUAL 2 AND ${CMAKE_MINOR_VER
   CMAKE_POLICY(SET CMP0005 NEW)
 ENDIF(COMMAND cmake_policy AND ${CMAKE_MAJOR_VERSION} EQUAL 2 AND ${CMAKE_MINOR_VERSION} GREATER 4)
 
-PROJECT(creaMaracasVisu)
+PROJECT(CreaMaracasVisu)
 
 SET(PROJECT_MAJOR_VERSION 1)
 SET(PROJECT_MINOR_VERSION 0)
index d475b0321126f52a59a788548c818501c973ce50..0ccc6db7a1f2c6b42e68aba4d9681b15ce1c5e2e 100644 (file)
@@ -9,7 +9,7 @@ set(CMAKE_MFC_FLAG 2)
 
 #===========================================================================
 # THE NAME OF THE BBTK PACKAGE
-SET(BBTK_PACKAGE_NAME maracasvisu)
+SET(BBTK_PACKAGE_NAME creaMaracasVisu)
 #===========================================================================
 
 
@@ -27,7 +27,7 @@ SET(${BBTK_PACKAGE_NAME}_AUTHOR "eduardo.davila [at] creatis.insa-lyon.fr")
 
 #===========================================================================
 # PACKAGE DESCRIPTION
-SET(${BBTK_PACKAGE_NAME}_DESCRIPTION "Maracas library")
+SET(${BBTK_PACKAGE_NAME}_DESCRIPTION "Maracas library. LG : what does it provide ?")
 #===========================================================================
 
 #===========================================================================
@@ -357,7 +357,7 @@ SET(${BBTK_PACKAGE_NAME}_LIBS
   # LIST HERE THE ADDITIONAL LIBS TO LINK AGAINST
   # EXCEPT : the same libs than for INCLUDE_DIRS 
 ###  ${MYSQL_LIBRARIES}
-  maracasVisuLib
+  creaMaracasVisu
 ###  ILPDModel.lib
 ###  ILPDInterface
 ###  ILPDcontrolerInterface
index 7e57f4d0de303423f05b5bc3b8fe124ddafc447c..7b39dd827b109b305021d27567f900ac00c74d68 100644 (file)
@@ -1,9 +1,9 @@
 #include "bbmaracasvisuColorBar.h"
-#include "bbmaracasvisuPackage.h"
-namespace bbmaracasvisu
+#include "bbcreaMaracasVisuPackage.h"
+namespace bbcreaMaracasVisu
 {
 
-BBTK_ADD_BLACK_BOX_TO_PACKAGE(maracasvisu,ColorBar)
+BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaMaracasVisu,ColorBar)
 BBTK_BLACK_BOX_IMPLEMENTATION(ColorBar,bbtk::WxBlackBox);
 
 //--------------------------------------------------
@@ -64,6 +64,6 @@ void ColorBar::bbUserDestructor()
 
 
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
 
index f1a92bf6267d9d1f4c5d575abbb37b04a55eef4a..e1568d4ae95bf6925cc14d8d0bc321b4a40545a1 100644 (file)
@@ -1,14 +1,13 @@
 #ifdef _USE_WXWIDGETS_
-#ifndef __bbmaracasvisuColorBar_h_INCLUDED__
-#define __bbmaracasvisuColorBar_h_INCLUDED__
+#ifndef __bbcreaMaracasVisuColorBar_h_INCLUDED__
+#define __bbcreaMaracasVisuColorBar_h_INCLUDED__
 #include "bbtkWxBlackBox.h"
 
-#include "bbmaracasvisuColorBar.h"
-#include "bbmaracasvisuPackage.h"
+#include "bbcreaMaracasVisuPackage.h"
 #include "pColorBar.h"
 
 
-namespace bbmaracasvisu
+namespace bbcreaMaracasVisu
 {
 
 class /*BBTK_EXPORT*/ ColorBar
@@ -47,8 +46,6 @@ BBTK_NAME("ColorBar");
 BBTK_AUTHOR("eduardo.davila [at] creatis.insa-lyon.fr");
 BBTK_DESCRIPTION("Degrade Color Bar Window");
 //BBTK_CATEGORY("__CategoryBlackBox__");
-  BBTK_AUTHOR("eduardo.davila [at] creatis.insa-lyon.fr");
-  BBTK_DESCRIPTION("Degrade Color Bar Window");
   BBTK_INPUT(ColorBar,Orientation,"Orientation ", int,"");
   BBTK_INPUT(ColorBar,InW,"Width ", int,"");
   BBTK_INPUT(ColorBar,InH,"Height ", int,"");
@@ -60,8 +57,8 @@ BBTK_DESCRIPTION("Degrade Color Bar Window");
   BBTK_INPUT(ColorBar,Values, "Values ",std::vector<int>,"");
 BBTK_END_DESCRIBE_BLACK_BOX(ColorBar);
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
-#endif // __bbmaracasvisuColorBar_h_INCLUDED__
+#endif // __bbcreaMaracasVisuColorBar_h_INCLUDED__
 #endif // _USE_WXWIDGETS_
 
index e9a2a471ae026e2fd4c7f2e65e1e657ebf163189..fde8bf672c12f57ee308b65ed9f9a3fe56967384 100644 (file)
@@ -1,12 +1,12 @@
 #include "bbmaracasvisuContourCrown.h"
-#include "bbmaracasvisuPackage.h"
+#include "bbcreaMaracasVisuPackage.h"
 
 #include <vtkImageData.h>
 
-namespace bbmaracasvisu
+namespace bbcreaMaracasVisu
 {
 
-BBTK_ADD_BLACK_BOX_TO_PACKAGE(maracasvisu,ContourCrown)
+BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaMaracasVisu,ContourCrown)
 BBTK_BLACK_BOX_IMPLEMENTATION(ContourCrown,bbtk::WxBlackBox);
 
 //-----------------------------------------------------------
@@ -86,6 +86,6 @@ void ContourCrown::bbUserDestructor()
 }
 
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
 
index 7ef6ba55f224ae0bb6d3f7f1784b60185e076acc..9dbf038fd3e6bfd7f34bc69ebd47846949aab13c 100644 (file)
@@ -1,13 +1,13 @@
 #ifdef _USE_WXWIDGETS_
-#ifndef __bbmaracasvisuContourCrown_h_INCLUDED__
-#define __bbmaracasvisuContourCrown_h_INCLUDED__
+#ifndef __bbcreaMaracasVisuContourCrown_h_INCLUDED__
+#define __bbcreaMaracasVisuContourCrown_h_INCLUDED__
 #include "bbtkWxBlackBox.h"
 
 #include <vtkImageData.h>
 
 #include "Contour/ContourCrownWidget.h"
 
-namespace bbmaracasvisu
+namespace bbcreaMaracasVisu
 {
 
 class /*BBTK_EXPORT*/ ContourCrown
@@ -87,8 +87,8 @@ BBTK_DESCRIPTION("Contour crown tool");
        BBTK_OUTPUT(ContourCrown,ImageMaskResult, "vtkImagedata with the mask"  ,       vtkImageData *,"" );
 BBTK_END_DESCRIBE_BLACK_BOX(ContourCrown);
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
-#endif // __bbmaracasvisuContourCrown_h_INCLUDED__
+#endif // __bbcreaMaracasVisuContourCrown_h_INCLUDED__
 #endif // _USE_WXWIDGETS_
 
index ac7526b5edbaac21b6c0f62761b1e3035c2e15b2..722802e124feeb1a8f4f9f2885b475e7370fbd94 100644 (file)
@@ -1,10 +1,10 @@
 #include "bbmaracasvisuContourStatistics.h"
-#include "bbmaracasvisuPackage.h"
+#include "bbcreaMaracasVisuPackage.h"
 #include <math.h>
-namespace bbmaracasvisu
+namespace bbcreaMaracasVisu
 {
 
-BBTK_ADD_BLACK_BOX_TO_PACKAGE(maracasvisu,ContourStatistics)
+BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaMaracasVisu,ContourStatistics)
 BBTK_BLACK_BOX_IMPLEMENTATION(ContourStatistics,bbtk::AtomicBlackBox);
 
 //------------------------------------------------------------
@@ -71,6 +71,6 @@ void ContourStatistics::bbUserDestructor()
 }
 
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
 
index 150632e2e353a3f24fa4231fd3b1e5817adb6d64..af0e98fe786b7d21362aeadd9042d76ccfb5773f 100644 (file)
@@ -1,9 +1,9 @@
-#ifndef __bbmaracasvisuContourStatistics_h_INCLUDED__
-#define __bbmaracasvisuContourStatistics_h_INCLUDED__
+#ifndef __bbcreaMaracasVisuContourStatistics_h_INCLUDED__
+#define __bbcreaMaracasVisuContourStatistics_h_INCLUDED__
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
 
-namespace bbmaracasvisu
+namespace bbcreaMaracasVisu
 {
 
 class /*BBTK_EXPORT*/ ContourStatistics
@@ -48,7 +48,7 @@ BBTK_CATEGORY("math");
     BBTK_OUTPUT(ContourStatistics,nPoints,"Number of values",int,"");
 BBTK_END_DESCRIBE_BLACK_BOX(ContourStatistics);
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
-#endif // __bbmaracasvisuContourStatistics_h_INCLUDED__
+#endif // __bbcreaMaracasVisuContourStatistics_h_INCLUDED__
 
index 02db285e8ea1f376b247ffa50ec7040b155861f3..f17182d16d420bdd1632d27555f1bbb20887d16c 100644 (file)
@@ -2,11 +2,11 @@
 #ifdef _USE_ITK_
 
 #include "bbmaracasvisuContourToControlPoints.h"
-#include "bbmaracasvisuPackage.h"
-namespace bbmaracasvisu
+#include "bbcreaMaracasVisuPackage.h"
+namespace bbcreaMaracasVisu
 {
 
-BBTK_ADD_BLACK_BOX_TO_PACKAGE(maracasvisu,ContourToControlPoints)
+BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaMaracasVisu,ContourToControlPoints)
 //BBTK_USER_BLACK_BOX_IMPLEMENTATION(ContourToControlPoints,bbtk::AtomicBlackBox);
 BBTK_BLACK_BOX_IMPLEMENTATION(ContourToControlPoints,bbtk::AtomicBlackBox);
 
@@ -144,7 +144,7 @@ void ContourToControlPoints::bbUserDestructor()
 }
 
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
 #endif //_USE_ITK_
 #endif //_USE_VTK_
index 48553fa7e4fb31bc1d07ff782d10292450f064e0..55f4b34cdf53788e61e4a5dc6dbf7271397699b5 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __bbmaracasvisuContourToControlPoints_h_INCLUDED__
-#define __bbmaracasvisuContourToControlPoints_h_INCLUDED__
+#ifndef __bbcreaMaracasVisuContourToControlPoints_h_INCLUDED__
+#define __bbcreaMaracasVisuContourToControlPoints_h_INCLUDED__
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
 
@@ -9,7 +9,7 @@
 
 #include "vtkImageData.h"
 
-namespace bbmaracasvisu
+namespace bbcreaMaracasVisu
 {
 
 class /*BBTK_EXPORT*/ ContourToControlPoints
@@ -92,7 +92,7 @@ BBTK_CATEGORY("filter");
    BBTK_OUTPUT(ContourToControlPoints,ImagePropg,"vtkImageData of the propagation image-3D",vtkImageData*,"");
 BBTK_END_DESCRIBE_BLACK_BOX(ContourToControlPoints);
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
-#endif // __bbmaracasvisuContourToControlPoints_h_INCLUDED__
+#endif // __bbcreaMaracasVisuContourToControlPoints_h_INCLUDED__
 
index 61911bea201f3a549ef559386815300ed3bf260b..72650fda227145a67d38e48af4db5fdea488e578 100644 (file)
@@ -2,8 +2,8 @@
 //HOLA!!!
 
 #include "bbmaracasvisuContourVOI.h"
-#include "bbmaracasvisuPackage.h"
-namespace bbmaracasvisu
+#include "bbcreaMaracasVisuPackage.h"
+namespace bbcreaMaracasVisu
 {
 
   //--------------------------------------------------------------------------
@@ -87,7 +87,7 @@ ContourVOIWidget* wxWidgetVOI::GetContourVOIWidget()
 //------------------------------------------------------
 
 
-BBTK_ADD_BLACK_BOX_TO_PACKAGE(maracasvisu,ContourVOI)
+BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaMaracasVisu,ContourVOI)
 BBTK_BLACK_BOX_IMPLEMENTATION(ContourVOI,bbtk::WxBlackBox);
 
 //------------------------------------------------------
@@ -145,6 +145,6 @@ void ContourVOI::bbUserDestructor()
 
 
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
 
index 4f55e46e71c3cab1c1a7a5ab7b6c01cea7f906ac..7c5ad734e2216641a478c842edf7926a554d1cf3 100644 (file)
@@ -1,8 +1,8 @@
 
 
 #ifdef _USE_WXWIDGETS_
-#ifndef __bbmaracasvisuContourVOI_h_INCLUDED__
-#define __bbmaracasvisuContourVOI_h_INCLUDED__
+#ifndef __bbcreaMaracasVisuContourVOI_h_INCLUDED__
+#define __bbcreaMaracasVisuContourVOI_h_INCLUDED__
 #include "bbtkWxBlackBox.h"
 
 
@@ -10,7 +10,7 @@
 
 #include "Contour/ContourVOIWidget.h"
 
-namespace bbmaracasvisu
+namespace bbcreaMaracasVisu
 {
 
 
@@ -85,8 +85,8 @@ BBTK_DESCRIPTION("define VOI widget");
        BBTK_OUTPUT(ContourVOI,Size, "Size"     ,       std::string,"");
 BBTK_END_DESCRIBE_BLACK_BOX(ContourVOI);
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
-#endif // __bbmaracasvisuContourVOI_h_INCLUDED__
+#endif // __bbcreaMaracasVisuContourVOI_h_INCLUDED__
 #endif // _USE_WXWIDGETS_
 
index 7eab1516f77a2b2f6cea74c8f4a9764e9ff75299..27078bbbd7a3dbaddca05e193f7f46a6f99c8205 100644 (file)
@@ -1,12 +1,12 @@
 #include "bbmaracasvisuHistogramView.h"
-#include "bbmaracasvisuPackage.h"
+#include "bbcreaMaracasVisuPackage.h"
 
 #include "Histogram.h"
 
-namespace bbmaracasvisu
+namespace bbcreaMaracasVisu
 {
 
-BBTK_ADD_BLACK_BOX_TO_PACKAGE(maracasvisu,HistogramView)
+BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaMaracasVisu,HistogramView)
 BBTK_BLACK_BOX_IMPLEMENTATION(HistogramView,bbtk::WxBlackBox);
 
 //------------------------------------------------
@@ -39,6 +39,6 @@ void HistogramView::bbUserDestructor()
 }
 
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
 
index 90774e17a07fab69d9211e088709c57e2353f009..22b8afa5195ec845b75b5122b5b4cc703722c25a 100644 (file)
@@ -1,11 +1,11 @@
 #ifdef _USE_WXWIDGETS_
-#ifndef __bbmaracasvisuHistogramView_h_INCLUDED__
-#define __bbmaracasvisuHistogramView_h_INCLUDED__
+#ifndef __bbcreaMaracasVisuHistogramView_h_INCLUDED__
+#define __bbcreaMaracasVisuHistogramView_h_INCLUDED__
 #include "bbtkWxBlackBox.h"
 
 #include "vtkImageData.h"
 
-namespace bbmaracasvisu
+namespace bbcreaMaracasVisu
 {
 
 class /*BBTK_EXPORT*/ HistogramView
@@ -36,8 +36,8 @@ BBTK_CATEGORY("viewer");
   BBTK_INPUT(HistogramView,In,"Input image",vtkImageData*,"");
 BBTK_END_DESCRIBE_BLACK_BOX(HistogramView);
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
-#endif // __bbmaracasvisuHistogramView_h_INCLUDED__
+#endif // __bbcreaMaracasVisuHistogramView_h_INCLUDED__
 #endif // _USE_WXWIDGETS_
 
index 6d944d3a473df98326330775da68b878d21b3f84..feeece21f58d732d99c10d09f1211bd533cc0f8d 100644 (file)
@@ -1,10 +1,10 @@
 
 #include "bbmaracasvisuImageChangeInformation.h"
-#include "bbmaracasvisuPackage.h"
-namespace bbmaracasvisu
+#include "bbcreaMaracasVisuPackage.h"
+namespace bbcreaMaracasVisu
 {
 
-BBTK_ADD_BLACK_BOX_TO_PACKAGE(maracasvisu,ImageChangeInformation)
+BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaMaracasVisu,ImageChangeInformation)
 BBTK_BLACK_BOX_IMPLEMENTATION(ImageChangeInformation,bbtk::AtomicBlackBox);
 void ImageChangeInformation::Process()
 {
@@ -36,6 +36,6 @@ void ImageChangeInformation::bbUserDestructor()
 }
 
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
 
index e9751ebf641efe389eac119a8f67b39ee8fa7d4f..3a7d037e103688ae4c2d3af0e8bdaed8b33ee802 100644 (file)
@@ -1,12 +1,12 @@
-#ifndef __bbmaracasvisuImageChangeInformation_h_INCLUDED__
-#define __bbmaracasvisuImageChangeInformation_h_INCLUDED__
+#ifndef __bbcreaMaracasVisuImageChangeInformation_h_INCLUDED__
+#define __bbcreaMaracasVisuImageChangeInformation_h_INCLUDED__
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
 
 #include "vtkImageData.h"
 #include "vtkImageChangeInformation.h"
 
-namespace bbmaracasvisu
+namespace bbcreaMaracasVisu
 {
 
 class /*BBTK_EXPORT*/ ImageChangeInformation
@@ -41,7 +41,7 @@ BBTK_DESCRIPTION("vtkImageData change information. Translate extern to 0,0,0");
   BBTK_OUTPUT(ImageChangeInformation,Out,"Output image",vtkImageData*,"");
 BBTK_END_DESCRIBE_BLACK_BOX(ImageChangeInformation);
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
-#endif // __bbmaracasvisuImageChangeInformation_h_INCLUDED__
+#endif // __bbcreaMaracasVisuImageChangeInformation_h_INCLUDED__
 
index 39e76a3675a37323169e2b6d93f6c3c329e698bb..4c60cf3d1af541e62652c4fcde7ce579a9795186 100644 (file)
@@ -1,14 +1,14 @@
 #include "bbmaracasvisuPlotterView.h"
-#include "bbmaracasvisuPackage.h"
+#include "bbcreaMaracasVisuPackage.h"
 
 #include "pPlotterScaleX.h"
 #include "pPlotterScaleY.h"
 
 
-namespace bbmaracasvisu
+namespace bbcreaMaracasVisu
 {
 
-BBTK_ADD_BLACK_BOX_TO_PACKAGE(maracasvisu,PlotterView)
+BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaMaracasVisu,PlotterView)
 BBTK_BLACK_BOX_IMPLEMENTATION(PlotterView,bbtk::WxBlackBox);
 
 //---------------------------------------------------
@@ -46,6 +46,6 @@ void PlotterView::bbUserDestructor()
 }
 
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
 
index ede9e0ca410d0941361175631482c0982404f94d..804adc5c60a5d6368a98a5dbc5da2b9eadb7b302 100644 (file)
@@ -1,11 +1,11 @@
 #ifdef _USE_WXWIDGETS_
-#ifndef __bbmaracasvisuPlotterView_h_INCLUDED__
-#define __bbmaracasvisuPlotterView_h_INCLUDED__
+#ifndef __bbcreaMaracasVisuPlotterView_h_INCLUDED__
+#define __bbcreaMaracasVisuPlotterView_h_INCLUDED__
 #include "bbtkWxBlackBox.h"
 
 #include "pPlotterWindow.h"
 
-namespace bbmaracasvisu
+namespace bbcreaMaracasVisu
 {
 
 class /*BBTK_EXPORT*/ PlotterView
@@ -42,8 +42,8 @@ BBTK_CATEGORY("viewer");
   BBTK_INPUT(PlotterView,InY,"y vector",std::vector<double>,"");
 BBTK_END_DESCRIBE_BLACK_BOX(PlotterView);
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
-#endif // __bbmaracasvisuPlotterView_h_INCLUDED__
+#endif // __bbcreaMaracasVisuPlotterView_h_INCLUDED__
 #endif // _USE_WXWIDGETS_
 
index cb3755a95afc8059dcd858893328df437329211f..de16146bfab530d939856d6e6b36aab8d0d19ecd 100644 (file)
@@ -1,8 +1,8 @@
 #include "bbmaracasvisuSliderMinMax.h"
-#include "bbmaracasvisuPackage.h"
+#include "bbcreaMaracasVisuPackage.h"
 
 
-namespace bbmaracasvisu
+namespace bbcreaMaracasVisu
 {
 
   //------------------------------------------------------------------------------------------------------------------------------------
@@ -66,7 +66,7 @@ namespace bbmaracasvisu
   //--------------------------------------------------------------------------
 
 
-BBTK_ADD_BLACK_BOX_TO_PACKAGE(maracasvisu,SliderMinMax)
+BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaMaracasVisu,SliderMinMax)
 BBTK_BLACK_BOX_IMPLEMENTATION(SliderMinMax,bbtk::WxBlackBox);
 
 //------------------------------------------------------
@@ -130,6 +130,6 @@ void SliderMinMax::bbUserDestructor()
 }
 
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
 
index 14c98357f3c29fc606baa3ed9bec355e85f4b0d6..f22ce2f16002b886353eb3222bdc6ebd0094b069 100644 (file)
@@ -1,11 +1,11 @@
 #ifdef _USE_WXWIDGETS_
-#ifndef __bbmaracasvisuSliderMinMax_h_INCLUDED__
-#define __bbmaracasvisuSliderMinMax_h_INCLUDED__
+#ifndef __bbcreaMaracasVisuSliderMinMax_h_INCLUDED__
+#define __bbcreaMaracasVisuSliderMinMax_h_INCLUDED__
 #include "bbtkWxBlackBox.h"
 
 #include "mBarRange.h"
 
-namespace bbmaracasvisu
+namespace bbcreaMaracasVisu
 {
 
 
@@ -105,8 +105,8 @@ BBTK_DESCRIPTION("Slider min max");
   BBTK_OUTPUT(SliderMinMax,OutActual,"Actual value output",int,"");
 BBTK_END_DESCRIBE_BLACK_BOX(SliderMinMax);
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
-#endif // __bbmaracasvisuSliderMinMax_h_INCLUDED__
+#endif // __bbcreaMaracasVisuSliderMinMax_h_INCLUDED__
 #endif // _USE_WXWIDGETS_
 
index cfa8f01e57a38d56a361d58d3444b2e17d494e46..5e5856d36076df3c874f00248bf0d389883faae8 100644 (file)
@@ -1,9 +1,9 @@
 #include "bbmaracasvisuTransferFunctionView.h"
-#include "bbmaracasvisuPackage.h"
-namespace bbmaracasvisu
+#include "bbcreaMaracasVisuPackage.h"
+namespace bbcreaMaracasVisu
 {
 
-BBTK_ADD_BLACK_BOX_TO_PACKAGE(maracasvisu,TransferFunctionView)
+BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaMaracasVisu,TransferFunctionView)
 BBTK_BLACK_BOX_IMPLEMENTATION(TransferFunctionView,bbtk::WxBlackBox);
 
 //-----------------------------------------------------
@@ -36,6 +36,6 @@ void TransferFunctionView::bbUserDestructor()
 }
 
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
 
index 0bd81ae811e05af8e2658f844f6c98ea26bcda2b..65824eb01247f13a7880414bd6ed3f7902143569 100644 (file)
@@ -1,12 +1,12 @@
 #ifdef _USE_WXWIDGETS_
-#ifndef __bbmaracasvisuTransferFunctionView_h_INCLUDED__
-#define __bbmaracasvisuTransferFunctionView_h_INCLUDED__
+#ifndef __bbcreaMaracasVisuTransferFunctionView_h_INCLUDED__
+#define __bbcreaMaracasVisuTransferFunctionView_h_INCLUDED__
 #include "bbtkWxBlackBox.h"
 
 #include "vtkImageData.h"
 #include "HistogramWidget.h"
 
-namespace bbmaracasvisu
+namespace bbcreaMaracasVisu
 {
 
 class /*BBTK_EXPORT*/ TransferFunctionView
@@ -40,8 +40,8 @@ BBTK_DESCRIPTION("Transfer Function Window");
   BBTK_INPUT(TransferFunctionView,In,"Input image",vtkImageData*,"");
 BBTK_END_DESCRIBE_BLACK_BOX(TransferFunctionView);
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
-#endif // __bbmaracasvisuTransferFunctionView_h_INCLUDED__
+#endif // __bbcreaMaracasVisuTransferFunctionView_h_INCLUDED__
 #endif // _USE_WXWIDGETS_
 
index 2ba4227066bf4a4e34bf455a1eeaa1f25863c8f2..893932dd2bf47345f719354fb15c97afcb96f212 100644 (file)
@@ -1,7 +1,7 @@
 
 #include "bbmaracasvisuViewerMPR.h"
-#include "bbmaracasvisuPackage.h"
-namespace bbmaracasvisu
+#include "bbcreaMaracasVisuPackage.h"
+namespace bbcreaMaracasVisu
 {
 
 //--------------------------------------------------------------------------
@@ -106,7 +106,7 @@ END_EVENT_TABLE( );
 
 
 
-BBTK_ADD_BLACK_BOX_TO_PACKAGE(maracasvisu,ViewerMPR)
+BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaMaracasVisu,ViewerMPR)
 BBTK_BLACK_BOX_IMPLEMENTATION(ViewerMPR,bbtk::WxBlackBox);
 void ViewerMPR::Process()
 {
@@ -137,6 +137,6 @@ void ViewerMPR::bbUserDestructor()
 
 }
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
 
index 8f004ea7e8ad06533ccb72386dd54cfc59ac5bde..878a9a645828338f85d9902f324e003c6038a8bc 100644 (file)
@@ -1,13 +1,13 @@
 #ifdef _USE_WXWIDGETS_
-#ifndef __bbmaracasvisuViewerMPR_h_INCLUDED__
-#define __bbmaracasvisuViewerMPR_h_INCLUDED__
+#ifndef __bbcreaMaracasVisuViewerMPR_h_INCLUDED__
+#define __bbcreaMaracasVisuViewerMPR_h_INCLUDED__
 #include "bbtkWxBlackBox.h"
 
 #include "wxMaracasMPR.h"
 #include "vtkImageData.h"
 #include "vtkRenderer.h"
 
-namespace bbmaracasvisu
+namespace bbcreaMaracasVisu
 {
 
 
@@ -86,8 +86,8 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(ViewerMPR,bbtk::WxBlackBox);
 
 BBTK_END_DESCRIBE_BLACK_BOX(ViewerMPR);
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
-#endif // __bbmaracasvisuViewerMPR_h_INCLUDED__
+#endif // __bbcreaMaracasVisuViewerMPR_h_INCLUDED__
 #endif // _USE_WXWIDGETS_
 
index b89d78be6a84464285f083c041527090f2cb8cbd..e50eed4f23106ae74894c8937a8e968f4f0cd60a 100644 (file)
@@ -1,9 +1,9 @@
 #include "bbmaracasvisuViewerNV.h"
-#include "bbmaracasvisuPackage.h"
-namespace bbmaracasvisu
+#include "bbcreaMaracasVisuPackage.h"
+namespace bbcreaMaracasVisu
 {
 
-BBTK_ADD_BLACK_BOX_TO_PACKAGE(maracasvisu,ViewerNV)
+BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaMaracasVisu,ViewerNV)
 BBTK_BLACK_BOX_IMPLEMENTATION(ViewerNV,bbtk::WxBlackBox);
 //-------------------------------------------------------------
 void ViewerNV::Process()
@@ -76,6 +76,6 @@ void ViewerNV::bbUserDestructor()
 }
 
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
 
index c1bd8311832d2196a9b07eb7d1dcebb983469005..53c0ad59a6e4ff3a92dc41a64b43ed4995749d2e 100644 (file)
@@ -1,6 +1,6 @@
 #ifdef _USE_WXWIDGETS_
-#ifndef __bbmaracasvisuViewerNV_h_INCLUDED__
-#define __bbmaracasvisuViewerNV_h_INCLUDED__
+#ifndef __bbcreaMaracasVisuViewerNV_h_INCLUDED__
+#define __bbcreaMaracasVisuViewerNV_h_INCLUDED__
 #include "bbtkWxBlackBox.h"
 
 
@@ -12,7 +12,7 @@
 #include "widgets/wxMaracas_ViewerWidget.h"
 #include "widgets/wxMaracas_N_ViewersWidget.h"
 
-namespace bbmaracasvisu
+namespace bbcreaMaracasVisu
 {
 
 class /*BBTK_EXPORT*/ ViewerNV
@@ -69,8 +69,8 @@ BBTK_DESCRIPTION("Viewer : N view configuration 2D and 3D");
        BBTK_OUTPUT(ViewerNV,Point,"Axis point",std::vector<int>,"");
 BBTK_END_DESCRIBE_BLACK_BOX(ViewerNV);
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
-#endif // __bbmaracasvisuViewerNV_h_INCLUDED__
+#endif // __bbcreaMaracasVisuViewerNV_h_INCLUDED__
 #endif // _USE_WXWIDGETS_
 
index e8e313ff7630d0dc76f994937a0ad005c7793a4c..0fb02b15b1ab2cc88f52bdc0ba07049fb74df734 100644 (file)
@@ -1,6 +1,6 @@
 #----------------------------------------------------------------------------
 # SET THE NAME OF YOUR LIBRARY
-SET ( LIBRARY_NAME   maracasVisuLib  )
+SET ( LIBRARY_NAME   creaMaracasVisu  )
 #----------------------------------------------------------------------------
 
 #----------------------------------------------------------------------------