|
CFx SDK Documentation 2026 SP0
|
#include <IfcOrganizationAutoImpl.h>
Public Member Functions | |
| const OdAnsiString & | getIdentification () const |
| void | setIdentification (const OdAnsiString &Identification) |
| const OdAnsiString & | getName () const |
| void | setName (const OdAnsiString &Name) |
| const OdAnsiString & | getDescription () const |
| void | setDescription (const OdAnsiString &Description) |
| void | getRoles (OdDAIObjectIds &Roles) const |
| OdDAI::ListOfOdDAIObjectId & | roles () |
| void | getAddresses (OdDAIObjectIds &Addresses) const |
| OdDAI::ListOfOdDAIObjectId & | addresses () |
| void | getInvIsRelatedBy (OdDAIObjectIds &IsRelatedBy) const |
| void | getInvRelates (OdDAIObjectIds &Relates) const |
| void | getInvEngages (OdDAIObjectIds &Engages) const |
| IfcOrganization () | |
| virtual OdResult | inFields (OdDAI::OdSpfFilerBase *rdFiler) override |
| virtual OdResult | outFields (OdDAI::OdSpfFilerBase *wrFiler) override |
| virtual void | setInverseCounterParts () 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_add2::OdIfc4x3Instance | |
| 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 | |
| OdAnsiString | m_Identification |
| OdAnsiString | m_Name |
| OdAnsiString | m_Description |
| OdDAI::ListOfOdDAIObjectId | m_Roles |
| OdDAI::ListOfOdDAIObjectId | m_Addresses |
Protected Attributes inherited from OdIfc::OdIfcInstance | |
| void * | m_resPtr |
| IfcOpResult | m_resolved |
Friends | |
| class | IfcOrganizationRelationship |
| class | IfcPersonAndOrganization |
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) |
A named and structured grouping with a corporate identity.
\changes
IFC4 changes: Attribute Id renamed to Identification. IFC4X3 changes: Attribute Addresses is deprecated. Use Pset_Address instead related to an IfcActor with TheActor pointing to this entity.
Definition at line 51 of file Ifc4x3/IfcOrganizationAutoImpl.h.
| OdIfc4x3_add2::IfcOrganization::IfcOrganization | ( | ) |
Default constructor for the IfcOrganization class.
| OdDAI::ListOfOdDAIObjectId & OdIfc4x3_add2::IfcOrganization::addresses | ( | ) |
Returns the value of Addresses attribute. This attribute represents postal and telecom addresses of an organization.
|
overridevirtual |
Early-bound version of instances comparison.
| pOther | [in] Other application instance. |
| ordering | [out] Receives the ordering (comparison) status. |
| void OdIfc4x3_add2::IfcOrganization::getAddresses | ( | OdDAIObjectIds & | Addresses | ) | const |
Gets the value of Addresses attribute. This attribute represents postal and telecom addresses of an organization.
| Addresses | [out] Receives the Addresses attribute. |
|
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 & OdIfc4x3_add2::IfcOrganization::getDescription | ( | ) | const |
Returns the value of Description attribute. This attribute represents text that relates the nature of the organization.
| const OdAnsiString & OdIfc4x3_add2::IfcOrganization::getIdentification | ( | ) | const |
Returns the value of Identification attribute. This attribute represents identification of the organization.
|
overridevirtual |
Returns a type of a class instance.
| void OdIfc4x3_add2::IfcOrganization::getInvEngages | ( | OdDAIObjectIds & | Engages | ) | const |
Returns the value of Engages attribute. This attribute represents inverse relationship to IfcPersonAndOrganization relationships in which IfcOrganization is engaged.
| Engages | [out] Receives the value of Engages attribute. |
| void OdIfc4x3_add2::IfcOrganization::getInvIsRelatedBy | ( | OdDAIObjectIds & | IsRelatedBy | ) | const |
Returns the value of IsRelatedBy attribute. This attribute represents the inverse relationship for relationship RelatedOrganizations of IfcOrganizationRelationship.
| IsRelatedBy | [out] Receives the value of IsRelatedBy attribute. |
| void OdIfc4x3_add2::IfcOrganization::getInvRelates | ( | OdDAIObjectIds & | Relates | ) | const |
Returns the value of Relates attribute. This attribute represents the inverse relationship for relationship RelatingOrganization of IfcOrganizationRelationship.
| Relates | [out] Receives the value of Relates attribute. |
| const OdAnsiString & OdIfc4x3_add2::IfcOrganization::getName | ( | ) | const |
Returns the value of Name attribute. This attribute represents the word, or group of words, by which the organization is referred to.
| void OdIfc4x3_add2::IfcOrganization::getRoles | ( | OdDAIObjectIds & | Roles | ) | const |
Gets the value of Roles attribute. This attribute represents roles played by the organization.
| Roles | [out] Receives the Roles attribute. |
|
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.
| OdDAI::ListOfOdDAIObjectId & OdIfc4x3_add2::IfcOrganization::roles | ( | ) |
Returns the value of Roles attribute. This attribute represents roles played by the organization.
| void OdIfc4x3_add2::IfcOrganization::setDescription | ( | const OdAnsiString & | Description | ) |
Sets the value of Description attribute. This attribute represents text that relates the nature of the organization.
| Description | [in] Description to set. |
| void OdIfc4x3_add2::IfcOrganization::setIdentification | ( | const OdAnsiString & | Identification | ) |
Sets the value of Identification attribute. This attribute represents identification of the organization.
| Identification | [in] Identification to set. |
|
overridevirtual |
Sets the object ID of this instance to inverse attributes of related instances according to schema specification of inverse attributes.
| void OdIfc4x3_add2::IfcOrganization::setName | ( | const OdAnsiString & | Name | ) |
Sets the value of Name attribute. This attribute represents the word, or group of words, by which the organization is referred to.
| Name | [in] Name 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 308 of file Ifc4x3/IfcOrganizationAutoImpl.h.
|
friend |
Definition at line 310 of file Ifc4x3/IfcOrganizationAutoImpl.h.
|
protected |
Definition at line 304 of file Ifc4x3/IfcOrganizationAutoImpl.h.
|
protected |
Definition at line 301 of file Ifc4x3/IfcOrganizationAutoImpl.h.
|
protected |
Definition at line 299 of file Ifc4x3/IfcOrganizationAutoImpl.h.
|
protected |
Definition at line 300 of file Ifc4x3/IfcOrganizationAutoImpl.h.
|
protected |
Definition at line 302 of file Ifc4x3/IfcOrganizationAutoImpl.h.