|
SHAPER
9.15.0
|
IndexedMap of Shape defined by TopoDS_Shape. More...

Public Member Functions | |
| GEOMAPI_EXPORT | GeomAPI_IndexedMapOfShape () |
| Constructor. More... | |
| GEOMAPI_EXPORT | GeomAPI_IndexedMapOfShape (const std::shared_ptr< GeomAPI_Shape > theMainShape) |
| Constructor. More... | |
| GEOMAPI_EXPORT void | MapShapes (const std::shared_ptr< GeomAPI_Shape > theMainShape) |
| Initialize the Map. More... | |
| GEOMAPI_EXPORT int | FindIndex (const std::shared_ptr< GeomAPI_Shape > theKey) |
| GEOMAPI_EXPORT int | FindIndexEqualLocations (const std::shared_ptr< GeomAPI_Shape > theKey) |
| GEOMAPI_EXPORT | ~GeomAPI_IndexedMapOfShape () |
| Destructor. More... | |
| template<class T > | |
| T * | implPtr () |
| Returns the pointer to the impl. More... | |
| template<class T > | |
| const T * | implPtr () const |
| Returns the pointer to the impl. More... | |
| template<class T > | |
| const T & | impl () const |
| Returns the reference object of the impl. More... | |
| template<class T > | |
| void | setImpl (T *theImpl) |
| Updates the impl (deletes the old one) More... | |
| GEOMAPI_EXPORT bool | empty () const |
| Returns true if the impl is empty. More... | |
IndexedMap of Shape defined by TopoDS_Shape.
|
inline |
Constructor.
| GeomAPI_IndexedMapOfShape::GeomAPI_IndexedMapOfShape | ( | const std::shared_ptr< GeomAPI_Shape > | theMainShape | ) |
Constructor.
| GeomAPI_IndexedMapOfShape::~GeomAPI_IndexedMapOfShape | ( | ) |
Destructor.
| void GeomAPI_IndexedMapOfShape::MapShapes | ( | const std::shared_ptr< GeomAPI_Shape > | theMainShape | ) |
Initialize the Map.
| int GeomAPI_IndexedMapOfShape::FindIndex | ( | const std::shared_ptr< GeomAPI_Shape > | theKey | ) |
| int GeomAPI_IndexedMapOfShape::FindIndexEqualLocations | ( | const std::shared_ptr< GeomAPI_Shape > | theKey | ) |
|
inlineinherited |
Returns the pointer to the impl.
|
inlineinherited |
Returns the pointer to the impl.
|
inlineinherited |
Returns the reference object of the impl.
|
inlineinherited |
Updates the impl (deletes the old one)
|
inherited |
Returns true if the impl is empty.