X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fsrc%2FbbcreaVtkTrimmedExtrusionFilter.cxx;h=84226bd4da9e35a1b20b4fcfa08a47cd35840f6a;hb=12de8dce0b5d0634285ec91788eb5173bfc57337;hp=886ff894674f0c3cc0d97c090a877ac222f982d4;hpb=7be08bdfdb30264f4aa4a82b842cbce9d3cd5fb1;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkTrimmedExtrusionFilter.cxx b/bbtk_creaVtk_PKG/src/bbcreaVtkTrimmedExtrusionFilter.cxx index 886ff89..84226bd 100644 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkTrimmedExtrusionFilter.cxx +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkTrimmedExtrusionFilter.cxx @@ -1,7 +1,9 @@ //===== // 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) -//===== +//===== + #include "bbcreaVtkTrimmedExtrusionFilter.h" + #include "bbcreaVtkPackage.h" @@ -31,18 +33,6 @@ void TrimmedExtrusionFilter::Process() // bbSetOutputOut( bbGetInputIn() ); // std::cout << "Output value = " < dir; dir.push_back(1); dir.push_back(0); dir.push_back(0); bbSetInputDirection( dir ); - } + //===== // 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) //===== void TrimmedExtrusionFilter::bbUserInitializeProcessing() { - // THE INITIALIZATION METHOD BODY : // Here does nothing // but this is where you should allocate the internal/output pointers -// if any - - +// if any } + //===== // 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) //===== void TrimmedExtrusionFilter::bbUserFinalizeProcessing() { - // THE FINALIZATION METHOD BODY : // Here does nothing // but this is where you should desallocate the internal/output pointers // if any - } -} -// EO namespace bbcreaVtk + +} // EO namespace bbcreaVtk