mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-13 15:03:07 +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 <qcolor.h>
|
||||||
#include <qstring.h>
|
#include <qstring.h>
|
||||||
|
|
||||||
#include <vtkSystemIncludes.h>
|
#include "VTKViewer.h"
|
||||||
|
|
||||||
class vtkUnstructuredGrid;
|
class vtkUnstructuredGrid;
|
||||||
|
|
||||||
|
@ -20,14 +20,14 @@
|
|||||||
|
|
||||||
#include "SMESH_ExtractGeometry.h"
|
#include "SMESH_ExtractGeometry.h"
|
||||||
|
|
||||||
#include "vtkCell.h"
|
#include <vtkCell.h>
|
||||||
#include "vtkCellData.h"
|
#include <vtkCellData.h>
|
||||||
#include "vtkFloatArray.h"
|
#include <vtkFloatArray.h>
|
||||||
#include "vtkIdList.h"
|
#include <vtkIdList.h>
|
||||||
#include "vtkImplicitFunction.h"
|
#include <vtkImplicitFunction.h>
|
||||||
#include "vtkObjectFactory.h"
|
#include <vtkObjectFactory.h>
|
||||||
#include "vtkPointData.h"
|
#include <vtkPointData.h>
|
||||||
#include "vtkUnstructuredGrid.h"
|
#include <vtkUnstructuredGrid.h>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
@ -23,8 +23,10 @@
|
|||||||
#include <vtkExtractGeometry.h>
|
#include <vtkExtractGeometry.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#include "VTKViewer.h"
|
||||||
|
|
||||||
class SMESH_ExtractGeometry : public vtkExtractGeometry{
|
class SMESH_ExtractGeometry : public vtkExtractGeometry
|
||||||
|
{
|
||||||
public:
|
public:
|
||||||
vtkTypeMacro(SMESH_ExtractGeometry,vtkExtractGeometry);
|
vtkTypeMacro(SMESH_ExtractGeometry,vtkExtractGeometry);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user