]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkStreamLineColorInfo.h
#2453 creaVtk Feature New Normal - Stream Lines segmentation by Scalars
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkStreamLineColorInfo.h
index 287c5f7bf0c5da159289a230b88957cb809b01a7..350d58fdaae246ea97d73b5ef438495f1a997a9a 100644 (file)
@@ -32,10 +32,10 @@ class bbcreaVtk_EXPORT StreamLineColorInfo
 BBTK_BEGIN_DESCRIBE_BLACK_BOX(StreamLineColorInfo,bbtk::AtomicBlackBox);
        BBTK_NAME("StreamLineColorInfo");
        BBTK_AUTHOR("Info-Dev");
-       BBTK_DESCRIPTION("No Description.");
-       BBTK_CATEGORY("empty");
+       BBTK_DESCRIPTION("Add new arrays to the PolyData");
+       BBTK_CATEGORY("Filter_vtkPolyData");
        BBTK_INPUT(StreamLineColorInfo,In,"Stream Line vtkPolydata",vtkPolyData*,"");
-       BBTK_OUTPUT(StreamLineColorInfo,Out,"Stream Line vtkPolydata",vtkPolyData*,"");
+       BBTK_OUTPUT(StreamLineColorInfo,Out,"Stream Line vtkPolydata with new arrays: creaMask,creaMagnitud,creaVelocity,creaColorDirection",vtkPolyData*,"");
 BBTK_END_DESCRIBE_BLACK_BOX(StreamLineColorInfo);
 //===== 
 // 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)