mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-26 09:07:55 +05:00
To avoid compilation errors.
vtkProperty header file is removed from VTKViewer_Actor header file.
This commit is contained in:
parent
77c6e92158
commit
e043c773bb
@ -42,6 +42,7 @@
|
|||||||
#include <vtkMatrix4x4.h>
|
#include <vtkMatrix4x4.h>
|
||||||
#include <vtkMath.h>
|
#include <vtkMath.h>
|
||||||
|
|
||||||
|
#include <vtkProperty.h>
|
||||||
#include <vtkRenderer.h>
|
#include <vtkRenderer.h>
|
||||||
#include <vtkCamera.h>
|
#include <vtkCamera.h>
|
||||||
|
|
||||||
|
@ -33,7 +33,8 @@
|
|||||||
|
|
||||||
#include "GEOM_AssemblyBuilder.h"
|
#include "GEOM_AssemblyBuilder.h"
|
||||||
#include "GEOM_Actor.h"
|
#include "GEOM_Actor.h"
|
||||||
#include "utilities.h"
|
|
||||||
|
#include <vtkProperty.h>
|
||||||
|
|
||||||
// Open CASCADE Includes
|
// Open CASCADE Includes
|
||||||
#include <TopExp_Explorer.hxx>
|
#include <TopExp_Explorer.hxx>
|
||||||
@ -47,6 +48,8 @@
|
|||||||
#include <TopTools_ListOfShape.hxx>
|
#include <TopTools_ListOfShape.hxx>
|
||||||
#include <TopoDS_Iterator.hxx>
|
#include <TopoDS_Iterator.hxx>
|
||||||
|
|
||||||
|
#include "utilities.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
// SALOME
|
// SALOME
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user