|
CFx SDK Documentation 2026 SP0
|
#include <IfcOwnerHistoryAutoImpl.h>
Public Member Functions | |
| const OdDAIObjectId & | getOwningUser () const |
| void | setOwningUser (const OdDAIObjectId &OwningUser) |
| const OdDAIObjectId & | getOwningApplication () const |
| void | setOwningApplication (const OdDAIObjectId &OwningApplication) |
| IfcStateEnum | getState () const |
| void | setState (IfcStateEnum State) |
| IfcChangeActionEnum | getChangeAction () const |
| void | setChangeAction (IfcChangeActionEnum ChangeAction) |
| int | getLastModifiedDate () const |
| void | setLastModifiedDate (int LastModifiedDate) |
| const OdDAIObjectId & | getLastModifyingUser () const |
| void | setLastModifyingUser (const OdDAIObjectId &LastModifyingUser) |
| const OdDAIObjectId & | getLastModifyingApplication () const |
| void | setLastModifyingApplication (const OdDAIObjectId &LastModifyingApplication) |
| int | getCreationDate () const |
| void | setCreationDate (int CreationDate) |
| IfcOwnerHistory () | |
| virtual OdResult | inFields (OdDAI::OdSpfFilerBase *rdFiler) override |
| virtual OdResult | outFields (OdDAI::OdSpfFilerBase *wrFiler) override |
| virtual OdDAI::Entity * | getInstanceType () const override |
| virtual OdRxValue | getAttr (const char *attrName) const override |
| virtual bool | comparedToEarlyImpl (const OdDAI::ApplicationInstance *pOther, OdRx::Ordering &ordering) const override |
| virtual void | unsetAttr (const char *explicitAttrName) override |
| virtual bool | testAttr (const char *explicitAttrName) const override |
| virtual bool | putAttr (const char *explicitAttrName, const OdRxValue &val) override |
| virtual bool | isKindOf (OdIfc::OdIfcEntityType entityType) const override |
| virtual OdIfc::OdIfcEntityType | type () const override |
| virtual OdRxValue | getAttr (const OdIfc::OdIfcAttribute attrDef) const override |
| virtual void | unsetAttr (const OdIfc::OdIfcAttribute explicitAttrDef) override |
| virtual bool | testAttr (const OdIfc::OdIfcAttribute explicitAttrDef) const override |
| virtual bool | putAttr (const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val) override |
Public Member Functions inherited from OdIfc4::OdIfc4Instance | |
| void | setInverseCounterParts () override |
Public Member Functions inherited from OdIfc::OdIfcInstance | |
| ODRX_DECLARE_MEMBERS (OdIfcInstance) | |
| OdIfcInstance () | |
| ~OdIfcInstance () | |
| bool | isInstanceOf (OdIfcEntityType entityType) const |
| IfcOpResult | resolved () |
| void | resolve (IfcOpResult resolved, void *resPtr) |
| void | unresolve () |
| virtual void | setGsNode (OdGsCache *pGsNode) |
| virtual OdGsCache * | gsNode () const |
| virtual OdUInt32 | subSetAttributes (OdGiDrawableTraits *traits) const |
| virtual bool | subWorldDraw (OdGiWorldDraw *wd) const |
| virtual OdDbStub * | ownerId () const |
Protected Attributes | |
| OdDAIObjectId | m_OwningUser |
| OdDAIObjectId | m_OwningApplication |
| OdDAI::Enum | m_State |
| OdDAI::Enum | m_ChangeAction |
| int | m_LastModifiedDate |
| OdDAIObjectId | m_LastModifyingUser |
| OdDAIObjectId | m_LastModifyingApplication |
| int | m_CreationDate |
Protected Attributes inherited from OdIfc::OdIfcInstance | |
| void * | m_resPtr |
| IfcOpResult | m_resolved |
Additional Inherited Members | |
Static Public Member Functions inherited from OdIfc::OdIfcInstance | |
| static const OdGePoint3d * | asPoint3d (const OdIfcInstance *inst) |
| static const OdGePoint2d * | asPoint2d (const OdIfcInstance *inst) |
| static const OdGeVector3d * | asVector3d (const OdIfcInstance *inst) |
| static const OdGeVector2d * | asVector2d (const OdIfcInstance *inst) |
| static const OdGeMatrix2d * | asMatrix2d (const OdIfcInstance *inst) |
| static const OdGeMatrix3d * | asMatrix3d (const OdIfcInstance *inst) |
| static OdIfcCompoundPtr | asCompound (OdSmartPtr< OdIfcInstance > inst) |
| static const OdCmEntityColor * | asRgbColor (const OdIfcInstance *inst) |
IfcOwnerHistory defines all history and identification related information. To provide fast access it is directly attached to all independent objects, relationships and properties. IfcOwnerHistory identifies the creating and owning application and user for the associated object, and captures the last modifying application and user.
\changes
IFC4 changes: Attribute ChangeAction is now optional
Definition at line 53 of file Ifc4/IfcOwnerHistoryAutoImpl.h.
| OdIfc4::IfcOwnerHistory::IfcOwnerHistory | ( | ) |
Default constructor for the IfcOwnerHistory class.
|
overridevirtual |
Early-bound version of instances comparison.
| pOther | [in] Other application instance. |
| ordering | [out] Receives the ordering (comparison) status. |
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc::OdIfcInstance.
| IfcChangeActionEnum OdIfc4::IfcOwnerHistory::getChangeAction | ( | ) | const |
Returns the value of ChangeAction attribute. This attribute represents enumeration that defines the actions associated with changes made to the object.
| int OdIfc4::IfcOwnerHistory::getCreationDate | ( | ) | const |
Returns the value of CreationDate attribute. This attribute represents the date and time expressed in UTC (Universal Time Coordinated, formerly Greenwich Mean Time or GMT) when first created by the original OwningApplication. Once defined this value remains unchanged through the lifetime of the entity.
|
overridevirtual |
Returns a type of a class instance.
| int OdIfc4::IfcOwnerHistory::getLastModifiedDate | ( | ) | const |
Returns the value of LastModifiedDate attribute. This attribute represents date and time expressed in UTC (Universal Time Coordinated, formerly Greenwich Mean Time or GMT) at which the last modification was made by last modifying user (LastModifyingUser attribute) and last modifying application (LastModifyingApplication attribute).
| const OdDAIObjectId & OdIfc4::IfcOwnerHistory::getLastModifyingApplication | ( | ) | const |
Returns the value of LastModifyingApplication attribute. This attribute represents application used to make the last modification.
| const OdDAIObjectId & OdIfc4::IfcOwnerHistory::getLastModifyingUser | ( | ) | const |
Returns the value of LastModifyingUser attribute. This attribute represents user who made the last modification using last modifying application (LastModifyingApplication attribute).
| const OdDAIObjectId & OdIfc4::IfcOwnerHistory::getOwningApplication | ( | ) | const |
Returns the value of OwningApplication attribute. This attribute represents reference to the application which currently "owns" this object on behalf of the owning user of the application. IFC includes the concept of ownership transfer from one application to another and therefore distinguishes between the Owning Application and Creating Application.
| const OdDAIObjectId & OdIfc4::IfcOwnerHistory::getOwningUser | ( | ) | const |
Returns the value of OwningUser attribute. This attribute represents reference to the end user who currently "owns" this object. IFC includes the concept of ownership transfer from one user to another and therefore distinguishes between the Owning User and Creating User.
| IfcStateEnum OdIfc4::IfcOwnerHistory::getState | ( | ) | const |
Returns the value of State attribute. This attribute represents enumeration that defines the current access state of the object.
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrName | [in] Explicit name of the attribute to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc::OdIfcInstance.
| void OdIfc4::IfcOwnerHistory::setChangeAction | ( | IfcChangeActionEnum | ChangeAction | ) |
Sets the value of ChangeAction attribute. This attribute represents enumeration that defines the actions associated with changes made to the object.
| ChangeAction | [in] ChangeAction attribute to set. |
| void OdIfc4::IfcOwnerHistory::setCreationDate | ( | int | CreationDate | ) |
Sets the value of CreationDate attribute. This attribute represents the date and time expressed in UTC (Universal Time Coordinated, formerly Greenwich Mean Time or GMT) when first created by the original OwningApplication. Once defined this value remains unchanged through the lifetime of the entity.
| CreationDate | [in] Creation date to set. |
| void OdIfc4::IfcOwnerHistory::setLastModifiedDate | ( | int | LastModifiedDate | ) |
Sets the value of LastModifiedDate attribute. This attribute represents date and time expressed in UTC (Universal Time Coordinated, formerly Greenwich Mean Time or GMT) at which the last modification was made by last modifying user (LastModifyingUser attribute) and last modifying application (LastModifyingApplication attribute).
| LastModifiedDate | [in] Last modified date to set. |
| void OdIfc4::IfcOwnerHistory::setLastModifyingApplication | ( | const OdDAIObjectId & | LastModifyingApplication | ) |
Sets the value of LastModifyingApplication attribute. This attribute represents application used to make the last modification.
| LastModifyingApplication | [in] Last modifying application to set. |
| void OdIfc4::IfcOwnerHistory::setLastModifyingUser | ( | const OdDAIObjectId & | LastModifyingUser | ) |
Sets the value of LastModifyingUser attribute. This attribute represents user who made the last modification using last modifying application (LastModifyingApplication attribute).
| LastModifyingUser | [in] Last modifying user to set. |
| void OdIfc4::IfcOwnerHistory::setOwningApplication | ( | const OdDAIObjectId & | OwningApplication | ) |
Sets the value of OwningApplication attribute. This attribute represents reference to the application which currently "owns" this object on behalf of the owning user of the application. IFC includes the concept of ownership transfer from one application to another and therefore distinguishes between the Owning Application and Creating Application.
| OwningApplication | [in] Owning application to set. |
| void OdIfc4::IfcOwnerHistory::setOwningUser | ( | const OdDAIObjectId & | OwningUser | ) |
Sets the value of OwningUser attribute. This attribute represents reference to the end user who currently "owns" this object. IFC includes the concept of ownership transfer from one user to another and therefore distinguishes between the Owning User and Creating User.
| OwningUser | [in] Owning user to set. |
| void OdIfc4::IfcOwnerHistory::setState | ( | IfcStateEnum | State | ) |
Sets the value of State attribute. This attribute represents enumeration that defines the current access state of the object.
| State | [in] Access state to set. |
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc::OdIfcInstance.
|
protected |
Definition at line 333 of file Ifc4/IfcOwnerHistoryAutoImpl.h.
|
protected |
Definition at line 337 of file Ifc4/IfcOwnerHistoryAutoImpl.h.
|
protected |
Definition at line 334 of file Ifc4/IfcOwnerHistoryAutoImpl.h.
|
protected |
Definition at line 336 of file Ifc4/IfcOwnerHistoryAutoImpl.h.
|
protected |
Definition at line 335 of file Ifc4/IfcOwnerHistoryAutoImpl.h.
|
protected |
Definition at line 331 of file Ifc4/IfcOwnerHistoryAutoImpl.h.
|
protected |
Definition at line 330 of file Ifc4/IfcOwnerHistoryAutoImpl.h.
|
protected |
Definition at line 332 of file Ifc4/IfcOwnerHistoryAutoImpl.h.