mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-13 07:13:06 +05:00
To provide compatibility between VTK 4.2.2, 4.2.6 & 4.4 versions
This commit is contained in:
parent
013efe2c1d
commit
58a206c99d
@ -23,7 +23,7 @@
|
||||
#include <qcolor.h>
|
||||
#include <qstring.h>
|
||||
|
||||
#include <vtkSystemIncludes.h>
|
||||
#include "VTKViewer.h"
|
||||
|
||||
class vtkUnstructuredGrid;
|
||||
|
||||
|
@ -20,14 +20,14 @@
|
||||
|
||||
#include "SMESH_ExtractGeometry.h"
|
||||
|
||||
#include "vtkCell.h"
|
||||
#include "vtkCellData.h"
|
||||
#include "vtkFloatArray.h"
|
||||
#include "vtkIdList.h"
|
||||
#include "vtkImplicitFunction.h"
|
||||
#include "vtkObjectFactory.h"
|
||||
#include "vtkPointData.h"
|
||||
#include "vtkUnstructuredGrid.h"
|
||||
#include <vtkCell.h>
|
||||
#include <vtkCellData.h>
|
||||
#include <vtkFloatArray.h>
|
||||
#include <vtkIdList.h>
|
||||
#include <vtkImplicitFunction.h>
|
||||
#include <vtkObjectFactory.h>
|
||||
#include <vtkPointData.h>
|
||||
#include <vtkUnstructuredGrid.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
@ -23,8 +23,10 @@
|
||||
#include <vtkExtractGeometry.h>
|
||||
#include <vector>
|
||||
|
||||
#include "VTKViewer.h"
|
||||
|
||||
class SMESH_ExtractGeometry : public vtkExtractGeometry{
|
||||
class SMESH_ExtractGeometry : public vtkExtractGeometry
|
||||
{
|
||||
public:
|
||||
vtkTypeMacro(SMESH_ExtractGeometry,vtkExtractGeometry);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user