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