X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fsrc%2FbbcreaVtkVectorsExtraction.h;h=f190d313638cffb357e175d29c532d13dbf4d125;hb=b146797e0ad985788de697dcb3e6a48f4a2a488a;hp=d7770f82fc5c9b2e035a755728a0dfa777afd740;hpb=3731e458fae455b3e0dfe05e56fd96d1f59140a3;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkVectorsExtraction.h b/bbtk_creaVtk_PKG/src/bbcreaVtkVectorsExtraction.h index d7770f8..f190d31 100644 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkVectorsExtraction.h +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkVectorsExtraction.h @@ -40,18 +40,18 @@ class bbcreaVtk_EXPORT VectorsExtraction }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(VectorsExtraction,bbtk::AtomicBlackBox); -BBTK_NAME("VectorsExtraction"); -BBTK_AUTHOR("Monica ESPINOSA"); -BBTK_DESCRIPTION("No Description."); -BBTK_CATEGORY("empty"); -BBTK_INPUT(VectorsExtraction,Coordinates,"Coordinates (x,y,z)",std::vector,""); -BBTK_INPUT(VectorsExtraction,VectorsFieldImage,"Image of Vectors Field",vtkImageData*,""); -BBTK_OUTPUT(VectorsExtraction,Vector,"",std::vector,""); -BBTK_OUTPUT(VectorsExtraction,X,"x",double,""); -BBTK_OUTPUT(VectorsExtraction,Y,"y",double,""); -BBTK_OUTPUT(VectorsExtraction,Z,"z",double,""); -BBTK_OUTPUT(VectorsExtraction,Angle1,"Angle 1 (Helix Angle)",double,""); -BBTK_OUTPUT(VectorsExtraction,Angle2,"Angle 2 (Transversal Angle)",double,""); + BBTK_NAME("VectorsExtraction"); + BBTK_AUTHOR("Monica ESPINOSA"); + BBTK_DESCRIPTION("Warning! looking ofr a 'velocity' array. BOX NOT TESTED!"); + BBTK_CATEGORY("empty"); + BBTK_INPUT(VectorsExtraction,Coordinates,"Coordinates (x,y,z)",std::vector,""); + BBTK_INPUT(VectorsExtraction,VectorsFieldImage,"Image of Vectors Field",vtkImageData*,""); + BBTK_OUTPUT(VectorsExtraction,Vector,"",std::vector,""); + BBTK_OUTPUT(VectorsExtraction,X,"x",double,""); + BBTK_OUTPUT(VectorsExtraction,Y,"y",double,""); + BBTK_OUTPUT(VectorsExtraction,Z,"z",double,""); + BBTK_OUTPUT(VectorsExtraction,Angle1,"Angle 1 (Helix Angle)",double,""); + BBTK_OUTPUT(VectorsExtraction,Angle2,"Angle 2 (Transversal Angle)",double,""); BBTK_END_DESCRIBE_BLACK_BOX(VectorsExtraction); //===== // 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)