]> Creatis software - creaMaracasVisu.git/blobdiff - lib/Kernel/VTKObjects/VolumeRenderer/volumerenderermanagerdata.h
no message
[creaMaracasVisu.git] / lib / Kernel / VTKObjects / VolumeRenderer / volumerenderermanagerdata.h
index fd530b65aacf4e34e0b89bc458ead76bc9ee7e95..f6e6fde4be65fe59a675d6c288138b10659f6bda 100644 (file)
@@ -173,18 +173,18 @@ private:
         int _id;
 
         vtkVolumeRayCastCompositeFunction      *_compositeFunction;
-        vtkPlanes                              *_volumePlanes;
+        vtkPlanes                                                      *_volumePlanes;
        
         vtkVolumeProperty                                      *_volumeProperty;
         vtkVolume                                                      *_newvol;
-        vtkPiecewiseFunction_tfun;
-        vtkColorTransferFunction_ctfun;
-        vtkVolumeRayCastMIPFunction_MIPFunction;
+        vtkPiecewiseFunction                           *_tfun;
+        vtkColorTransferFunction                       *_ctfun;
+        vtkVolumeRayCastMIPFunction                    *_MIPFunction;
         /**
         ** boxwidget to control the volume
         **/
-        vtkBoxWidgetBoxWidget;
-        vtkVolumeMapper *VolumeMapper;
+        vtkBoxWidget                                           *BoxWidget;
+        vtkVolumeMapper                                                *VolumeMapper;
 
         void Initialize(vtkImageData* vol, std::string dataname, bool usegpu = false);