|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| | TNaming_ShapesSet () |
| Standard_EXPORT | TNaming_ShapesSet (const TopoDS_Shape &S, const TopAbs_ShapeEnum Type=TopAbs_SHAPE) |
| void | Clear () |
| | Removes all Shapes
.
|
| Standard_Boolean | Add (const TopoDS_Shape &S) |
| | Adds the Shape <s>
.
|
| Standard_Boolean | Contains (const TopoDS_Shape &S) const |
| | Returns True if <s> is in <me>
.
|
| Standard_Boolean | Remove (const TopoDS_Shape &S) |
| | Removes <s> in <me>.
.
|
| Standard_EXPORT void | Add (const TNaming_ShapesSet &Shapes) |
| | Adds the shapes contained in <shapes>.
.
|
| Standard_EXPORT void | Filter (const TNaming_ShapesSet &Shapes) |
| | Erases in <me> the shapes not
contained in <shapes>
.
|
| Standard_EXPORT void | Remove (const TNaming_ShapesSet &Shapes) |
| | Removes in <me> the shapes contained in <shapes>
.
|
| Standard_Boolean | IsEmpty () const |
| Standard_Integer | NbShapes () const |
| TopTools_MapOfShape & | ChangeMap () |
| const TopTools_MapOfShape & | Map () const |
Private Attributes |
| TopTools_MapOfShape | myMap |