X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaWT.git;a=blobdiff_plain;f=wt%2Fbbtk_wt_PKG%2Fsrc%2FbbwtSphereXTK.h;fp=wt%2Fbbtk_wt_PKG%2Fsrc%2FbbwtSphereXTK.h;h=4abf2bed87562963e0a402d268baac84e0a68cf1;hp=0000000000000000000000000000000000000000;hb=1830bf64f6ad13d04f4fd7589317f0515fae837c;hpb=8330bb7bb23c8b5521a6ab9470d0dcbd19b9117e diff --git a/wt/bbtk_wt_PKG/src/bbwtSphereXTK.h b/wt/bbtk_wt_PKG/src/bbwtSphereXTK.h new file mode 100644 index 0000000..4abf2be --- /dev/null +++ b/wt/bbtk_wt_PKG/src/bbwtSphereXTK.h @@ -0,0 +1,58 @@ +//===== +// 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) +//===== +#ifndef __bbwtSphereXTK_h_INCLUDED__ +#define __bbwtSphereXTK_h_INCLUDED__ +#include "bbwt_EXPORT.h" +#include "bbtkAtomicBlackBox.h" +#include "iostream" + +#include + +namespace bbwt +{ + +class bbwt_EXPORT SphereXTK + : + public bbtk::AtomicBlackBox +{ + BBTK_BLACK_BOX_INTERFACE(SphereXTK,bbtk::AtomicBlackBox); +//===== +// 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) +//===== + + BBTK_DECLARE_INPUT(ViewerWTxtk,Wt::WContainerWidget*); + + BBTK_DECLARE_INPUT(Center,std::vector); + BBTK_DECLARE_INPUT(Radio,double); +// BBTK_DECLARE_OUTPUT(Out,double); + BBTK_PROCESS(Process); + void Process(); + + bool firsttime; +//===== +// 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) +//===== +}; + +BBTK_BEGIN_DESCRIBE_BLACK_BOX(SphereXTK,bbtk::AtomicBlackBox); + BBTK_NAME("SphereXTK"); + BBTK_AUTHOR("InfoDev"); + BBTK_DESCRIPTION("No Description."); + BBTK_CATEGORY("empty"); + + BBTK_INPUT(SphereXTK,ViewerWTxtk,"Viewer 2D/3D Wt=>XTK " ,Wt::WContainerWidget*,""); + BBTK_INPUT(SphereXTK,Center,"Center [x,y,z]",std::vector,""); + BBTK_INPUT(SphereXTK,Radio,"Radio",double,""); + +// BBTK_OUTPUT(SphereXTK,Out,"First output",double,""); + +BBTK_END_DESCRIBE_BLACK_BOX(SphereXTK); +//===== +// 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) +//===== +} +// EO namespace bbwt + +#endif // __bbwtSphereXTK_h_INCLUDED__ +