]> Creatis software - bbtk.git/blobdiff - packages/itkvtk/src/bbitkvtkGeodesicMeshDeformation.h
#3501 Geodesic Deformation
[bbtk.git] / packages / itkvtk / src / bbitkvtkGeodesicMeshDeformation.h
index 83c6beb1324fc2ba2a31c4ef391dd3516e3bb9fa..e5a325d2d17fa1b9eddae4625fc1e76d0aeb96c5 100644 (file)
@@ -32,7 +32,7 @@ class bbitkvtk_EXPORT GeodesicMeshDeformation
   BBTK_DECLARE_INPUT(S, double);
   BBTK_DECLARE_INPUT(Center, std::vector<double>);
   BBTK_DECLARE_INPUT(Direction, std::vector<double>);
-  //BBTK_DECLARE_OUTPUT(Out,double);
+  BBTK_DECLARE_OUTPUT(Out, std::vector<double>);
   BBTK_PROCESS(Process);
   void Process();
   
@@ -66,6 +66,7 @@ BBTK_INPUT(GeodesicMeshDeformation,EdgeId,"Edge Id",long,"");
 BBTK_INPUT(GeodesicMeshDeformation,S,"Deformation",double,"");
 BBTK_INPUT(GeodesicMeshDeformation,Center,"[X,Y,Z]",std::vector<double>,"");
 BBTK_INPUT(GeodesicMeshDeformation,Direction,"(default [1,0,0])   [X,Y,Z]",std::vector<double>,"");
+BBTK_OUTPUT(GeodesicMeshDeformation,Out,"double vector output, for output information for other tools",std::vector<double>,"");
 BBTK_END_DESCRIBE_BLACK_BOX(GeodesicMeshDeformation);
 //===== 
 // 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)