Salome HOME
22359: Body Fitting algorithm: grid orientation
authoreap <eap@opencascade.com>
Tue, 4 Feb 2014 13:05:33 +0000 (13:05 +0000)
committereap <eap@opencascade.com>
Tue, 4 Feb 2014 13:05:33 +0000 (13:05 +0000)
commita62ca0b865089cbe32f5153341c02fbc6db88467
tree8d0911ff39d0c1cc7ce88f925327a127e0ab4877
parentcd3ffac3fabc68b4d1dee2ad199302f04b20d2c8
22359: Body Fitting algorithm: grid orientation

Move global methods needed for NCollection_DataMap< TopoDS_Shape, * >
to class SMESHDS_Hasher in order not to clash with the same global definitions

-  typedef NCollection_DataMap< TopoDS_Shape, THypList > ShapeToHypothesis;
+  typedef NCollection_DataMap< TopoDS_Shape, THypList, SMESHDS_Hasher > ShapeToHypothesis;
src/SMESHDS/SMESHDS_DataMapOfShape.hxx
src/SMESHDS/SMESHDS_Mesh.hxx