X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbcreaContourswxContourMainFrame_tool.h;h=f5fc404637b34f233f4a51fb1429bec86387a5d1;hb=50ec6e619f4affc65949b22b79662ba283818bc3;hp=b4598f18608b8c42139c41f2dc2dca146d938aa7;hpb=86f5e10e3c87848b546e96700c4d94233246c94e;p=creaContours.git diff --git a/bbtk/src/bbcreaContourswxContourMainFrame_tool.h b/bbtk/src/bbcreaContourswxContourMainFrame_tool.h index b4598f1..f5fc404 100644 --- a/bbtk/src/bbcreaContourswxContourMainFrame_tool.h +++ b/bbtk/src/bbcreaContourswxContourMainFrame_tool.h @@ -39,7 +39,7 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(wxContourMainFrame_tool,bbtk::AtomicBlackBox); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); BBTK_INPUT(wxContourMainFrame_tool,Type,"(default 0) Type 0:nothing 1:Isovalue segmentation of Image",int,""); - BBTK_INPUT(wxContourMainFrame_tool,Param1,"List of parameters Type1:[isovalue] ", std::vector,""); + BBTK_INPUT(wxContourMainFrame_tool,Param1,"List of parameters Type1:[step,isovalue,sampling,method,min,max] ", std::vector,""); BBTK_INPUT(wxContourMainFrame_tool,Image,"Image", vtkImageData*,""); // BBTK_OUTPUT(wxContourMainFrame_tool,Out,"First output",double,""); BBTK_END_DESCRIBE_BLACK_BOX(wxContourMainFrame_tool);