]> Creatis software - creaMaracasVisu.git/commitdiff
Fix comments
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 9 Jun 2010 10:15:51 +0000 (10:15 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 9 Jun 2010 10:15:51 +0000 (10:15 +0000)
bbtk/README.txt
bbtk/bbs/appli/README.txt
bbtk/bbs/appli/examplePlanesViewerNV_02.bbs
bbtk/bbs/appli/exampleViewerNV_B.bbs
bbtk/bbs/boxes/README.txt
lib/maracasVisuLib/src/interface/wxWindows/widgets/manualInteractorWindowLevel.cxx

index 96e622f703a99e5aaee843b4612680acdd5fe5e8..918c295ec23f53accd7ebde6773faa7425c724f2 100644 (file)
@@ -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'.
 
index cd535ec35e0286c5a1bbc762583f2de534dc9811..3c1fa34cc8c0ae7688d86ab139a8c3c4f67c3360 100644 (file)
@@ -1 +1 @@
-bbs files ...
+bbs files (examples, demo, or tools -end user applications-)
index 60ebe9e9ebd199fc4461e3b1d634cfe86b4a3997..19a2d8435fefde5d8659a3422d2e8a5f06453d7c 100644 (file)
@@ -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
index 45890062d002f301e5d20e66ce5136964b7c7e12..5e3f93a1ab21f8aed95c162a34bcc3a655c624f7 100644 (file)
@@ -15,4 +15,3 @@ new ViewerNV viewernv
   connect reader.Out viewernv.In
 
 exec viewernv
-
index cd535ec35e0286c5a1bbc762583f2de534dc9811..cc73f6c349ac1e3d413c61415f8da343129a9132 100644 (file)
@@ -1 +1 @@
-bbs files ...
+bbs files a.k.a. "Complex Black Boxes"
index 00da1b69474f30dcefab8317125b46577c0748bd..db587e3f890180f89e9967235996e0835487afbf 100644 (file)
@@ -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;