|
CFx SDK Documentation 2026 SP0
|
#include <IfcActorRoleAutoImpl.h>
Public Member Functions | |
| IfcRoleEnum | getRole () const |
| void | setRole (IfcRoleEnum Role) |
| const OdAnsiString & | getUserDefinedRole () const |
| void | setUserDefinedRole (const OdAnsiString &UserDefinedRole) |
| const OdAnsiString & | getDescription () const |
| void | setDescription (const OdAnsiString &Description) |
| void | getInvHasExternalReference (OdDAIObjectIds &HasExternalReference) const |
| IfcActorRole () | |
| 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 | |
| OdDAI::Enum | m_Role |
| OdAnsiString | m_UserDefinedRole |
| OdAnsiString | m_Description |
Protected Attributes inherited from OdIfc::OdIfcInstance | |
| void * | m_resPtr |
| IfcOpResult | m_resolved |
Friends | |
| class | IfcExternalReferenceRelationship |
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) |
This entity indicates a role which is performed by an actor, either a person, an organization or a person related to an organization.
Definition at line 48 of file Ifc4/IfcActorRoleAutoImpl.h.
| OdIfc4::IfcActorRole::IfcActorRole | ( | ) |
Default constructor for the IfcActorRole 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.
| const OdAnsiString & OdIfc4::IfcActorRole::getDescription | ( | ) | const |
Returns the value of Description attribute. This attribute represents a textual description relating the nature of the role played by an actor.
|
overridevirtual |
Returns a type of a class instance.
| void OdIfc4::IfcActorRole::getInvHasExternalReference | ( | OdDAIObjectIds & | HasExternalReference | ) | const |
Returns the value of HasExternalReference attribute. This attribute represents reference to external information, e.g. library, classification, or document information, which is associated with the actor role.
| HasExternalReference | [out] Receives the value of HasExternalReference attribute. |
| IfcRoleEnum OdIfc4::IfcActorRole::getRole | ( | ) | const |
Returns the value of Role attribute. This attribute represents the name of the role played by an actor. If the Role has value USERDEFINED, then the user defined role is provided as a value of the attribute UserDefinedRole.
| const OdAnsiString & OdIfc4::IfcActorRole::getUserDefinedRole | ( | ) | const |
Returns the value of UserDefinedRole attribute. This attribute allows specification of user-defined roles beyond the enumeration values provided by Role attribute of type IfcRoleEnum. When a value is provided for this attribute, in parallel the attribute Role will have enumeration value USERDEFINED.
|
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::IfcActorRole::setDescription | ( | const OdAnsiString & | Description | ) |
Sets the value of Description attribute. This attribute represents a textual description relating the nature of the role played by an actor.
| Description | [in] Description to set. |
| void OdIfc4::IfcActorRole::setRole | ( | IfcRoleEnum | Role | ) |
Sets the value of Role attribute. This attribute represents the name of the role played by an actor. If the Role has value USERDEFINED, then the user defined role is provided as a value of the attribute UserDefinedRole.
| Role | [in] Role to set. |
| void OdIfc4::IfcActorRole::setUserDefinedRole | ( | const OdAnsiString & | UserDefinedRole | ) |
Sets the value of UserDefinedRole attribute. This attribute allows specification of user-defined roles beyond the enumeration values provided by Role attribute of type IfcRoleEnum. When a value is provided for this attribute, in parallel the attribute Role will have enumeration value USERDEFINED.
| UserDefinedRole | [in] User-defined role 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.
|
friend |
Definition at line 255 of file Ifc4/IfcActorRoleAutoImpl.h.
|
protected |
Definition at line 252 of file Ifc4/IfcActorRoleAutoImpl.h.
|
protected |
Definition at line 250 of file Ifc4/IfcActorRoleAutoImpl.h.
|
protected |
Definition at line 251 of file Ifc4/IfcActorRoleAutoImpl.h.