Salome HOME
To avoid compilation errors.
authorapo <apo@opencascade.com>
Fri, 3 Feb 2006 09:56:36 +0000 (09:56 +0000)
committerapo <apo@opencascade.com>
Fri, 3 Feb 2006 09:56:36 +0000 (09:56 +0000)
vtkProperty header file is removed from VTKViewer_Actor header file.

src/OBJECT/SMESH_Actor.cxx
src/SMESHGUI/SMESHGUI_AddMeshElementDlg.cxx
src/SMESHGUI/SMESHGUI_ClippingDlg.cxx
src/SMESHGUI/SMESHGUI_CreatePolyhedralVolumeDlg.cxx
src/SMESHGUI/SMESHGUI_MeshPatternDlg.cxx
src/SMESHGUI/SMESHGUI_MoveNodesDlg.cxx
src/SMESHGUI/SMESHGUI_MultiEditDlg.cxx
src/SMESHGUI/SMESHGUI_NodesDlg.cxx

index d06df22df5c231335d061bd5e434b0f02bbcd474..5b21ac70adb8da25319fd6ec0baa8a7e9c455991 100644 (file)
 #include "SMESH_ActorUtils.h"
 #include "SMESH_DeviceActor.h"
 #include "SMESH_ControlsDef.hxx"
-#include <VTKViewer_ExtractUnstructuredGrid.h>
+#include "VTKViewer_ExtractUnstructuredGrid.h"
 
 #include "SUIT_Session.h"
 #include "SUIT_ResourceMgr.h"
 
 #include <qstringlist.h>
 
+#include <vtkProperty.h>
 #include <vtkTimeStamp.h>
 #include <vtkObjectFactory.h>
 #include <vtkShrinkPolyData.h>
index 0b5e3202281016de00803c62b8f35e1f83ba53d5..7a396fd41a05363b9719f6211f42086f4bca6fba 100644 (file)
@@ -65,6 +65,7 @@
 #include <vtkUnsignedCharArray.h>
 #include <vtkUnstructuredGrid.h>
 #include <vtkDataSetMapper.h>
+#include <vtkProperty.h>
 
 // QT Includes
 #include <qbuttongroup.h>
index 4fe87b62a74e4fc8ac1a48040b1d230d5ee39258..5bac21893f884e8411a88801233b2decf7f5df5b 100644 (file)
@@ -69,6 +69,7 @@
 #include <vtkPlaneSource.h>
 #include <vtkPolyData.h>
 #include <vtkRenderer.h>
+#include <vtkProperty.h>
 
 // STL includes
 #include <algorithm>
index e192ee20f62d2615960a57f3fbffc1203066cf96..abced02c6f3f21361b964235beb65ece2e440917 100644 (file)
@@ -62,6 +62,7 @@
 #include <vtkUnsignedCharArray.h>
 #include <vtkUnstructuredGrid.h>
 #include <vtkDataSetMapper.h>
+#include <vtkProperty.h>
 
 // QT Includes
 #include <qapplication.h>
index 205b5b3463539608e70d41bcd577e0dadaa850d3..c7ceb4bb9072dc1ebc8281f16b03fd7067ed2e76 100755 (executable)
@@ -91,6 +91,7 @@
 #include <vtkUnsignedCharArray.h>
 #include <vtkUnstructuredGrid.h>
 #include <vtkDataSetMapper.h>
+#include <vtkProperty.h>
 
 #define SPACING 5
 #define MARGIN  10
index 1cb0413fbca6efc0e61f5fd7af359c25c66c02db..1f8dbe539e77d0fccc081e167740f5aa1ab717be 100644 (file)
@@ -63,6 +63,7 @@
 #include <vtkUnsignedCharArray.h>
 #include <vtkUnstructuredGrid.h>
 #include <vtkDataSetMapper.h>
+#include <vtkProperty.h>
 
 // QT includes
 #include <qgroupbox.h>
index 611365f8c2cf9684fb94fa1c669d786416a32a7c..74ad155bd575c272e8dcc8dbaf788fbf5cbd4dd5 100755 (executable)
@@ -70,6 +70,7 @@
 #include <vtkUnsignedCharArray.h>
 #include <vtkUnstructuredGrid.h>
 #include <vtkDataSetMapper.h>
+#include <vtkProperty.h>
 
 // QT Includes
 #include <qframe.h>
index 55b31e524992ad655dae41f74183e459bf5d2f75..0e29413e74fcba6bcf2ee3977985b199ff6e0832 100644 (file)
@@ -69,6 +69,7 @@
 #include <vtkDataSetMapper.h>
 #include <vtkActorCollection.h>
 #include <vtkRenderer.h>
+#include <vtkProperty.h>
 
 // QT Includes
 #include <qbuttongroup.h>