]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkVecImageGaussianSmooth.h
.
[bbtk.git] / packages / vtk / src / bbvtkVecImageGaussianSmooth.h
index d5fc22608175cca18e14cb26f22f981a7291c546..c6fc5a4c4528dfcac563a0a15be4d85e2e290bbe 100644 (file)
@@ -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<vtkImageData*>);
   BBTK_DECLARE_INPUT(StdDevX,double);
   BBTK_DECLARE_INPUT(StdDevY,double);