]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkVolumeRenderer.h
no message
[bbtk.git] / packages / vtk / src / bbvtkVolumeRenderer.h
index e431b065b0a2c201e2b992a04a26bcb17ab650a5..296f955d6110aaeae03d6fc44a0242f7f1fc46b7 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbvtkVolumeRenderer.h,v $
   Language:  C++
-  Date:      $Date: 2009/07/08 14:23:08 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2009/08/07 15:06:26 $
+  Version:   $Revision: 1.5 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
 #include "vtkVolume.h"
 
 #include "vtkPiecewiseFunction.h"
+#include "vtkColorTransferFunction.h"
 
 #include "bbvtk_EXPORT.h"
+#include "vtkVolumeProperty.h"
 
 namespace bbvtk
 {
@@ -92,6 +94,7 @@ namespace bbvtk
     vtkVolumeRayCastCompositeFunction * mRayCastFunction;
     vtkVolumeRayCastMapper* mMapper;
     vtkVolume* mVolume;
+       vtkVolumeProperty* _volumeProperty;
   };
    
   //=================================================================