]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkIsoSurfaceExtractor.h
*** empty log message ***
[bbtk.git] / packages / vtk / src / bbvtkIsoSurfaceExtractor.h
index cefe1a41780ff55a51486f012db82e0e81b66d36..00c5b46c8e915f7c131ae37a64bc36ef638f3e9e 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbvtkIsoSurfaceExtractor.h,v $
   Language:  C++
-  Date:      $Date: 2008/04/24 14:11:31 $
-  Version:   $Revision: 1.7 $
+  Date:      $Date: 2008/05/09 10:39:47 $
+  Version:   $Revision: 1.8 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -66,7 +66,7 @@ namespace bbvtk
     BBTK_DECLARE_INPUT(Isovalue,double);
     BBTK_DECLARE_INPUT(Opacity,double);
     BBTK_DECLARE_INPUT(Colour,std::vector<double>);
-       BBTK_DECLARE_INPUT(Renderer,vtkRenderer *);
+    BBTK_DECLARE_INPUT(Renderer,vtkRenderer *);
     BBTK_DECLARE_OUTPUT(Out,vtkProp3D *);
     
     BBTK_PROCESS(DoProcess);
@@ -75,6 +75,7 @@ namespace bbvtk
   protected:
     virtual void bbUserConstructor();
     virtual void bbUserCopyConstructor();
+    virtual void bbUserDestructor();
     void Init();
   };