X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=packages%2Fvtk%2Fsrc%2FbbvtkVecImageGaussianSmooth.h;fp=packages%2Fvtk%2Fsrc%2FbbvtkVecImageGaussianSmooth.h;h=c6fc5a4c4528dfcac563a0a15be4d85e2e290bbe;hb=17ac9460f5ea5600d1065fbe3ee4ad826d7bb4fc;hp=d5fc22608175cca18e14cb26f22f981a7291c546;hpb=64953af6e7389a36c4fb533b58bf720ba1342cd7;p=bbtk.git diff --git a/packages/vtk/src/bbvtkVecImageGaussianSmooth.h b/packages/vtk/src/bbvtkVecImageGaussianSmooth.h index d5fc226..c6fc5a4 100644 --- a/packages/vtk/src/bbvtkVecImageGaussianSmooth.h +++ b/packages/vtk/src/bbvtkVecImageGaussianSmooth.h @@ -15,14 +15,6 @@ class /*BBTK_EXPORT*/ VecImageGaussianSmooth public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(VecImageGaussianSmooth,bbtk::AtomicBlackBox); -//================================================================== -/// User callback called in the box contructor -virtual void bbUserConstructor(); -/// User callback called in the box copy constructor -virtual void bbUserCopyConstructor(bbtk::BlackBox::Pointer); -/// User callback called in the box destructor -virtual void bbUserDestructor(); -//================================================================== BBTK_DECLARE_INPUT(In,std::vector); BBTK_DECLARE_INPUT(StdDevX,double); BBTK_DECLARE_INPUT(StdDevY,double);