]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbcreaMaracasVisuContourControlPoints.h
2346 creaMaracasVisu Feature New Normal ManualContour Box
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuContourControlPoints.h
index 2efdba5cec0e41edcbd35471b7586930391e86a0..04d294fdb1e10142a2925d2ff053559d263adfdf 100644 (file)
@@ -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,"");