]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbcreaMaracasVisuContourControlPoints.h
#3478 ContourExtractData
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuContourControlPoints.h
index 1f1dd37ff3a6fe51f66ff2052c2b75f6d498f171..5d62a24fff9e2c5f7ff8197e486e5fe7cc09c02a 100644 (file)
@@ -23,14 +23,15 @@ 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(ManualBaseModel,manualBaseModel*);
-  BBTK_PROCESS(Process);
-  void Process();
+    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_INPUT(WidthLine,double);
+    BBTK_DECLARE_OUTPUT(ManualBaseModel,manualBaseModel*);
+    BBTK_PROCESS(Process);
+    void Process();
 
        manualContourControler  *_manContourControl_1;
        manualContourModel          *_mContourModel_1;
@@ -43,17 +44,18 @@ class bbcreaMaracasVisu_EXPORT ContourControlPoints
 };
 
 BBTK_BEGIN_DESCRIBE_BLACK_BOX(ContourControlPoints,bbtk::AtomicBlackBox);
-  BBTK_NAME("ContourControlPoints");
-  BBTK_AUTHOR("Info-Dev Creatis");
-  BBTK_DESCRIPTION("No Description.");
-  BBTK_CATEGORY("empty");
+    BBTK_NAME("ContourControlPoints");
+    BBTK_AUTHOR("Info-Dev Creatis");
+    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,ManualBaseModel,"manualBaseModel",manualBaseModel*,"");
+    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_INPUT(ContourControlPoints,WidthLine,"(1 Default) Line and Control points Width",double,"");
+    BBTK_OUTPUT(ContourControlPoints,ManualBaseModel,"manualBaseModel",manualBaseModel*,"");
 
 BBTK_END_DESCRIBE_BLACK_BOX(ContourControlPoints);
 //=====