To avoid compilation errors.

vtkProperty header file is removed from VTKViewer_Actor header file.
This commit is contained in:
apo 2006-02-03 09:56:36 +00:00
parent 2510e5a892
commit 14ba28eca8
8 changed files with 9 additions and 1 deletions

View File

@ -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>

View File

@ -65,6 +65,7 @@
#include <vtkUnsignedCharArray.h>
#include <vtkUnstructuredGrid.h>
#include <vtkDataSetMapper.h>
#include <vtkProperty.h>
// QT Includes
#include <qbuttongroup.h>

View File

@ -69,6 +69,7 @@
#include <vtkPlaneSource.h>
#include <vtkPolyData.h>
#include <vtkRenderer.h>
#include <vtkProperty.h>
// STL includes
#include <algorithm>

View File

@ -62,6 +62,7 @@
#include <vtkUnsignedCharArray.h>
#include <vtkUnstructuredGrid.h>
#include <vtkDataSetMapper.h>
#include <vtkProperty.h>
// QT Includes
#include <qapplication.h>

View File

@ -91,6 +91,7 @@
#include <vtkUnsignedCharArray.h>
#include <vtkUnstructuredGrid.h>
#include <vtkDataSetMapper.h>
#include <vtkProperty.h>
#define SPACING 5
#define MARGIN 10

View File

@ -63,6 +63,7 @@
#include <vtkUnsignedCharArray.h>
#include <vtkUnstructuredGrid.h>
#include <vtkDataSetMapper.h>
#include <vtkProperty.h>
// QT includes
#include <qgroupbox.h>

View File

@ -70,6 +70,7 @@
#include <vtkUnsignedCharArray.h>
#include <vtkUnstructuredGrid.h>
#include <vtkDataSetMapper.h>
#include <vtkProperty.h>
// QT Includes
#include <qframe.h>

View File

@ -69,6 +69,7 @@
#include <vtkDataSetMapper.h>
#include <vtkActorCollection.h>
#include <vtkRenderer.h>
#include <vtkProperty.h>
// QT Includes
#include <qbuttongroup.h>