X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fbbs%2Fappli%2FExampleShowNPoints.bbs;h=b1c51a31c5829e44fceef109407d29d927385a02;hb=87b6a1645b4dd6293e9c6ed9b33731d82a8623af;hp=37730a5e6c82c2cfb2e2c83da5790eeee1138b82;hpb=871464641df3a5d8a6a31cc3f8335bf033af3112;p=creaMaracasVisu.git diff --git a/bbtk/bbs/appli/ExampleShowNPoints.bbs b/bbtk/bbs/appli/ExampleShowNPoints.bbs index 37730a5..b1c51a3 100644 --- a/bbtk/bbs/appli/ExampleShowNPoints.bbs +++ b/bbtk/bbs/appli/ExampleShowNPoints.bbs @@ -1,5 +1,5 @@ -description "3 slicers and a 3D view" -author "jpr@creatis.insa-lyon.fr" +description "Show N Points" +author "info-dev@creatis.insa-lyon.fr" category "demo" // To show how easy it is to add smthing @@ -14,11 +14,27 @@ include wx load itkvtk load creaMaracasVisu +# Here loads hola.mhd +# ------------------------- +/* +include vtk/boxes/bbLoadHola +new LoadHola reader +*/ + +# uncomment next lines to have a file selector +# --------------------------------------------- new FileSelector openFileDialog set openFileDialog.Wildcard "(*.mhd)|*.mhd" new MetaImageReader reader connect openFileDialog.Out reader.In +# uncomment next lines to use Gimmick +# ----------------------------------- +/* +load creaImageIO +new Gimmick reader +*/ + new ViewerNV viewer connect reader.Out viewer.In set viewer.nTypeView "5 1 2 0"