X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fsrc%2FbbcreaVtkTrimmedExtrusionFilter.cxx;h=84226bd4da9e35a1b20b4fcfa08a47cd35840f6a;hb=9b341526bba40db32ed0901713e44ae730546a6b;hp=ee6fc3eefe3c4e48583b8e9d6a5dc35929e78108;hpb=1c791677d91fa2ba882c1cb4a745af32e4027a0f;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkTrimmedExtrusionFilter.cxx b/bbtk_creaVtk_PKG/src/bbcreaVtkTrimmedExtrusionFilter.cxx index ee6fc3e..84226bd 100644 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkTrimmedExtrusionFilter.cxx +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkTrimmedExtrusionFilter.cxx @@ -33,19 +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