|
Open CASCADE Technology
6.7.1
|
This class provides options closure management.
More...
#include <TDF_ClosureMode.hxx>
Public Member Functions | |
| TDF_ClosureMode (const Standard_Boolean aMode=Standard_True) | |
| Creates an objet with all modes set to <aMode>. More... | |
| void | Descendants (const Standard_Boolean aStatus) |
Sets the mode "Descendants" to <aStatus>. <br> | |
| Standard_Boolean | Descendants () const |
Returns true if the mode "Descendants" is set. <br> | |
| void | References (const Standard_Boolean aStatus) |
Sets the mode "References" to <aStatus>. <br> | |
| Standard_Boolean | References () const |
Returns true if the mode "References" is set. <br> | |
This class provides options closure management.
| TDF_ClosureMode::TDF_ClosureMode | ( | const Standard_Boolean | aMode = Standard_True | ) |
Creates an objet with all modes set to <aMode>.
| void TDF_ClosureMode::Descendants | ( | const Standard_Boolean | aStatus | ) |
Sets the mode "Descendants" to <aStatus>. <br>
"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 TDF_ClosureMode::Descendants | ( | ) | const |
Returns true if the mode "Descendants" is set. <br>
| void TDF_ClosureMode::References | ( | const Standard_Boolean | aStatus | ) |
Sets the mode "References" to <aStatus>. <br>
"References" mode means we add to the data set
the descendants of an attribute, by calling the
attribute method Descendants().
| Standard_Boolean TDF_ClosureMode::References | ( | ) | const |
Returns true if the mode "References" is set. <br>
1.8.5