Salome HOME
+typedef std::map< SMESH_subMesh*, std::vector<int> > MapShapeNbElems;
authoreap <eap@opencascade.com>
Thu, 29 Oct 2009 08:32:58 +0000 (08:32 +0000)
committereap <eap@opencascade.com>
Thu, 29 Oct 2009 08:32:58 +0000 (08:32 +0000)
+// vector must have size corresponding to EntityType_Last from SMDSAbs:
+typedef std::map< SMESH_subMesh*, std::vector<int> >::iterator MapShapeNbElemsItr;

src/SMESH/SMESH_Algo.hxx

index 240eb51f91b4bb29f8eb0253ac382a7a88c6a0b3..5a4648207164d6d3ae6a9ed69f7e53734423ae96 100644 (file)
@@ -54,6 +54,9 @@ class SMDS_MeshNode;
 class SMESH_subMesh;
 class SMESH_MesherHelper;
 
+typedef std::map< SMESH_subMesh*, std::vector<int> > MapShapeNbElems;
+// vector must have size corresponding to EntityType_Last from SMDSAbs:
+typedef std::map< SMESH_subMesh*, std::vector<int> >::iterator MapShapeNbElemsItr;
 
 class SMESH_EXPORT SMESH_Algo:public SMESH_Hypothesis
 {