X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ModuleCall%2FbbSlicerDummy.dummy_h;fp=ModuleCall%2FbbSlicerDummy.dummy_h;h=1dd4d568a20a07b9610da8a3714a74f5a887a2b6;hb=462cbc78485df39d3141c2d1e6137c4b78ab5db2;hp=0000000000000000000000000000000000000000;hpb=ba07bca141bd819a79c6684aa1b56b0a705aa664;p=creaCLI.git diff --git a/ModuleCall/bbSlicerDummy.dummy_h b/ModuleCall/bbSlicerDummy.dummy_h new file mode 100644 index 0000000..1dd4d56 --- /dev/null +++ b/ModuleCall/bbSlicerDummy.dummy_h @@ -0,0 +1,53 @@ +#ifndef __bbSlicerDummy_h_INCLUDED__ +#define __bbSlicerDummy_h_INCLUDED__ + +#include "bbSlicer_EXPORT.h" +#include "bbtkAtomicBlackBox.h" + +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include +#include + +#include "CreationTool.h" + +namespace bbSlicer { + + class bbSlicer_EXPORT Dummy + : + public bbtk::AtomicBlackBox { + BBTK_BLACK_BOX_INTERFACE ( Dummy , bbtk::AtomicBlackBox ) ; + + // GENERATED ARGS + _11111_ + // EO GENERATED ARGS + + BBTK_PROCESS ( Process ) ; + void Process ( ) ; + private: + void execute ( std::string lib , int _argc , char * _argv[] ) ; + } ; + + BBTK_BEGIN_DESCRIBE_BLACK_BOX ( Dummy , bbtk::AtomicBlackBox ) ; + BBTK_NAME ( "_NNNNN_" ) ; + BBTK_AUTHOR ( "_AAAAA_" ) ; + BBTK_DESCRIPTION ( "_DDDDD_" ) ; + BBTK_CATEGORY ( "_CCCCC_" ) ; + + // GENERATED DESCRPTION + _22222_ + // EO GENERATED DESCRIPTION + + BBTK_END_DESCRIBE_BLACK_BOX ( Dummy ) ; +} + +#endif // __bbSlicerDummy_h_INCLUDED__ +