|
Open CASCADE Technology 6.5.2
|
This class provides options closure management.
#include <TDF_ClosureMode.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| TDF_ClosureMode (const Standard_Boolean aMode=Standard_True) | |
| Creates an objet with all modes set to <aMode>. | |
| void | Descendants (const Standard_Boolean aStatus) |
| Sets the mode "Descendants" to <aStatus>. "Descendants" mode means we add to the data set the children labels of each USER GIVEN label. We do not do that with the labels found applying UpToFirstLevel option. | |
| Standard_Boolean | Descendants () const |
| Returns true if the mode "Descendants" is set. | |
| void | References (const Standard_Boolean aStatus) |
| Sets the mode "References" to <aStatus>. "References" mode means we add to the data set the descendants of an attribute, by calling the attribute method Descendants(). | |
| Standard_Boolean | References () const |
| Returns true if the mode "References" is set. | |
| TDF_ClosureMode::TDF_ClosureMode | ( | const Standard_Boolean | aMode = Standard_True | ) |
| void TDF_ClosureMode::Descendants | ( | const Standard_Boolean | aStatus | ) |
| Standard_Boolean TDF_ClosureMode::Descendants | ( | ) | const |
| void TDF_ClosureMode::operator delete | ( | void * | anAddress | ) | [inline] |
| void* TDF_ClosureMode::operator new | ( | size_t | size | ) | [inline] |
| void* TDF_ClosureMode::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void TDF_ClosureMode::References | ( | const Standard_Boolean | aStatus | ) |
| Standard_Boolean TDF_ClosureMode::References | ( | ) | const |
1.7.4