]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkVectorsExtraction.h
#3110 creaVtk Bug New Normal - branch vtk7itk4 compilation with vtk7
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkVectorsExtraction.h
index d7770f82fc5c9b2e035a755728a0dfa777afd740..f190d313638cffb357e175d29c532d13dbf4d125 100644 (file)
@@ -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<double>,"");
-BBTK_INPUT(VectorsExtraction,VectorsFieldImage,"Image of Vectors Field",vtkImageData*,"");
-BBTK_OUTPUT(VectorsExtraction,Vector,"",std::vector<double>,"");
-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<double>,"");
+  BBTK_INPUT(VectorsExtraction,VectorsFieldImage,"Image of Vectors Field",vtkImageData*,"");
+  BBTK_OUTPUT(VectorsExtraction,Vector,"",std::vector<double>,"");
+  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)