]> Creatis software - creaContours.git/blobdiff - bbtk/src/bbCreaContournDimensions.h
#3321 creaContours Feature New Normal - Connection with bbtk
[creaContours.git] / bbtk / src / bbCreaContournDimensions.h
index a4f6178ca3c80634f28eb20597b230cbc3871872..a5f7013bf1a8a9179ba8e18c6223e5867cb93dcf 100644 (file)
@@ -63,6 +63,8 @@ class /*BBTK_EXPORT*/ nDimensions
   BBTK_DECLARE_OUTPUT(Y,double**);
   BBTK_DECLARE_OUTPUT(Z,double**);
   BBTK_DECLARE_OUTPUT(SizeContour,std::vector <int>);
+  BBTK_DECLARE_OUTPUT(wxContourMainFrame,wxContourMainFrame*);
+
 
 private:
        //wxContourMainFrame* frame;
@@ -71,20 +73,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,"(default 0) 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 <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 <int>, "");
+  BBTK_OUTPUT(nDimensions, wxContourMainFrame, "wxContourMainFrame", wxContourMainFrame*, "");
 
 BBTK_END_DESCRIBE_BLACK_BOX(nDimensions);
 }