X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbCreaContournDimensions.h;h=616a70ccd8c06e2635cf4f77fcfb7beab8e78b1f;hb=9ff44b27d3213ad802523f2dd4eb8572f3551183;hp=fac3b34808d7719e1af31733200d5bb0ce3921c1;hpb=507a00d9d7800568d6e8ae91905f2b07cd2b30ae;p=creaContours.git diff --git a/bbtk/src/bbCreaContournDimensions.h b/bbtk/src/bbCreaContournDimensions.h index fac3b34..616a70c 100644 --- a/bbtk/src/bbCreaContournDimensions.h +++ b/bbtk/src/bbCreaContournDimensions.h @@ -63,6 +63,7 @@ class /*BBTK_EXPORT*/ nDimensions BBTK_DECLARE_OUTPUT(Y,double**); BBTK_DECLARE_OUTPUT(Z,double**); BBTK_DECLARE_OUTPUT(SizeContour,std::vector ); + BBTK_DECLARE_OUTPUT(wxContourMainFrame,wxContourMainFrame*); private: //wxContourMainFrame* frame; @@ -71,20 +72,21 @@ private: }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(nDimensions, bbtk::WxBlackBox); -BBTK_NAME("nDimensions"); -BBTK_AUTHOR("car-prie@uniandes.edu.co"); -BBTK_DESCRIPTION("With a given image, the box shows the nDimension application"); -BBTK_CATEGORY("contours"); -BBTK_INPUT(nDimensions,WorkDir,"Working data directory where config and data files are located",std::string,""); -BBTK_INPUT(nDimensions,In,"Image to be shown",vtkImageData*,""); -BBTK_INPUT(nDimensions,ContourType,"Contour type to be exported: ",int,""); + BBTK_NAME("nDimensions"); + BBTK_AUTHOR("car-prie@uniandes.edu.co"); + BBTK_DESCRIPTION("With a given image, the box shows the nDimension application"); + BBTK_CATEGORY("contours"); + BBTK_INPUT(nDimensions,WorkDir,"Working data directory where config and data files are located",std::string,""); + BBTK_INPUT(nDimensions,In,"Image to be shown",vtkImageData*,""); + BBTK_INPUT(nDimensions,ContourType,"(default 0) Contour type to be exported: ",int,""); -BBTK_OUTPUT(nDimensions, Mask, "Mask of the contours",vtkImageData*,""); -BBTK_OUTPUT(nDimensions, Value, "Value of the contours",vtkImageData*,""); -BBTK_OUTPUT(nDimensions, X, "Array of arrays that contains the X coordinates of each contour", double**, ""); -BBTK_OUTPUT(nDimensions, Y, "Array of arrays that contains the Y coordinates of each contour", double**, ""); -BBTK_OUTPUT(nDimensions, Z, "Array of arrays that contains the Z coordinates of each contour", double**, ""); -BBTK_OUTPUT(nDimensions, SizeContour, "Vector that contains the coordinates of each contour", std::vector , ""); + BBTK_OUTPUT(nDimensions, Mask, "Mask of the contours",vtkImageData*,""); + BBTK_OUTPUT(nDimensions, Value, "Value of the contours",vtkImageData*,""); + BBTK_OUTPUT(nDimensions, X, "Array of arrays that contains the X coordinates of each contour", double**, ""); + BBTK_OUTPUT(nDimensions, Y, "Array of arrays that contains the Y coordinates of each contour", double**, ""); + BBTK_OUTPUT(nDimensions, Z, "Array of arrays that contains the Z coordinates of each contour", double**, ""); + BBTK_OUTPUT(nDimensions, SizeContour, "Vector that contains the coordinates of each contour", std::vector , ""); + BBTK_OUTPUT(nDimensions, wxContourMainFrame, "wxContourMainFrame", wxContourMainFrame*, ""); BBTK_END_DESCRIBE_BLACK_BOX(nDimensions); }