|
Open CASCADE Technology 6.5.2
|
#include <TColStd_SetOfReal.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| TColStd_SetOfReal () | |
| Standard_Integer | Extent () const |
| Standard_Boolean | IsEmpty () const |
| void | Clear () |
| Standard_Boolean | Add (const Standard_Real &T) |
| Standard_Boolean | Remove (const Standard_Real &T) |
| void | Union (const TColStd_SetOfReal &B) |
| void | Intersection (const TColStd_SetOfReal &B) |
| void | Difference (const TColStd_SetOfReal &B) |
| Standard_Boolean | Contains (const Standard_Real &T) const |
| Standard_Boolean | IsASubset (const TColStd_SetOfReal &S) const |
| Standard_Boolean | IsAProperSubset (const TColStd_SetOfReal &S) const |
| TColStd_SetOfReal::TColStd_SetOfReal | ( | ) |
| Standard_Boolean TColStd_SetOfReal::Add | ( | const Standard_Real & | T | ) |
| void TColStd_SetOfReal::Clear | ( | ) |
| Standard_Boolean TColStd_SetOfReal::Contains | ( | const Standard_Real & | T | ) | const |
| void TColStd_SetOfReal::Difference | ( | const TColStd_SetOfReal & | B | ) |
| Standard_Integer TColStd_SetOfReal::Extent | ( | ) | const |
| void TColStd_SetOfReal::Intersection | ( | const TColStd_SetOfReal & | B | ) |
| Standard_Boolean TColStd_SetOfReal::IsAProperSubset | ( | const TColStd_SetOfReal & | S | ) | const |
| Standard_Boolean TColStd_SetOfReal::IsASubset | ( | const TColStd_SetOfReal & | S | ) | const |
| Standard_Boolean TColStd_SetOfReal::IsEmpty | ( | ) | const |
| void TColStd_SetOfReal::operator delete | ( | void * | anAddress | ) | [inline] |
| void* TColStd_SetOfReal::operator new | ( | size_t | size | ) | [inline] |
| void* TColStd_SetOfReal::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| Standard_Boolean TColStd_SetOfReal::Remove | ( | const Standard_Real & | T | ) |
| void TColStd_SetOfReal::Union | ( | const TColStd_SetOfReal & | B | ) |
1.7.4