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