]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To avoid compilation errors.
authorapo <apo@opencascade.com>
Fri, 3 Feb 2006 10:28:08 +0000 (10:28 +0000)
committerapo <apo@opencascade.com>
Fri, 3 Feb 2006 10:28:08 +0000 (10:28 +0000)
vtkProperty header file is removed from VTKViewer_Actor header file.

src/OBJECT/VISU_GaussPtsAct.h
src/OBJECT/VISU_ScalarMapAct.cxx
src/VISUGUI/VisuGUI_ClippingDlg.cxx
src/VISUGUI/VisuGUI_TimeAnimation.cxx
src/VISU_I/VISU_DeformedShape_i.cc
src/VISU_I/VISU_GaussPoints_i.cc
src/VISU_I/VISU_ScalarMapOnDeformedShape_i.cc
src/VISU_I/VISU_Vectors_i.cc

index 822238f428e0eca46d01636fb06242157f9fbcba..4e7094b964761935310d1b5f1e4af21641700c64 100644 (file)
@@ -54,6 +54,7 @@ class VISU_FramedTextActor;
 
 class vtkUnstructuredGrid;
 class vtkDataSetMapper;
+class vtkDataArray;
 
 class vtkInteractorObserver;
 class vtkCallbackCommand;
index 527f726f27cb8752d84718de6ffa788ee220f2e6..73112daee3ace7df85db0800aa5ea5dfa40b22e5 100644 (file)
@@ -32,6 +32,7 @@
 
 #include <vtkObjectFactory.h>
 #include <vtkRenderer.h>
+#include <vtkProperty.h>
 
 vtkStandardNewMacro(VISU_ScalarMapAct);
 
index c2bd7a5cc53ddcd29cefd8d2073b89b003aa85d5..2c9f7f1bb2f2f628096e2f1f4d177d1bc0c17d25 100644 (file)
@@ -63,6 +63,7 @@
 #include <vtkPlaneSource.h>
 #include <vtkPolyData.h>
 #include <vtkUnstructuredGrid.h>
+#include <vtkProperty.h>
 
 // OCCT Includes
 #include <gp_Dir.hxx>
index 2ade874097f27a432f8a259f93195e0df6f6f9f8..dd40bb9588f89944be9f1e1ec4a6faecec1413eb 100644 (file)
@@ -50,6 +50,7 @@
 #include "SUIT_FileDlg.h"
 
 #include <vtkRenderer.h>
+#include <vtkMapper.h>
 
 #include <qhbox.h>
 #include <qgrid.h>
index 64f13d0a4504a94eb948bf99e92e825d787ca651..83f679ce03552b0a79252f047ada9e81046c6fa3 100644 (file)
@@ -32,6 +32,7 @@
 #include "VISU_Convertor.hxx"
 
 #include <vtkDataSetMapper.h>
+#include <vtkProperty.h>
 
 using namespace VISU;
 using namespace std;
index 3539d262f6224673f14e43fbc41fe3f3d59714a5..93da92ac33f85fb5c43216f9cd0df2be2f7c2676 100644 (file)
@@ -41,7 +41,7 @@
 #include <vtkXMLImageDataReader.h>
 #include <vtkScalarBarActor.h>
 #include <vtkTextProperty.h>
-
+#include <vtkProperty.h>
 
 using namespace VISU;
 using namespace std;
index 116c8a325266dc0d4a385d5656223299e2ae58b6..d96d41ca5f0c02957e46e117afcf76df7e21f8be 100644 (file)
 #include "VISU_ScalarMap_i.hh"
 #include "VISU_ScalarMapOnDeformedShape_i.hh"
 #include "VISU_Convertor.hxx"
-#include "VISU_Actor.h"
 #include "VISU_ScalarMapAct.h"
 
 #include <vtkUnstructuredGrid.h>
+#include <vtkProperty.h>
+#include <vtkMapper.h>
 
 using namespace VISU;
 using namespace std;
index 0a93d9fab6d212c75b491cb9a2d4badd204a67b8..071ba81109455fc4f7672e11ac95d854ce3f8da3 100644 (file)
@@ -31,6 +31,8 @@
 #include "VISU_VectorsPL.hxx"
 #include "VISU_Convertor.hxx"
 
+#include <vtkProperty.h>
+
 using namespace VISU;
 using namespace std;