#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) |
Standard_EXPORT | 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. . | |
Private Attributes | |
Standard_Integer | myFlags |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|