]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkGenerateArrowSource.h
#3110 creaVtk Bug New Normal - branch vtk7itk4 compilation with vtk7
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkGenerateArrowSource.h
index 9ecd02a9edf6d5d6849f384bca1e1d8a147f5fc7..2f515a891b226c78f12b659c35050b32af4f9dec 100644 (file)
@@ -22,7 +22,6 @@ class bbcreaVtk_EXPORT GenerateArrowSource
 //===== 
 // 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)
 //===== 
-  BBTK_DECLARE_INPUT(Point,std::vector<double>);
   BBTK_DECLARE_OUTPUT(ArrowSource,vtkPolyData*);
   BBTK_PROCESS(Process);
   void Process();
@@ -34,9 +33,8 @@ class bbcreaVtk_EXPORT GenerateArrowSource
 BBTK_BEGIN_DESCRIBE_BLACK_BOX(GenerateArrowSource,bbtk::AtomicBlackBox);
 BBTK_NAME("GenerateArrowSource");
 BBTK_AUTHOR("Monica ESPINOSA");
-BBTK_DESCRIPTION("No Description.");
+BBTK_DESCRIPTION("To be used as the source for a glyph");
 BBTK_CATEGORY("empty");
-BBTK_INPUT(GenerateArrowSource,Point,"Coordinate of Point",std::vector<double>,"");
 BBTK_OUTPUT(GenerateArrowSource,ArrowSource,"Arrow Representation",vtkPolyData*,"");
 BBTK_END_DESCRIBE_BLACK_BOX(GenerateArrowSource);
 //=====