From: jean-pierre roux Date: Wed, 9 Jun 2010 10:15:51 +0000 (+0000) Subject: Fix comments X-Git-Tag: CREATOOLS.2-0-3~17 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=1965b82bda27b120fa8ad5c6e34474e47f14e3ba;p=creaMaracasVisu.git Fix comments --- diff --git a/bbtk/README.txt b/bbtk/README.txt index 96e622f..918c295 100644 --- a/bbtk/README.txt +++ b/bbtk/README.txt @@ -41,7 +41,12 @@ To use it : * Put your data in 'data' -* You can customize the header of your package html doc by editing the file 'doc/bbdoc/header.html.in'. You must put html code in this file (or edit it with an html editor). You can include images or links to other html pages. The images and pages must be put in the folder 'doc/bbdoc' and will be properly installed. The same way, you can link to these images or pages in your boxes descriptions without giving any path. If you create subdirs for your material then you have to install the materials yourself by editing the CMakeLists.txt and links must use path with are relative to 'doc/bbdoc'. +* You can customize the header of your package html doc by editing the file 'doc/bbdoc/header.html.in'. + You must put html code in this file (or edit it with an html editor). + You can include images or links to other html pages. + The images and pages must be put in the folder 'doc/bbdoc' and will be properly installed. + The same way, you can link to these images or pages in your boxes descriptions without giving any path. + If you create subdirs for your material then you have to install the materials yourself by editing the CMakeLists.txt and links must use path with are relative to 'doc/bbdoc'. * You can customize the main page of your doxygen doc by editing the file 'doc/doxygen/DoxyMainPage.txt.in'. diff --git a/bbtk/bbs/appli/README.txt b/bbtk/bbs/appli/README.txt index cd535ec..3c1fa34 100644 --- a/bbtk/bbs/appli/README.txt +++ b/bbtk/bbs/appli/README.txt @@ -1 +1 @@ -bbs files ... +bbs files (examples, demo, or tools -end user applications-) diff --git a/bbtk/bbs/appli/examplePlanesViewerNV_02.bbs b/bbtk/bbs/appli/examplePlanesViewerNV_02.bbs index 60ebe9e..19a2d84 100644 --- a/bbtk/bbs/appli/examplePlanesViewerNV_02.bbs +++ b/bbtk/bbs/appli/examplePlanesViewerNV_02.bbs @@ -11,6 +11,7 @@ new ImagePlanes planes new ViewerNV viewer connect reader.Out viewer.In set viewer.nTypeView "6" + connect reader.Out planes.In connect planes.PlaneX viewer.Obs1 connect planes.PlaneY viewer.Obs2 diff --git a/bbtk/bbs/appli/exampleViewerNV_B.bbs b/bbtk/bbs/appli/exampleViewerNV_B.bbs index 4589006..5e3f93a 100644 --- a/bbtk/bbs/appli/exampleViewerNV_B.bbs +++ b/bbtk/bbs/appli/exampleViewerNV_B.bbs @@ -15,4 +15,3 @@ new ViewerNV viewernv connect reader.Out viewernv.In exec viewernv - diff --git a/bbtk/bbs/boxes/README.txt b/bbtk/bbs/boxes/README.txt index cd535ec..cc73f6c 100644 --- a/bbtk/bbs/boxes/README.txt +++ b/bbtk/bbs/boxes/README.txt @@ -1 +1 @@ -bbs files ... +bbs files a.k.a. "Complex Black Boxes" diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualInteractorWindowLevel.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualInteractorWindowLevel.cxx index 00da1b6..db587e3 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualInteractorWindowLevel.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualInteractorWindowLevel.cxx @@ -47,7 +47,7 @@ bool manualInteractorWindowLevel::OnMouseMove() // virtual double dw=w,dh=h; double dx = (scalarr*( _backPx - tmpPx ))/dw; double dy = (scalarr*( _backPy - tmpPy ))/dh; - + //colorWin=_backWindow - (scalarr)*( _backPx - tmpPx ); colorWin=_backWindow - dx; colorLev=_backLevel + dy;