]> Creatis software - creaMaracasVisu.git/blobdiff - lib/Kernel/VTKObjects/VolumeRenderer/volumerenderermanagerdata.h
no message
[creaMaracasVisu.git] / lib / Kernel / VTKObjects / VolumeRenderer / volumerenderermanagerdata.h
index b65de9158db1289a4355a6124bf1943fbb1266e8..87b1b74569fff152840378249c86c4e432c6c5a8 100644 (file)
@@ -19,7 +19,7 @@
 #include <vtkBoxWidget.h>
 #include <vtkAbstractMapper.h>
 
-#if (VTK_MAYOR_VERSION>=6 && VTK_MINOR_VERSION>=6)
+#if (VTK_MAYOR_VERSION>=5 && VTK_MINOR_VERSION>=6)
   #include <vtkGPUVolumeRayCastMapper.h>
 #endif
 
@@ -153,7 +153,7 @@ private:
         vtkVolumeRayCastMapper                     *_volumeMapper;
        
        
-#if (VTK_MAYOR_VERSION>=6 && VTK_MINOR_VERSION>=6)
+#if (VTK_MAYOR_VERSION>=5 && VTK_MINOR_VERSION>=6)
                vtkGPUVolumeRayCastMapper           *_volumeMappergpu;
 #else  
                vtkVolumeRayCastMapper                      *_volumeMappergpu;