BBTK_BEGIN_DESCRIBE_BLACK_BOX(ImagesReader,bbtk::AtomicBlackBox);
BBTK_NAME("ImagesReader");
BBTK_AUTHOR("frederic.cervenansky@creatis.insa-lyon.fr");
-BBTK_DESCRIPTION("ImagesRedear 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.");
+BBTK_DESCRIPTION("ImagesReader 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.");
BBTK_CATEGORY("image;reader;dicom");
typedef std::vector<vtkImageData*> OutputImagesType;
BBTK_INPUT(ImagesReader,Title,"Title of the dialog",std::string,"");
THE BOX DOCUMENTATION -->
<author>cervenansky.frederic@creatis.insa-lyon.fr</author>
<description>
- ImagesRedear 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."
+ ImagesReader 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>
dlg.ShowModal();
if (bbGetInputOutput()==0)
{
- bbSetOutputOut( x.getImagesSelected());
+ bbSetOutputOut( x.getImagesSelected());
}
</PRE>
</PRE>
</constructor>
-
<!-- THE COPY-CONSTRUCTION METHOD BODY : -->
<copyconstructor>
<PRE>
</PRE>
</destructor>
-
-
</blackbox>
creaImageIO::WxGimmickReaderDialog w(0,
-1,
- "localdatabase_Descriptor.dscp",
- "Local Database",
+ "localdatabase_Descriptor.dscp",
+ "Local Database",
crea::std2wx(bbGetInputTitle()),
wxDefaultPosition,
wxSize(1200,800),
/**
* \ingroup GUI
*/
- //=====================================================================
+ //=====================================================================
//=====================================================================
class CREAIMAGEIO_EXPORT WxGimmickFrame : public wxFrame
{