20 #ifndef GeomAPI_IndexedMapOfShape_H_
21 #define GeomAPI_IndexedMapOfShape_H_
23 #include <GeomAPI_Interface.h>
24 #include <GeomAPI_Shape.h>
43 void MapShapes(
const std::shared_ptr<GeomAPI_Shape> theMainShape);
47 int FindIndex(
const std::shared_ptr<GeomAPI_Shape> theKey);
IndexedMap of Shape defined by TopoDS_Shape.
Definition: GeomAPI_IndexedMapOfShape.h:31
GEOMAPI_EXPORT int FindIndexEqualLocations(const std::shared_ptr< GeomAPI_Shape > theKey)
Definition: GeomAPI_IndexedMapOfShape.cpp:68
GEOMAPI_EXPORT ~GeomAPI_IndexedMapOfShape()
Destructor.
Definition: GeomAPI_IndexedMapOfShape.cpp:91
GEOMAPI_EXPORT int FindIndex(const std::shared_ptr< GeomAPI_Shape > theKey)
Definition: GeomAPI_IndexedMapOfShape.cpp:49
GEOMAPI_EXPORT void MapShapes(const std::shared_ptr< GeomAPI_Shape > theMainShape)
Initialize the Map.
Definition: GeomAPI_IndexedMapOfShape.cpp:34
GEOMAPI_EXPORT GeomAPI_IndexedMapOfShape()
Constructor.
Definition: GeomAPI_IndexedMapOfShape.h:35
General base class for all interfaces in this package.
Definition: GeomAPI_Interface.h:38