X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkMeasureLength.h;h=4c42f852815a853ce9c039e650176a537c3e7287;hb=6b2916fb6359ead51e50b3ee9b473dc1c3c057d4;hp=d7110e96693ed06f85877ae7f23b16427a69aa17;hpb=8ec8e2543ea61e6d9d0c852339009adb65892af4;p=bbtk.git diff --git a/packages/vtk/src/bbvtkMeasureLength.h b/packages/vtk/src/bbvtkMeasureLength.h index d7110e9..4c42f85 100644 --- a/packages/vtk/src/bbvtkMeasureLength.h +++ b/packages/vtk/src/bbvtkMeasureLength.h @@ -28,6 +28,7 @@ class bbvtk_EXPORT MeasureLength BBTK_DECLARE_INPUT(Points,vtkPoints*); BBTK_DECLARE_INPUT(ImageData,vtkImageData*); BBTK_DECLARE_OUTPUT(Length,double); + BBTK_DECLARE_OUTPUT(LengthVoxels,double); BBTK_PROCESS(Process); void Process(); private: @@ -46,6 +47,7 @@ BBTK_CATEGORY(""); BBTK_INPUT(MeasureLength,Points,"List of points",vtkPoints*,""); BBTK_INPUT(MeasureLength,ImageData,"Set an image if you want real lentgh (usually in mm)",vtkImageData*,""); BBTK_OUTPUT(MeasureLength,Length,"Sum of the Euclidean distances among the points",double,""); +BBTK_OUTPUT(MeasureLength,LengthVoxels,"Sum of the Euclidean distances among the points (Voxels)",double,""); BBTK_END_DESCRIBE_BLACK_BOX(MeasureLength); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)