X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbcreaMaracasVisuContourControlPoints.h;h=04d294fdb1e10142a2925d2ff053559d263adfdf;hb=a7017a8ade695bd14a4c7ee70b197d63b5e76765;hp=2efdba5cec0e41edcbd35471b7586930391e86a0;hpb=b3204f9f9a51581a515da84ac6ffa9a24c83f237;p=creaMaracasVisu.git diff --git a/bbtk/src/bbcreaMaracasVisuContourControlPoints.h b/bbtk/src/bbcreaMaracasVisuContourControlPoints.h index 2efdba5..04d294f 100644 --- a/bbtk/src/bbcreaMaracasVisuContourControlPoints.h +++ b/bbtk/src/bbcreaMaracasVisuContourControlPoints.h @@ -23,6 +23,10 @@ class bbcreaMaracasVisu_EXPORT ContourControlPoints //===== // 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(Active,bool); + BBTK_DECLARE_INPUT(Visible,bool); + BBTK_DECLARE_INPUT(Type,int); + BBTK_DECLARE_INPUT(OpenClose,bool); BBTK_DECLARE_INPUT(wxVtkBaseView,wxVtkBaseView*); // BBTK_DECLARE_OUTPUT(Out,double); BBTK_PROCESS(Process); @@ -44,6 +48,10 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(ContourControlPoints,bbtk::AtomicBlackBox); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); + BBTK_INPUT(ContourControlPoints,Active,"Active (default false) ",bool,""); + BBTK_INPUT(ContourControlPoints,Type,"(0 Default) 0=Spline, ... .",int,""); + BBTK_INPUT(ContourControlPoints,OpenClose,"Open=true or Close=false contour (default false)",bool,""); + BBTK_INPUT(ContourControlPoints,Visible,"Visible (default true)",bool,""); BBTK_INPUT(ContourControlPoints,wxVtkBaseView,"wxVtkBaseView",wxVtkBaseView*,""); // BBTK_OUTPUT(ContourControlPoints,Out,"First output",double,"");