]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkMIPCreator.h
.
[bbtk.git] / packages / vtk / src / bbvtkMIPCreator.h
index 16ffc10585ad46cca6645107423d631d3a57ad32..55ec756be6dba40a4e6882f8a27b668b920a8da3 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbvtkMIPCreator.h,v $
   Language:  C++
-  Date:      $Date: 2008/12/16 12:48:10 $
-  Version:   $Revision: 1.7 $
+  Date:      $Date: 2009/05/15 14:58:01 $
+  Version:   $Revision: 1.8 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -81,15 +81,11 @@ namespace bbvtk
     void Process();
     
   protected:
-    virtual void bbUserConstructor();
-    virtual void bbUserCopyConstructor(bbtk::BlackBox::Pointer);
-    virtual void bbUserDestructor();
-    void Init();
   private:
-    vtkImageShiftScalemCast;
-    vtkVolumeRayCastMIPFunctionmMIP;
-    vtkVolumeRayCastMappermMapper;
-    vtkVolumemVolume;
+    vtkImageShiftScale                         *mCast;
+    vtkVolumeRayCastMIPFunction                *mMIP;
+    vtkVolumeRayCastMapper                     *mMapper;
+    vtkVolume                                          *mVolume;
   };
    
   //=================================================================