THE BOX DOCUMENTATION -->
<author>cervenansky.frederic@creatis.insa-lyon.fr</author>
<description>
- ImagesChooserDialogBox is a simple application to select file(s) or directory or data from Gimmick database and display them. It handles DICOM, jpg, tif, png, bmp and mhd."
+ ImagesChooserDialogBox is a simple application to select file(s) or directory or data from Gimmick database and display them. It handles DICOM, jpg, tif, png, bmp and mhd.
</description>
<category>image;reader;dicom;</category>
<PRE>
creaImageIO::WxSimpleDlg dlg(0,crea::std2wx(bbGetInputTitle()));
dlg.ShowModal();
- if (bbGetInputOutput()==0)
- {
- bbSetOutputOut( x.getImagesSelected());
- }
-
+ bbSetOutputOut( dlg.getImagesSelected());
</PRE>
</process>
<!--======================================================================
CONSTRUCTORS / DESTRUCTORS (OPTIONAL) -->
- <constructor>
- <PRE>
- bbSetInputImageDimension(3);
- bbSetInputTitle("Select image(s)");
- bbSetInputOutput(0);
- bbSetOutputOut(0);
- </PRE>
- </constructor>
-
- <!-- THE COPY-CONSTRUCTION METHOD BODY : -->
- <copyconstructor>
- <PRE>
- bbSetOutputOut(0);
- </PRE>
- </copyconstructor>
+
+ <defaultValues>
+ <PRE>
- <!-- THE DESTRUCTION METHOD BODY -->
- <destructor>
- <PRE>
- std::vector<vtkImageData*>::iterator i;
- for (i=bbGetOutputOut2().begin();i!=bbGetOutputOut2().end();++i) (*i)->Delete();
</PRE>
- </destructor>
+ </defaultValues>
+
+
</blackbox>