X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbCreaContournDimensions.h;h=2f6a427c5cbbb0a9d3d7dde1189cc628aa1cd5d8;hb=fb42dbcd2fdf92b96397f90ac6b2794026c6d5cc;hp=c6c4b2031f2b3c246fe38d00f2da17782ddbf164;hpb=d12bb4abd0a5ccd147e69fce7a6d9c3093b58ec5;p=creaContours.git diff --git a/bbtk/src/bbCreaContournDimensions.h b/bbtk/src/bbCreaContournDimensions.h index c6c4b20..2f6a427 100644 --- a/bbtk/src/bbCreaContournDimensions.h +++ b/bbtk/src/bbCreaContournDimensions.h @@ -59,7 +59,7 @@ 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 contains the coordinates of each contour", std::vector , ""); +BBTK_OUTPUT(nDimensions, SizeContour, "Vector that contains the coordinates of each contour", std::vector , ""); BBTK_END_DESCRIBE_BLACK_BOX(nDimensions); }