]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkVecIsoSurfaceExtractor.h
.
[bbtk.git] / packages / vtk / src / bbvtkVecIsoSurfaceExtractor.h
index 060eb1493bce22ddd631f182bbcc09689c3c2908..c26a6c2c55b91fb11947b6c67362fed14b482ef0 100644 (file)
@@ -20,15 +20,7 @@ class /*BBTK_EXPORT*/ VecIsoSurfaceExtractor
    public bbtk::AtomicBlackBox
 {
   BBTK_BLACK_BOX_INTERFACE(VecIsoSurfaceExtractor,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(In,std::vector<vtkImageData*>);
     //    BBTK_DECLARE_INPUT(InVtkObject,vtkObject *);
     BBTK_DECLARE_INPUT(Isovalue,double);
     BBTK_DECLARE_INPUT(Opacity,double);