]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMDS/SMDS_UnstructuredGrid.hxx
Salome HOME
use vtkIdType to be independant of architecture
[modules/smesh.git] / src / SMDS / SMDS_UnstructuredGrid.hxx
index 2d5025ca18f11bbaacbda0a4775074adc7c6b213..f69012f02dcae6b7a1bb82a61197657558c92ad3 100644 (file)
@@ -64,7 +64,7 @@ public:
   int GetNeighbors(int* neighborsVtkIds, int* downIds, unsigned char* downTypes, int vtkId);
   void GetNodeIds(std::set<int>& nodeSet, int downId, unsigned char downType);
   void ModifyCellNodes(int vtkVolId, std::map<int, int> localClonedNodeIds);
-  int getOrderedNodesOfFace(int vtkVolId, std::vector<int>& orderedNodes);
+  int getOrderedNodesOfFace(int vtkVolId, std::vector<vtkIdType>& orderedNodes);
   void BuildLinks();
   vtkCellLinks* GetLinks()
   {