#include <IfcPersonAutoImpl.h>
This entity represents an individual human being.
\changes
IFC4 changes: Attribute Id renamed to Identification.
Definition at line 49 of file Ifc4x2/IfcPersonAutoImpl.h.
◆ IfcPerson()
| OdIfc4x2::IfcPerson::IfcPerson |
( |
| ) |
|
◆ addresses()
| OdDAI::ListOfOdDAIObjectId & OdIfc4x2::IfcPerson::addresses |
( |
| ) |
|
Returns the value of Addresses attribute. This attribute represents postal and telecommunication addresses of a person.
- Returns
- Returns the value of Addresses attribute.
◆ getAddresses()
| void OdIfc4x2::IfcPerson::getAddresses |
( |
OdDAIObjectIds & | Addresses | ) |
const |
Sets the value of Addresses attribute. This attribute represents postal and telecommunication addresses of a person.
- Parameters
-
| Addresses | [out] Receives the Addresses attribute. |
◆ getAttr() [1/2]
| virtual OdRxValue OdIfc4x2::IfcPerson::getAttr |
( |
const char * | attrName | ) |
const |
|
overridevirtual |
Returns an attribute value for the specified attribute name.
- Parameters
-
| attrName | [in] Name of an attribute to query. |
- Returns
- OdRxValue object that represents a generic variant type value.
◆ getAttr() [2/2]
Returns an attribute value for the specified attribute definition.
- Parameters
-
| attrDef | [in] Attribute definition to query. |
- Returns
- OdRxValue object that represents a generic variant type value.
Reimplemented from OdIfc::OdIfcInstance.
◆ getFamilyName()
| const OdAnsiString & OdIfc4x2::IfcPerson::getFamilyName |
( |
| ) |
const |
Returns the value of FamilyName attribute. This attribute represents the name by which the family identity of the person can be recognized.
- Returns
- Returns the value of FamilyName attribute.
◆ getGivenName()
| const OdAnsiString & OdIfc4x2::IfcPerson::getGivenName |
( |
| ) |
const |
Returns the value of GivenName attribute. This attribute represents the name by which a person is known within a family and by which he or she can be recognized.
- Returns
- Returns the value of GivenName attribute.
◆ getIdentification()
| const OdAnsiString & OdIfc4x2::IfcPerson::getIdentification |
( |
| ) |
const |
Returns the value of Identification attribute. This attribute represents identification of the person.
- Returns
- Returns the value of Identification attribute.
◆ getInstanceType()
| virtual OdDAI::Entity * OdIfc4x2::IfcPerson::getInstanceType |
( |
| ) |
const |
|
overridevirtual |
Returns a type of a class instance.
- Returns
- Pointer to the <exref target=https://docs.opendesign.com/tkernel_api_cpp/OdDAI__Entity.html>>OdDAI::Entity</exref> type that determines an entity definition within a schema.
◆ getInvEngagedIn()
| void OdIfc4x2::IfcPerson::getInvEngagedIn |
( |
OdDAIObjectIds & | EngagedIn | ) |
const |
Returns the value of EngagedIn attribute. This attribute represents the inverse relationship to IfcPersonAndOrganization relationships in which IfcPerson is engaged.
- Parameters
-
| EngagedIn | [out] Receives the value of EngagedIn attribute. |
◆ getMiddleNames()
| void OdIfc4x2::IfcPerson::getMiddleNames |
( |
OdArray< OdAnsiString > & | MiddleNames | ) |
const |
Gets the value of MiddleNames attribute. This attribute represents additional names given to a person that enable their identification apart from others who can have the same or similar family and given names.
- Parameters
-
| MiddleNames | [out] Receives the MiddleNames attribute. |
◆ getPrefixTitles()
| void OdIfc4x2::IfcPerson::getPrefixTitles |
( |
OdArray< OdAnsiString > & | PrefixTitles | ) |
const |
Sets the value of PrefixTitles attribute. This attribute represents the word, or group of words, which specify the person's social and/or professional standing and appear before his/her names.
- Parameters
-
| PrefixTitles | [out] Receives the PrefixTitles attribute. |
◆ getRoles()
| void OdIfc4x2::IfcPerson::getRoles |
( |
OdDAIObjectIds & | Roles | ) |
const |
Gets the value of Roles attribute. This attribute represents roles played by the person.
- Parameters
-
| Roles | [out] Receives the Roles attribute. |
◆ getSuffixTitles()
| void OdIfc4x2::IfcPerson::getSuffixTitles |
( |
OdArray< OdAnsiString > & | SuffixTitles | ) |
const |
Gets the value of SuffixTitles attribute. This attribute represents the word, or group of words, which specify the person's social and/or professional standing and appear after his/her names.
- Parameters
-
| SuffixTitles | [out] Receives the SuffixTitles attribute. |
◆ inFields()
| virtual OdResult OdIfc4x2::IfcPerson::inFields |
( |
OdDAI::OdSpfFilerBase * | rdFiler | ) |
|
|
overridevirtual |
Reads object's data from the specified filer.
- Parameters
-
| rdFiler | [in] Pointer to a filer from which to read the data. |
- Returns
- A value of OdResult type that contains the result of the method execution.
◆ isKindOf()
Checks whether the specified instance is the object derived from or belongs to this class.
- Parameters
-
| entityType | [in] Entity to check. |
- Returns
- true if the specified instance is the object derived from or belongs to this class, false otherwise.
Reimplemented from OdIfc::OdIfcInstance.
◆ middleNames()
| OdDAI::ListOfOdAnsiString & OdIfc4x2::IfcPerson::middleNames |
( |
| ) |
|
Returns the value of MiddleNames attribute. This attribute represents additional names given to a person that enable their identification apart from others who can have the same or similar family and given names.
- Returns
- Returns the value of MiddleNames attribute.
◆ outFields()
| virtual OdResult OdIfc4x2::IfcPerson::outFields |
( |
OdDAI::OdSpfFilerBase * | wrFiler | ) |
|
|
overridevirtual |
Writes object's data the the specified filer.
- Parameters
-
| wrFiler | [in] Pointer to a filer to which to write the data. |
- Returns
- A value of OdResult type that contains the result of the method execution.
◆ prefixTitles()
| OdDAI::ListOfOdAnsiString & OdIfc4x2::IfcPerson::prefixTitles |
( |
| ) |
|
Returns the value of PrefixTitles attribute. This attribute represents the word, or group of words, which specify the person's social and/or professional standing and appear before his/her names.
- Returns
- Returns the value of PrefixTitles attribute.
◆ putAttr() [1/2]
| virtual bool OdIfc4x2::IfcPerson::putAttr |
( |
const char * | explicitAttrName, |
|
|
const OdRxValue & | val ) |
|
overridevirtual |
Sets the specified attribute with a given value.
- Parameters
-
| explicitAttrName | [in] Explicit name of the attribute to set. |
| val | [in] Value to set. |
- Returns
- true if the value is successfully set for the specified attribute, false otherwise.
Reimplemented from OdIfc::OdIfcInstance.
◆ putAttr() [2/2]
Sets the specified attribute with a given value.
- Parameters
-
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
- Returns
- true if the value is successfully set for the specified attribute, false otherwise.
Reimplemented from OdIfc::OdIfcInstance.
◆ roles()
| OdDAI::ListOfOdDAIObjectId & OdIfc4x2::IfcPerson::roles |
( |
| ) |
|
Returns the value of Roles attribute. This attribute represents roles played by the person.
- Returns
- Returns the value of Roles attribute.
◆ setFamilyName()
| void OdIfc4x2::IfcPerson::setFamilyName |
( |
const OdAnsiString & | FamilyName | ) |
|
Sets the value of FamilyName attribute. This attribute represents the name by which the family identity of the person can be recognized.
- Parameters
-
| FamilyName | [in] Family name to set. |
◆ setGivenName()
| void OdIfc4x2::IfcPerson::setGivenName |
( |
const OdAnsiString & | GivenName | ) |
|
Sets the value of GivenName attribute. This attribute represents the name by which a person is known within a family and by which he or she can be recognized.
- Parameters
-
| GivenName | [in] Given name to set. |
◆ setIdentification()
| void OdIfc4x2::IfcPerson::setIdentification |
( |
const OdAnsiString & | Identification | ) |
|
Sets the value of Identification attribute. This attribute represents identification of the person.
- Parameters
-
| Identification | [in] Identification to set. |
◆ setInverseCounterParts()
| virtual void OdIfc4x2::IfcPerson::setInverseCounterParts |
( |
| ) |
|
|
overridevirtual |
Sets the object ID of this instance to inverse attributes of related instances according to schema specification of inverse attributes.
◆ suffixTitles()
| OdDAI::ListOfOdAnsiString & OdIfc4x2::IfcPerson::suffixTitles |
( |
| ) |
|
Returns the value of SuffixTitles attribute. This attribute represents the word, or group of words, which specify the person's social and/or professional standing and appear after his/her names.
- Returns
- Returns the value of SuffixTitles attribute.
◆ testAttr() [1/2]
| virtual bool OdIfc4x2::IfcPerson::testAttr |
( |
const char * | explicitAttrName | ) |
const |
|
overridevirtual |
Checks whether the specified attribute is set.
- Parameters
-
| explicitAttrName | [in] Explicit name of the attribute to test. |
- Returns
- true if the specified attribute is set, false otherwise.
Reimplemented from OdIfc::OdIfcInstance.
◆ testAttr() [2/2]
Checks whether the specified attribute is set.
- Parameters
-
| explicitAttrDef | [in] Attribute definition to test. |
- Returns
- true if the specified attribute is set, false otherwise.
Reimplemented from OdIfc::OdIfcInstance.
◆ type()
Returns the type of this entity.
- Returns
- A value of the <exref target=https://docs.opendesign.com/tkernel_api_cpp/OdIfc__OdIfcEntityType.html>>OdIfc::OdIfcEntityType</exref> type that represents type of this entity.
Reimplemented from OdIfc::OdIfcInstance.
◆ unsetAttr() [1/2]
| virtual void OdIfc4x2::IfcPerson::unsetAttr |
( |
const char * | explicitAttrName | ) |
|
|
overridevirtual |
Resets a value for the specified attribute.
- Parameters
-
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc::OdIfcInstance.
◆ unsetAttr() [2/2]
Resets a value for the specified attribute.
- Parameters
-
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc::OdIfcInstance.
◆ IfcPersonAndOrganization
◆ m_Addresses
| OdDAI::ListOfOdDAIObjectId OdIfc4x2::IfcPerson::m_Addresses |
|
protected |
◆ m_FamilyName
| OdAnsiString OdIfc4x2::IfcPerson::m_FamilyName |
|
protected |
◆ m_GivenName
| OdAnsiString OdIfc4x2::IfcPerson::m_GivenName |
|
protected |
◆ m_Identification
| OdAnsiString OdIfc4x2::IfcPerson::m_Identification |
|
protected |
◆ m_MiddleNames
| OdDAI::ListOfOdAnsiString OdIfc4x2::IfcPerson::m_MiddleNames |
|
protected |
◆ m_PrefixTitles
| OdDAI::ListOfOdAnsiString OdIfc4x2::IfcPerson::m_PrefixTitles |
|
protected |
◆ m_Roles
| OdDAI::ListOfOdDAIObjectId OdIfc4x2::IfcPerson::m_Roles |
|
protected |
◆ m_SuffixTitles
| OdDAI::ListOfOdAnsiString OdIfc4x2::IfcPerson::m_SuffixTitles |
|
protected |
The documentation for this class was generated from the following file: