- Added RTTI macro declarations and implementations for TFunction_Logbook
- Improved type identification for debugging and error reporting
#include <TFunction_Logbook.hxx>
#include <Standard_GUID.hxx>
+IMPLEMENT_STANDARD_RTTIEXT(TFunction_Logbook, TDF_Attribute)
+
//=======================================================================
// function : GetID
// purpose : Static method to get an ID
//! Prints th data of the attributes (touched, impacted and valid labels).
Standard_EXPORT virtual Standard_OStream& Dump(Standard_OStream& anOS) const Standard_OVERRIDE;
+ DEFINE_STANDARD_RTTIEXT(TFunction_Logbook, TDF_Attribute)
+
private:
TDF_LabelMap myTouched;
TDF_LabelMap myImpacted;