|
Open CASCADE Technology
6.5.4
|
#include <TColStd_SetOfInteger.hxx>
Public Member Functions | |
| DEFINE_STANDARD_ALLOC | TColStd_SetOfInteger () |
| Standard_Integer | Extent () const |
| Standard_Boolean | IsEmpty () const |
| void | Clear () |
| Standard_Boolean | Add (const Standard_Integer &T) |
| Standard_Boolean | Remove (const Standard_Integer &T) |
| void | Union (const TColStd_SetOfInteger &B) |
| void | Intersection (const TColStd_SetOfInteger &B) |
| void | Difference (const TColStd_SetOfInteger &B) |
| Standard_Boolean | Contains (const Standard_Integer &T) const |
| Standard_Boolean | IsASubset (const TColStd_SetOfInteger &S) const |
| Standard_Boolean | IsAProperSubset (const TColStd_SetOfInteger &S) const |
| Standard_Integer TColStd_SetOfInteger::Extent | ( | ) | const |
1.8.0