X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FOBJECT%2FSMESH_Object.cxx;fp=src%2FOBJECT%2FSMESH_Object.cxx;h=ca0e7418ef165dd24c7bd0258e2cdca02fa0c847;hb=45b8d1c35a847b6ca68ae6f332fae7003f4d57be;hp=ae6bd15f5c92f0e7c7f7738388712a43b1ee5cdc;hpb=ba76cf6d9630185552eed5c251b05e887c28379b;p=modules%2Fsmesh.git diff --git a/src/OBJECT/SMESH_Object.cxx b/src/OBJECT/SMESH_Object.cxx index ae6bd15f5..ca0e7418e 100644 --- a/src/OBJECT/SMESH_Object.cxx +++ b/src/OBJECT/SMESH_Object.cxx @@ -33,13 +33,13 @@ #include "SMESH_ControlsDef.hxx" #include "SalomeApp_Application.h" #include "VTKViewer_ExtractUnstructuredGrid.h" +#include "VTKViewer_CellLocationsArray.h" #include CORBA_SERVER_HEADER(SMESH_Gen) #include CORBA_SERVER_HEADER(SALOME_Exception) #include #include -#include #include #include @@ -418,7 +418,7 @@ void SMESH_VisualObjDef::buildElemPrs() // Insert cells in grid - vtkIdTypeArray* aCellLocationsArray = vtkIdTypeArray::New(); + VTKViewer_CellLocationsArray* aCellLocationsArray = VTKViewer_CellLocationsArray::New(); aCellLocationsArray->SetNumberOfComponents( 1 ); aCellLocationsArray->SetNumberOfTuples( aNbCells );