X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fsrc%2FbbcreaVtkStreamLineNumeration.cxx;h=578b30c936eb98dfa40b817ca9c758c98fbf009c;hb=4cad1b11d2325f89911b061915750ca20c7cfeaa;hp=f15352e0e7764cc1a25ac898d8dec08f9aad9968;hpb=74204f5cada1add842ffc8488fef62c616ca63e9;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkStreamLineNumeration.cxx b/bbtk_creaVtk_PKG/src/bbcreaVtkStreamLineNumeration.cxx index f15352e..578b30c 100644 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkStreamLineNumeration.cxx +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkStreamLineNumeration.cxx @@ -10,8 +10,6 @@ #include #include "vtkIdList.h" - - namespace bbcreaVtk { @@ -35,15 +33,11 @@ void StreamLineNumeration::Process() // * TYPE is the C++ type of the input/output // (the one provided in the attribute 'type' of the tag 'input') -// bbSetOutputOut( bbGetInputIn() ); -// std::cout << "Output value = " <GetLines(); long int nLinesCell = vtkcellarray->GetNumberOfCells(); long int ii,iLine; @@ -70,8 +64,9 @@ void StreamLineNumeration::Process() bbSetOutputStreamLinesOut( bbGetInputStreamLinesIn() ); bbSetOutputNameOfScalarArray( namascalararray ); - + } + //===== // 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) //=====