X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMAlgo%2FGEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx;h=4d6e8320c286e108bd491f164df38be5684ede0c;hb=357991964c4929ef01edcf1d55eddd67f8512c29;hp=1f9c5f17a8ebc5b0c30312d220795f18f0a9c4aa;hpb=b8030029e00603b927b9e2135df018a0e0e05a4c;p=modules%2Fgeom.git diff --git a/src/GEOMAlgo/GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx b/src/GEOMAlgo/GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx index 1f9c5f17a..4d6e8320c 100644 --- a/src/GEOMAlgo/GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx +++ b/src/GEOMAlgo/GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx @@ -44,42 +44,27 @@ #ifndef _TCollection_MapNodePtr_HeaderFile #include #endif + class TopoDS_Shape; class TopTools_MapOfShape; class TopTools_ShapeMapHasher; class GEOMAlgo_DataMapOfShapeMapOfShape; class GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape; - - class GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape : public TCollection_MapNode { public: + GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape + (const TopoDS_Shape& K, const TopTools_MapOfShape& I, const TCollection_MapNodePtr& n); - - GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape(const TopoDS_Shape& K,const TopTools_MapOfShape& I,const TCollection_MapNodePtr& n); - - TopoDS_Shape& Key() const; - - TopTools_MapOfShape& Value() const; - - - + TopoDS_Shape& Key() const; + TopTools_MapOfShape& Value() const; DEFINE_STANDARD_RTTI(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape) -protected: - - - - -private: - - -TopoDS_Shape myKey; -TopTools_MapOfShape myValue; - - +private: + TopoDS_Shape myKey; + TopTools_MapOfShape myValue; }; #define TheKey TopoDS_Shape @@ -114,8 +99,4 @@ TopTools_MapOfShape myValue; #undef TCollection_DataMap #undef TCollection_DataMap_hxx - -// other Inline functions and methods (like "C++: function call" methods) - - #endif