]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/bbs/appli/exampleViewerMPR.bbs_bug
Now LoadHola is called a 'reader' everywhere, not an 'image'
[creaMaracasVisu.git] / bbtk / bbs / appli / exampleViewerMPR.bbs_bug
index c76eadd5bc6764c36b0eab0bc8c2437904685e25..211e05d2976c3e6e2be945854ea8b6f643230f1f 100644 (file)
@@ -8,9 +8,9 @@ load vtk
 load creaMaracasVisu
 
 include vtk/boxes/bbLoadHola 
-new LoadHola image 
+new LoadHola reader 
 
 new ViewerMPR mpr
-  connect image.Out mpr.In
+  connect reader.Out mpr.In
 
-exec mpr
\ No newline at end of file
+exec mpr