mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-16 02:23:07 +05:00
To avoid compilation errors.
vtkProperty header file is removed from VTKViewer_Actor header file.
This commit is contained in:
parent
2510e5a892
commit
14ba28eca8
@ -31,13 +31,14 @@
|
||||
#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>
|
||||
|
@ -65,6 +65,7 @@
|
||||
#include <vtkUnsignedCharArray.h>
|
||||
#include <vtkUnstructuredGrid.h>
|
||||
#include <vtkDataSetMapper.h>
|
||||
#include <vtkProperty.h>
|
||||
|
||||
// QT Includes
|
||||
#include <qbuttongroup.h>
|
||||
|
@ -69,6 +69,7 @@
|
||||
#include <vtkPlaneSource.h>
|
||||
#include <vtkPolyData.h>
|
||||
#include <vtkRenderer.h>
|
||||
#include <vtkProperty.h>
|
||||
|
||||
// STL includes
|
||||
#include <algorithm>
|
||||
|
@ -62,6 +62,7 @@
|
||||
#include <vtkUnsignedCharArray.h>
|
||||
#include <vtkUnstructuredGrid.h>
|
||||
#include <vtkDataSetMapper.h>
|
||||
#include <vtkProperty.h>
|
||||
|
||||
// QT Includes
|
||||
#include <qapplication.h>
|
||||
|
@ -91,6 +91,7 @@
|
||||
#include <vtkUnsignedCharArray.h>
|
||||
#include <vtkUnstructuredGrid.h>
|
||||
#include <vtkDataSetMapper.h>
|
||||
#include <vtkProperty.h>
|
||||
|
||||
#define SPACING 5
|
||||
#define MARGIN 10
|
||||
|
@ -63,6 +63,7 @@
|
||||
#include <vtkUnsignedCharArray.h>
|
||||
#include <vtkUnstructuredGrid.h>
|
||||
#include <vtkDataSetMapper.h>
|
||||
#include <vtkProperty.h>
|
||||
|
||||
// QT includes
|
||||
#include <qgroupbox.h>
|
||||
|
@ -70,6 +70,7 @@
|
||||
#include <vtkUnsignedCharArray.h>
|
||||
#include <vtkUnstructuredGrid.h>
|
||||
#include <vtkDataSetMapper.h>
|
||||
#include <vtkProperty.h>
|
||||
|
||||
// QT Includes
|
||||
#include <qframe.h>
|
||||
|
@ -69,6 +69,7 @@
|
||||
#include <vtkDataSetMapper.h>
|
||||
#include <vtkActorCollection.h>
|
||||
#include <vtkRenderer.h>
|
||||
#include <vtkProperty.h>
|
||||
|
||||
// QT Includes
|
||||
#include <qbuttongroup.h>
|
||||
|
Loading…
Reference in New Issue
Block a user