]> Creatis software - creaMaracasVisu.git/commitdiff
#3064 creaMaracasVisu Bug New Normal - ManualContourModel_Box Documentation Input...
authorEduardo DAVILA <davila@localhost.localdomain>
Tue, 21 Feb 2017 15:08:13 +0000 (16:08 +0100)
committerEduardo DAVILA <davila@localhost.localdomain>
Tue, 21 Feb 2017 15:08:13 +0000 (16:08 +0100)
bbtk/src/bbcreaMaracasVisuManualContourModel_Box.h

index 9e34c0a5fafed781a3c9445b3e8ec6186b24e4c0..d1176c0146aac10353daa9bb20e835053fb7bcc0 100644 (file)
@@ -40,7 +40,7 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(ManualContourModel_Box,bbtk::AtomicBlackBox);
   BBTK_DESCRIPTION("No Description.");
   BBTK_CATEGORY("empty");
 
-  BBTK_INPUT(ManualContourModel_Box,Type,"(1 default) 1=spline, 2=rectangle, 3=circle, 4=bullEye, 6=Line, 7=points, 8=rotationTool, 10=polugon, 12=Spline3D",int,"");
+  BBTK_INPUT(ManualContourModel_Box,Type,"(1 default) 1=spline, 2=rectangle, 3=circle, 4=bullEye, 6=Line, 7=points, 8=rotationTool, 10=polygon, 12=Spline3D",int,"");
   BBTK_INPUT(ManualContourModel_Box,OpenClose,"(false default) false=open, true=close",bool,"");
   BBTK_INPUT(ManualContourModel_Box,NbPoints,"(100 default) Number of points int the spline",int,"");
   BBTK_INPUT(ManualContourModel_Box,LstControlPointsX,"List of control points",std::vector<double>,"");