2 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
4 #ifndef __bbvtkMetaImageReader_h_INCLUDED__
5 #define __bbvtkMetaImageReader_h_INCLUDED__
6 #include "bbvtk_EXPORT.h"
7 #include "bbtkAtomicBlackBox.h"
10 #include "vtkVersion.h"
11 #include "vtkImageData.h"
16 class bbvtk_EXPORT MetaImageReader
18 public bbtk::AtomicBlackBox
20 BBTK_BLACK_BOX_INTERFACE(MetaImageReader,bbtk::AtomicBlackBox);
22 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
24 BBTK_DECLARE_INPUT(In,std::string);
25 BBTK_DECLARE_OUTPUT(Out,vtkImageData*);
26 BBTK_PROCESS(Process);
28 void Read_mhdb( std::string filename );
30 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
34 BBTK_BEGIN_DESCRIBE_BLACK_BOX(MetaImageReader,bbtk::AtomicBlackBox);
35 BBTK_NAME("MetaImageReader");
36 BBTK_AUTHOR("Info-Dev");
37 BBTK_DESCRIPTION("No Description. (C++,Python)");
38 BBTK_CATEGORY("empty");
40 BBTK_INPUT(MetaImageReader,In,"File Name",std::string,"");
42 BBTK_OUTPUT(MetaImageReader,Out,"out image",vtkImageData*,"");
44 BBTK_END_DESCRIBE_BLACK_BOX(MetaImageReader);
46 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
51 #endif // __bbvtkMetaImageReader_h_INCLUDED__