X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkVecImageGaussianSmooth.h;h=c6fc5a4c4528dfcac563a0a15be4d85e2e290bbe;hb=f2ea017626fea02b78911776a5f6c6a5e240a816;hp=1acb573b323811a70cca56a051432a50b9e439ea;hpb=00119d2074a1d423927404a1759b9a9616a087ba;p=bbtk.git diff --git a/packages/vtk/src/bbvtkVecImageGaussianSmooth.h b/packages/vtk/src/bbvtkVecImageGaussianSmooth.h index 1acb573..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(); -/// 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);