|
CFx SDK Documentation 2026 SP0
|
#include <IfcTelecomAddressAutoImpl.h>
Public Member Functions | |
| void | getTelephoneNumbers (OdArray< OdAnsiString > &TelephoneNumbers) const |
| OdDAI::ListOfOdAnsiString & | telephoneNumbers () |
| void | getFacsimileNumbers (OdArray< OdAnsiString > &FacsimileNumbers) const |
| OdDAI::ListOfOdAnsiString & | facsimileNumbers () |
| const OdAnsiString & | getPagerNumber () const |
| void | setPagerNumber (const OdAnsiString &PagerNumber) |
| void | getElectronicMailAddresses (OdArray< OdAnsiString > &ElectronicMailAddresses) const |
| OdDAI::ListOfOdAnsiString & | electronicMailAddresses () |
| const OdAnsiString & | getWWWHomePageURL () const |
| void | setWWWHomePageURL (const OdAnsiString &WWWHomePageURL) |
| void | getMessagingIDs (OdArray< OdAnsiString > &MessagingIDs) const |
| OdDAI::ListOfOdAnsiString & | messagingIDs () |
| IfcTelecomAddress () | |
| 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 OdIfc4x3_rc1::IfcAddress | |
| IfcAddressTypeEnum | getPurpose () const |
| void | setPurpose (IfcAddressTypeEnum Purpose) |
| const OdAnsiString & | getDescription () const |
| void | setDescription (const OdAnsiString &Description) |
| const OdAnsiString & | getUserDefinedPurpose () const |
| void | setUserDefinedPurpose (const OdAnsiString &UserDefinedPurpose) |
| void | getInvOfPerson (OdDAIObjectIds &OfPerson) const |
| void | getInvOfOrganization (OdDAIObjectIds &OfOrganization) const |
| IfcAddress () | |
Public Member Functions inherited from OdIfc4x3_rc1::OdIfc4x3_RC1Instance | |
| 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::ListOfOdAnsiString | m_TelephoneNumbers |
| OdDAI::ListOfOdAnsiString | m_FacsimileNumbers |
| OdAnsiString | m_PagerNumber |
| OdDAI::ListOfOdAnsiString | m_ElectronicMailAddresses |
| OdAnsiString | m_WWWHomePageURL |
| OdDAI::ListOfOdAnsiString | m_MessagingIDs |
Protected Attributes inherited from OdIfc4x3_rc1::IfcAddress | |
| OdDAI::Enum | m_Purpose |
| OdAnsiString | m_Description |
| OdAnsiString | m_UserDefinedPurpose |
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) |
This entity represents an address to which telephone, electronic mail and other forms of telecommunications should be addressed.
\changes
IFC4 changes: Type of the WWWHomePageURL attribute changed from "IfcLabel" to "IfcURIReference"
Definition at line 48 of file Ifc4x3_RC1/IfcTelecomAddressAutoImpl.h.
| OdIfc4x3_rc1::IfcTelecomAddress::IfcTelecomAddress | ( | ) |
Default constructor for the IfcTelecomAddress class.
|
overridevirtual |
Early-bound version of instances comparison.
| pOther | [in] Other application instance. |
| ordering | [out] Receives the ordering (comparison) status. |
Reimplemented from OdIfc4x3_rc1::IfcAddress.
| OdDAI::ListOfOdAnsiString & OdIfc4x3_rc1::IfcTelecomAddress::electronicMailAddresses | ( | ) |
| OdDAI::ListOfOdAnsiString & OdIfc4x3_rc1::IfcTelecomAddress::facsimileNumbers | ( | ) |
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
Reimplemented from OdIfc4x3_rc1::IfcAddress.
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc4x3_rc1::IfcAddress.
| void OdIfc4x3_rc1::IfcTelecomAddress::getElectronicMailAddresses | ( | OdArray< OdAnsiString > & | ElectronicMailAddresses | ) | const |
Returns the value of ElectronicMailAddresses attribute. This attribute represents the list of email addresses at which email messages can be received.
| void OdIfc4x3_rc1::IfcTelecomAddress::getFacsimileNumbers | ( | OdArray< OdAnsiString > & | FacsimileNumbers | ) | const |
Returns the value of FacsimileNumbers attribute. This attribute represents the list of fax numbers at which fax messages can be received.
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc4x3_rc1::IfcAddress.
| void OdIfc4x3_rc1::IfcTelecomAddress::getMessagingIDs | ( | OdArray< OdAnsiString > & | MessagingIDs | ) | const |
Returns the value of MessagingIDs attribute. This attribute represents iDs or addresses for any other means of telecommunication, for example instant messaging, voice-over-IP, or file transfer protocols. The communication protocol is indicated by the URI value with scheme designations such as irc:, sip:, or ftp:.
| const OdAnsiString & OdIfc4x3_rc1::IfcTelecomAddress::getPagerNumber | ( | ) | const |
Returns the value of PagerNumber attribute. This attribute represents the pager number at which paging messages can be received.
| void OdIfc4x3_rc1::IfcTelecomAddress::getTelephoneNumbers | ( | OdArray< OdAnsiString > & | TelephoneNumbers | ) | const |
Sets the value of TelephoneNumbers attribute. This attribute represents the list of telephone numbers at which telephone messages can be received.
| TelephoneNumbers | [in] Telephone numbers to set. |
| const OdAnsiString & OdIfc4x3_rc1::IfcTelecomAddress::getWWWHomePageURL | ( | ) | const |
Returns the value of WWWHomePageURL attribute. This attribute represents the world wide web address at which the preliminary page of information for the person or organization can be located.
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
Reimplemented from OdIfc4x3_rc1::IfcAddress.
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc4x3_rc1::IfcAddress.
| OdDAI::ListOfOdAnsiString & OdIfc4x3_rc1::IfcTelecomAddress::messagingIDs | ( | ) |
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
Reimplemented from OdIfc4x3_rc1::IfcAddress.
|
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 OdIfc4x3_rc1::IfcAddress.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc4x3_rc1::IfcAddress.
| void OdIfc4x3_rc1::IfcTelecomAddress::setPagerNumber | ( | const OdAnsiString & | PagerNumber | ) |
Sets the value of PagerNumber attribute. This attribute represents the pager number at which paging messages can be received.
| PagerNumber | [in] Pager number to set. |
| void OdIfc4x3_rc1::IfcTelecomAddress::setWWWHomePageURL | ( | const OdAnsiString & | WWWHomePageURL | ) |
Sets the value of WWWHomePageURL attribute. This attribute represents the world wide web address at which the preliminary page of information for the person or organization can be located.
| WWWHomePageURL | [in] WWWHomePageURL to set. |
| OdDAI::ListOfOdAnsiString & OdIfc4x3_rc1::IfcTelecomAddress::telephoneNumbers | ( | ) |
Returns the value of TelephoneNumbers attribute. This attribute represents the list of telephone numbers at which telephone messages can be received.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc4x3_rc1::IfcAddress.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc4x3_rc1::IfcAddress.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc4x3_rc1::IfcAddress.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc4x3_rc1::IfcAddress.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc4x3_rc1::IfcAddress.
|
protected |
Definition at line 282 of file Ifc4x3_RC1/IfcTelecomAddressAutoImpl.h.
|
protected |
Definition at line 279 of file Ifc4x3_RC1/IfcTelecomAddressAutoImpl.h.
|
protected |
Definition at line 285 of file Ifc4x3_RC1/IfcTelecomAddressAutoImpl.h.
|
protected |
Definition at line 281 of file Ifc4x3_RC1/IfcTelecomAddressAutoImpl.h.
|
protected |
Definition at line 277 of file Ifc4x3_RC1/IfcTelecomAddressAutoImpl.h.
|
protected |
Definition at line 284 of file Ifc4x3_RC1/IfcTelecomAddressAutoImpl.h.