X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fsrc%2FbbcreaVtkPolyDataNormals.cxx;h=5c0ddab5284d55b2e98517e7c520b65d604c6dce;hb=6573c9a3a26c47acd12c224d5ab2804305099d93;hp=c48f31c9bd7235b7cf6f514e14c7c3d5963fedd0;hpb=6171943e84350719c7dfae2af1d2476f3df9abd1;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkPolyDataNormals.cxx b/bbtk_creaVtk_PKG/src/bbcreaVtkPolyDataNormals.cxx index c48f31c..5c0ddab 100644 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkPolyDataNormals.cxx +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkPolyDataNormals.cxx @@ -38,7 +38,6 @@ void PolyDataNormals::Process() if (bbGetInputIn()!=NULL) { - vtkPolyDataNormals* normal = vtkPolyDataNormals::New(); normal->SetInputData( bbGetInputIn() ); if (bbGetInputComputeType()==0) @@ -136,8 +135,8 @@ void PolyDataNormals::Process() } else { bbSetOutputOut( NULL ); }// if In - } + //===== // 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) //===== @@ -148,32 +147,29 @@ void PolyDataNormals::bbUserSetDefaultValues() bbSetInputIn(NULL); bbSetOutputOut( NULL ); } + //===== // 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 PolyDataNormals::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 PolyDataNormals::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