]> Creatis software - bbtk.git/commitdiff
compile under linux ok
authorJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Wed, 8 Jul 2009 15:18:18 +0000 (15:18 +0000)
committerJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Wed, 8 Jul 2009 15:18:18 +0000 (15:18 +0000)
packages/vtk/src/bbvtkVolumeRenderer.h
packages/wxvtk/src/bbwxvtkViewer3D.cxx

index e431b065b0a2c201e2b992a04a26bcb17ab650a5..efaacb789461f85d0c9d77001b575ac72bff96dc 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/07/08 15:18:18 $
+  Version:   $Revision: 1.4 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -64,6 +64,7 @@
 #include "vtkVolume.h"
 
 #include "vtkPiecewiseFunction.h"
+#include "vtkColorTransferFunction.h"
 
 #include "bbvtk_EXPORT.h"
 
index 6d1537f8a2cb852f862ca38b6920cc9ff2730070..67df2857932a885a202ca5e5bb518460bdab53f6 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxvtkViewer3D.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/05/28 08:12:18 $
-  Version:   $Revision: 1.17 $
+  Date:      $Date: 2009/07/08 15:18:25 $
+  Version:   $Revision: 1.18 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -224,6 +224,7 @@ void Viewer3DWidget::Refresh(bool eraseBackground , const wxRect* rect )
                  vtkRenderWindowInteractor *interactor = w->GetInteractor();
                  if (interactor!=NULL)
                  {
+
                          if (bbGetInputObs1()!=NULL) 
                          {
                                  bbGetInputObs1()->SetInteractor(interactor);