|
Open CASCADE Technology 6.5.2
|
Class is a container of three flags used
by intersection algorithm
#include <BOPTools_SSIntersectionAttribute.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BOPTools_SSIntersectionAttribute (const Standard_Boolean Aproximation=Standard_True, const Standard_Boolean PCurveOnS1=Standard_True, const Standard_Boolean PCurveOnS2=Standard_True) | |
| Initializes me by flags | |
| void | Approximation (const Standard_Boolean theFlag) |
| Modifier | |
| void | PCurveOnS1 (const Standard_Boolean theFlag) |
| Modifier | |
| void | PCurveOnS2 (const Standard_Boolean theFlag) |
| Modifier | |
| Standard_Boolean | Approximation () const |
| Selector | |
| Standard_Boolean | PCurveOnS1 () const |
| Selector | |
| Standard_Boolean | PCurveOnS2 () const |
| Selector | |
| BOPTools_SSIntersectionAttribute::BOPTools_SSIntersectionAttribute | ( | const Standard_Boolean | Aproximation = Standard_True, |
| const Standard_Boolean | PCurveOnS1 = Standard_True, |
||
| const Standard_Boolean | PCurveOnS2 = Standard_True |
||
| ) |
| void BOPTools_SSIntersectionAttribute::Approximation | ( | const Standard_Boolean | theFlag | ) |
| Standard_Boolean BOPTools_SSIntersectionAttribute::Approximation | ( | ) | const |
| void BOPTools_SSIntersectionAttribute::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BOPTools_SSIntersectionAttribute::operator new | ( | size_t | size | ) | [inline] |
| void* BOPTools_SSIntersectionAttribute::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void BOPTools_SSIntersectionAttribute::PCurveOnS1 | ( | const Standard_Boolean | theFlag | ) |
| Standard_Boolean BOPTools_SSIntersectionAttribute::PCurveOnS1 | ( | ) | const |
| void BOPTools_SSIntersectionAttribute::PCurveOnS2 | ( | const Standard_Boolean | theFlag | ) |
| Standard_Boolean BOPTools_SSIntersectionAttribute::PCurveOnS2 | ( | ) | const |
1.7.4