X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbcreaMaracasVisuShowNPoints_Reset.h;fp=bbtk%2Fsrc%2FbbcreaMaracasVisuShowNPoints_Reset.h;h=5ccc01496054a2a84a87b632f2ac52494206867f;hb=b6280d5b96447f5e4db026549d346e0d099a86f6;hp=0000000000000000000000000000000000000000;hpb=307866a8f06b14018ea832926bdf3d887bfffea8;p=creaMaracasVisu.git diff --git a/bbtk/src/bbcreaMaracasVisuShowNPoints_Reset.h b/bbtk/src/bbcreaMaracasVisuShowNPoints_Reset.h new file mode 100644 index 0000000..5ccc014 --- /dev/null +++ b/bbtk/src/bbcreaMaracasVisuShowNPoints_Reset.h @@ -0,0 +1,48 @@ +//===== +// 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 __bbcreaMaracasVisuShowNPoints_Reset_h_INCLUDED__ +#define __bbcreaMaracasVisuShowNPoints_Reset_h_INCLUDED__ +#include "bbcreaMaracasVisu_EXPORT.h" +#include "bbtkAtomicBlackBox.h" +#include "iostream" + +#include "WidgetShowNPoints.h" + + +namespace bbcreaMaracasVisu +{ + +class bbcreaMaracasVisu_EXPORT ShowNPoints_Reset + : + public bbtk::AtomicBlackBox +{ + BBTK_BLACK_BOX_INTERFACE(ShowNPoints_Reset,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(WidgetShowNPoints,WidgetShowNPoints*); +// BBTK_DECLARE_OUTPUT(Out,double); + BBTK_PROCESS(Process); + void Process(); +//===== +// 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(ShowNPoints_Reset,bbtk::AtomicBlackBox); + BBTK_NAME("ShowNPoints_Reset"); + BBTK_AUTHOR("InfoDev"); + BBTK_DESCRIPTION("No Description."); + BBTK_CATEGORY("empty"); + BBTK_INPUT(ShowNPoints_Reset,WidgetShowNPoints," WidgetShowNPoints ",WidgetShowNPoints*,""); + //BBTK_OUTPUT(ShowNPoints_Reset,Out,"First output",double,""); +BBTK_END_DESCRIBE_BLACK_BOX(ShowNPoints_Reset); +//===== +// 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 bbcreaMaracasVisu + +#endif // __bbcreaMaracasVisuShowNPoints_Reset_h_INCLUDED__ +