]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/src/bbcreaVtksave_YZ_XZ_volume.h
#3389 creaVtk Feature New Normal - new box save_YZ_XZ_volume
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtksave_YZ_XZ_volume.h
1 //===== 
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)
3 //===== 
4 #ifndef __bbcreaVtksave_YZ_XZ_volume_h_INCLUDED__
5 #define __bbcreaVtksave_YZ_XZ_volume_h_INCLUDED__
6
7 #include "bbcreaVtk_EXPORT.h"
8 #include "bbtkAtomicBlackBox.h"
9 #include "iostream"
10
11 namespace bbcreaVtk
12 {
13
14 class bbcreaVtk_EXPORT save_YZ_XZ_volume
15  : 
16    public bbtk::AtomicBlackBox
17 {
18   BBTK_BLACK_BOX_INTERFACE(save_YZ_XZ_volume,bbtk::AtomicBlackBox);
19 //===== 
20 // 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)
21 //===== 
22   BBTK_DECLARE_INPUT(FileName,std::string);
23   BBTK_DECLARE_INPUT(Compression,bool);
24 //  BBTK_DECLARE_OUTPUT(Out,double);
25   BBTK_PROCESS(Process);
26   void Process();
27 //===== 
28 // 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)
29 //===== 
30 };
31
32 BBTK_BEGIN_DESCRIBE_BLACK_BOX(save_YZ_XZ_volume,bbtk::AtomicBlackBox);
33   BBTK_NAME("save_YZ_XZ_volume");
34   BBTK_AUTHOR("InfoDev");
35   BBTK_DESCRIPTION("No Description.");
36   BBTK_CATEGORY("empty");
37  
38   BBTK_INPUT(save_YZ_XZ_volume,FileName,"File name",std::string,"");
39   BBTK_INPUT(save_YZ_XZ_volume,Compression,"(default false)  Compression  true/false",bool,"");
40
41 //BBTK_OUTPUT(save_YZ_XZ_volume,Out,"First output",double,"");
42
43 BBTK_END_DESCRIBE_BLACK_BOX(save_YZ_XZ_volume);
44 //===== 
45 // 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)
46 //===== 
47 }
48 // EO namespace bbcreaVtk
49
50 #endif // __bbcreaVtksave_YZ_XZ_volume_h_INCLUDED__
51