From: apo Date: Fri, 3 Feb 2006 10:28:08 +0000 (+0000) Subject: To avoid compilation errors. X-Git-Tag: mergeto_trunk_07Feb06~15 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1e00e80d067fe62f1ffb185eca2323b2f3b45b91;p=modules%2Fvisu.git To avoid compilation errors. vtkProperty header file is removed from VTKViewer_Actor header file. --- diff --git a/src/OBJECT/VISU_GaussPtsAct.h b/src/OBJECT/VISU_GaussPtsAct.h index 822238f4..4e7094b9 100644 --- a/src/OBJECT/VISU_GaussPtsAct.h +++ b/src/OBJECT/VISU_GaussPtsAct.h @@ -54,6 +54,7 @@ class VISU_FramedTextActor; class vtkUnstructuredGrid; class vtkDataSetMapper; +class vtkDataArray; class vtkInteractorObserver; class vtkCallbackCommand; diff --git a/src/OBJECT/VISU_ScalarMapAct.cxx b/src/OBJECT/VISU_ScalarMapAct.cxx index 527f726f..73112dae 100644 --- a/src/OBJECT/VISU_ScalarMapAct.cxx +++ b/src/OBJECT/VISU_ScalarMapAct.cxx @@ -32,6 +32,7 @@ #include #include +#include vtkStandardNewMacro(VISU_ScalarMapAct); diff --git a/src/VISUGUI/VisuGUI_ClippingDlg.cxx b/src/VISUGUI/VisuGUI_ClippingDlg.cxx index c2bd7a5c..2c9f7f1b 100644 --- a/src/VISUGUI/VisuGUI_ClippingDlg.cxx +++ b/src/VISUGUI/VisuGUI_ClippingDlg.cxx @@ -63,6 +63,7 @@ #include #include #include +#include // OCCT Includes #include diff --git a/src/VISUGUI/VisuGUI_TimeAnimation.cxx b/src/VISUGUI/VisuGUI_TimeAnimation.cxx index 2ade8740..dd40bb95 100644 --- a/src/VISUGUI/VisuGUI_TimeAnimation.cxx +++ b/src/VISUGUI/VisuGUI_TimeAnimation.cxx @@ -50,6 +50,7 @@ #include "SUIT_FileDlg.h" #include +#include #include #include diff --git a/src/VISU_I/VISU_DeformedShape_i.cc b/src/VISU_I/VISU_DeformedShape_i.cc index 64f13d0a..83f679ce 100644 --- a/src/VISU_I/VISU_DeformedShape_i.cc +++ b/src/VISU_I/VISU_DeformedShape_i.cc @@ -32,6 +32,7 @@ #include "VISU_Convertor.hxx" #include +#include using namespace VISU; using namespace std; diff --git a/src/VISU_I/VISU_GaussPoints_i.cc b/src/VISU_I/VISU_GaussPoints_i.cc index 3539d262..93da92ac 100644 --- a/src/VISU_I/VISU_GaussPoints_i.cc +++ b/src/VISU_I/VISU_GaussPoints_i.cc @@ -41,7 +41,7 @@ #include #include #include - +#include using namespace VISU; using namespace std; diff --git a/src/VISU_I/VISU_ScalarMapOnDeformedShape_i.cc b/src/VISU_I/VISU_ScalarMapOnDeformedShape_i.cc index 116c8a32..d96d41ca 100644 --- a/src/VISU_I/VISU_ScalarMapOnDeformedShape_i.cc +++ b/src/VISU_I/VISU_ScalarMapOnDeformedShape_i.cc @@ -29,10 +29,11 @@ #include "VISU_ScalarMap_i.hh" #include "VISU_ScalarMapOnDeformedShape_i.hh" #include "VISU_Convertor.hxx" -#include "VISU_Actor.h" #include "VISU_ScalarMapAct.h" #include +#include +#include using namespace VISU; using namespace std; diff --git a/src/VISU_I/VISU_Vectors_i.cc b/src/VISU_I/VISU_Vectors_i.cc index 0a93d9fa..071ba811 100644 --- a/src/VISU_I/VISU_Vectors_i.cc +++ b/src/VISU_I/VISU_Vectors_i.cc @@ -31,6 +31,8 @@ #include "VISU_VectorsPL.hxx" #include "VISU_Convertor.hxx" +#include + using namespace VISU; using namespace std;