X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkVolumeRenderer.h;h=296f955d6110aaeae03d6fc44a0242f7f1fc46b7;hb=7a10db8c8166b77b7da88846127431f732be69bc;hp=e431b065b0a2c201e2b992a04a26bcb17ab650a5;hpb=4743efc603c9eeac3b8bc509b5112a76d12b1375;p=bbtk.git diff --git a/packages/vtk/src/bbvtkVolumeRenderer.h b/packages/vtk/src/bbvtkVolumeRenderer.h index e431b06..296f955 100644 --- a/packages/vtk/src/bbvtkVolumeRenderer.h +++ b/packages/vtk/src/bbvtkVolumeRenderer.h @@ -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 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -64,8 +64,10 @@ #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; }; //=================================================================