| CFx SDK Documentation 2024 SP0
    | 
#include <IfcObjectAutoImpl.h>
 
  
| Public Member Functions | |
| const OdAnsiString & | getObjectType () const | 
| void | setObjectType (const OdAnsiString &ObjectType) | 
| void | getInvIsDefinedBy (OdDAIObjectIds &IsDefinedBy) const | 
| void | getInvHasAssociations (OdDAIObjectIds &HasAssociations) const | 
| void | getInvHasAssignments (OdDAIObjectIds &HasAssignments) const | 
| void | getInvDecomposes (OdDAIObjectIds &Decomposes) const | 
| void | getInvIsDecomposedBy (OdDAIObjectIds &IsDecomposedBy) const | 
| IfcObject () | |
| virtual OdResult | inFields (OdDAI::OdSpfFilerBase *rdFiler) | 
| virtual OdResult | outFields (OdDAI::OdSpfFilerBase *wrFiler) | 
| virtual OdDAI::Entity * | getInstanceType () const | 
| virtual OdRxValue | getAttr (const char *attrName) const | 
| virtual void | unsetAttr (const char *explicitAttrName) | 
| virtual bool | testAttr (const char *explicitAttrName) const | 
| virtual bool | putAttr (const char *explicitAttrName, const OdRxValue &val) | 
| virtual bool | isKindOf (OdIfc::OdIfcEntityType entityType) const | 
| virtual OdIfc::OdIfcEntityType | type () const | 
| virtual OdRxValue | getAttr (const OdIfc::OdIfcAttribute attrDef) const | 
| virtual void | unsetAttr (const OdIfc::OdIfcAttribute explicitAttrDef) | 
| virtual bool | testAttr (const OdIfc::OdIfcAttribute explicitAttrDef) const | 
| virtual bool | putAttr (const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val) | 
|  Public Member Functions inherited from OdIfc2x2_final::IfcRoot | |
| OdIfcGUID | getGlobalId () const | 
| void | setGlobalId (OdIfcGUID GlobalId) | 
| const OdDAIObjectId & | getOwnerHistory () const | 
| void | setOwnerHistory (const OdDAIObjectId &OwnerHistory) | 
| const OdAnsiString & | getName () const | 
| void | setName (const OdAnsiString &Name) | 
| const OdAnsiString & | getDescription () const | 
| void | setDescription (const OdAnsiString &Description) | 
| IfcRoot () | |
| virtual OdResult | inFields (OdDAI::OdSpfFilerBase *rdFiler) | 
| virtual OdResult | outFields (OdDAI::OdSpfFilerBase *wrFiler) | 
| virtual OdDAI::Entity * | getInstanceType () const | 
| virtual OdRxValue | getAttr (const char *attrName) const | 
| virtual void | unsetAttr (const char *explicitAttrName) | 
| virtual bool | testAttr (const char *explicitAttrName) const | 
| virtual bool | putAttr (const char *explicitAttrName, const OdRxValue &val) | 
| virtual bool | isKindOf (OdIfc::OdIfcEntityType entityType) const | 
| virtual OdIfc::OdIfcEntityType | type () const | 
| virtual OdRxValue | getAttr (const OdIfc::OdIfcAttribute attrDef) const | 
| virtual void | unsetAttr (const OdIfc::OdIfcAttribute explicitAttrDef) | 
| virtual bool | testAttr (const OdIfc::OdIfcAttribute explicitAttrDef) const | 
| virtual bool | putAttr (const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val) | 
|  Public Member Functions inherited from OdIfc::OdIfcEntity | |
| ODRX_DECLARE_MEMBERS (OdIfcEntity) | |
| OdIfcEntity () | |
| ~OdIfcEntity () | |
| virtual bool | isKindOf (OdIfcEntityType entityType) const | 
| bool | isInstanceOf (OdIfcEntityType entityType) const | 
| virtual OdIfcEntityType | type () const | 
| virtual OdRxValue | getAttr (const OdIfcAttribute attrDef) const | 
| virtual bool | testAttr (const char *explicitAttrName) const | 
| virtual bool | testAttr (const OdIfcAttribute explicitAttrDef) const | 
| virtual void | unsetAttr (const char *explicitAttrName) | 
| virtual void | unsetAttr (const OdIfcAttribute explicitAttrDef) | 
| virtual bool | putAttr (const char *explicitAttrName, const OdRxValue &val) | 
| virtual bool | putAttr (const OdIfcAttribute explicitAttrDef, const OdRxValue &val) | 
| 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 | 
| Protected Attributes | |
| OdAnsiString | m_ObjectType | 
|  Protected Attributes inherited from OdIfc2x2_final::IfcRoot | |
| OdIfcGUID | m_GlobalId | 
| OdDAIObjectId | m_OwnerHistory | 
| OdAnsiString | m_Name | 
| OdAnsiString | m_Description | 
|  Protected Attributes inherited from OdIfc::OdIfcEntity | |
| void * | m_resPtr | 
| IfcOpResult | m_resolved | 
| Friends | |
| class | IfcRelDefines | 
| class | IfcRelAssociates | 
| class | IfcRelAssigns | 
| class | IfcRelDecomposes | 
| Additional Inherited Members | |
|  Static Public Member Functions inherited from OdIfc::OdIfcEntity | |
| static const OdGePoint3d * | asPoint3d (const OdIfcEntity *pEnt) | 
| static const OdGePoint2d * | asPoint2d (const OdIfcEntity *pEnt) | 
| static const OdGeVector3d * | asVector3d (const OdIfcEntity *pEnt) | 
| static const OdGeVector2d * | asVector2d (const OdIfcEntity *pEnt) | 
| static const OdGeMatrix2d * | asMatrix2d (const OdIfcEntity *pEnt) | 
| static const OdGeMatrix3d * | asMatrix3d (const OdIfcEntity *pEnt) | 
| static OdIfcCompoundPtr | asCompound (OdSmartPtr< OdIfcEntity > pEnt) | 
| static const OdCmEntityColor * | asRgbColor (const OdIfcEntity *pEnt) | 
Definition at line 37 of file Ifc2x2_Final/IfcObjectAutoImpl.h.
| OdIfc2x2_final::IfcObject::IfcObject | ( | ) | 
| 
 | virtual | 
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. | 
Reimplemented from OdIfc2x2_final::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcWindow, and OdIfc2x2_final::IfcWorkControl.
| 
 | virtual | 
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. | 
Reimplemented from OdIfc2x2_final::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcWindow, and OdIfc2x2_final::IfcWorkControl.
| 
 | virtual | 
Returns a type of a class instance.
Reimplemented from OdIfc2x2_final::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBeam, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElement, OdIfc2x2_final::IfcBuildingElementComponent, OdIfc2x2_final::IfcBuildingElementPart, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcColumn, OdIfc2x2_final::IfcCondition, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionEquipmentResource, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionProductResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostItem, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCrewResource, OdIfc2x2_final::IfcCurtainWall, OdIfc2x2_final::IfcDiscreteAccessory, OdIfc2x2_final::IfcDistributionChamberElement, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricalCircuit, OdIfc2x2_final::IfcElectricalElement, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementComponent, OdIfc2x2_final::IfcEnergyConversionDevice, OdIfc2x2_final::IfcEquipmentElement, OdIfc2x2_final::IfcEquipmentStandard, OdIfc2x2_final::IfcFastener, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElement, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFlowController, OdIfc2x2_final::IfcFlowFitting, OdIfc2x2_final::IfcFlowMovingDevice, OdIfc2x2_final::IfcFlowSegment, OdIfc2x2_final::IfcFlowStorageDevice, OdIfc2x2_final::IfcFlowTerminal, OdIfc2x2_final::IfcFlowTreatmentDevice, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFurnishingElement, OdIfc2x2_final::IfcFurnitureStandard, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMember, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPlate, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectionElement, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlight, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralCurveMemberVarying, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearAction, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarAction, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralPointAction, OdIfc2x2_final::IfcStructuralPointConnection, OdIfc2x2_final::IfcStructuralPointReaction, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceConnection, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendonAnchor, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcVirtualElement, OdIfc2x2_final::IfcWall, OdIfc2x2_final::IfcWallStandardCase, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWorkControl, OdIfc2x2_final::IfcWorkPlan, OdIfc2x2_final::IfcWorkSchedule, and OdIfc2x2_final::IfcZone.
| void OdIfc2x2_final::IfcObject::getInvDecomposes | ( | OdDAIObjectIds & | Decomposes | ) | const | 
| void OdIfc2x2_final::IfcObject::getInvHasAssignments | ( | OdDAIObjectIds & | HasAssignments | ) | const | 
| void OdIfc2x2_final::IfcObject::getInvHasAssociations | ( | OdDAIObjectIds & | HasAssociations | ) | const | 
| void OdIfc2x2_final::IfcObject::getInvIsDecomposedBy | ( | OdDAIObjectIds & | IsDecomposedBy | ) | const | 
| void OdIfc2x2_final::IfcObject::getInvIsDefinedBy | ( | OdDAIObjectIds & | IsDefinedBy | ) | const | 
| const OdAnsiString & OdIfc2x2_final::IfcObject::getObjectType | ( | ) | const | 
| 
 | virtual | 
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. | 
Reimplemented from OdIfc2x2_final::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcWindow, and OdIfc2x2_final::IfcWorkControl.
| 
 | virtual | 
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. | 
Reimplemented from OdIfc2x2_final::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBeam, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElement, OdIfc2x2_final::IfcBuildingElementComponent, OdIfc2x2_final::IfcBuildingElementPart, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcColumn, OdIfc2x2_final::IfcCondition, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionEquipmentResource, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionProductResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostItem, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCrewResource, OdIfc2x2_final::IfcCurtainWall, OdIfc2x2_final::IfcDiscreteAccessory, OdIfc2x2_final::IfcDistributionChamberElement, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricalCircuit, OdIfc2x2_final::IfcElectricalElement, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementComponent, OdIfc2x2_final::IfcEnergyConversionDevice, OdIfc2x2_final::IfcEquipmentElement, OdIfc2x2_final::IfcEquipmentStandard, OdIfc2x2_final::IfcFastener, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElement, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFlowController, OdIfc2x2_final::IfcFlowFitting, OdIfc2x2_final::IfcFlowMovingDevice, OdIfc2x2_final::IfcFlowSegment, OdIfc2x2_final::IfcFlowStorageDevice, OdIfc2x2_final::IfcFlowTerminal, OdIfc2x2_final::IfcFlowTreatmentDevice, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFurnishingElement, OdIfc2x2_final::IfcFurnitureStandard, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMember, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPlate, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectionElement, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlight, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralCurveMemberVarying, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearAction, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarAction, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralPointAction, OdIfc2x2_final::IfcStructuralPointConnection, OdIfc2x2_final::IfcStructuralPointReaction, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceConnection, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendonAnchor, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcVirtualElement, OdIfc2x2_final::IfcWall, OdIfc2x2_final::IfcWallStandardCase, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWorkControl, OdIfc2x2_final::IfcWorkPlan, OdIfc2x2_final::IfcWorkSchedule, and OdIfc2x2_final::IfcZone.
| 
 | virtual | 
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. | 
Reimplemented from OdIfc2x2_final::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcWindow, and OdIfc2x2_final::IfcWorkControl.
| 
 | virtual | 
Sets the specified attribute with a given value.
| explicitAttrName | [in] Explicit name of the attribute to set. | 
| val | [in] Value to set. | 
Reimplemented from OdIfc2x2_final::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcWindow, and OdIfc2x2_final::IfcWorkControl.
| 
 | virtual | 
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. | 
| val | [in] Value to set. | 
Reimplemented from OdIfc2x2_final::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcWindow, and OdIfc2x2_final::IfcWorkControl.
| void OdIfc2x2_final::IfcObject::setObjectType | ( | const OdAnsiString & | ObjectType | ) | 
| 
 | virtual | 
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. | 
Reimplemented from OdIfc2x2_final::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcWindow, and OdIfc2x2_final::IfcWorkControl.
| 
 | virtual | 
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. | 
Reimplemented from OdIfc2x2_final::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcWindow, and OdIfc2x2_final::IfcWorkControl.
| 
 | virtual | 
Returns the type of this entity.
Reimplemented from OdIfc2x2_final::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBeam, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElement, OdIfc2x2_final::IfcBuildingElementComponent, OdIfc2x2_final::IfcBuildingElementPart, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcColumn, OdIfc2x2_final::IfcCondition, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionEquipmentResource, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionProductResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostItem, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCrewResource, OdIfc2x2_final::IfcCurtainWall, OdIfc2x2_final::IfcDiscreteAccessory, OdIfc2x2_final::IfcDistributionChamberElement, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricalCircuit, OdIfc2x2_final::IfcElectricalElement, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementComponent, OdIfc2x2_final::IfcEnergyConversionDevice, OdIfc2x2_final::IfcEquipmentElement, OdIfc2x2_final::IfcEquipmentStandard, OdIfc2x2_final::IfcFastener, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElement, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFlowController, OdIfc2x2_final::IfcFlowFitting, OdIfc2x2_final::IfcFlowMovingDevice, OdIfc2x2_final::IfcFlowSegment, OdIfc2x2_final::IfcFlowStorageDevice, OdIfc2x2_final::IfcFlowTerminal, OdIfc2x2_final::IfcFlowTreatmentDevice, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFurnishingElement, OdIfc2x2_final::IfcFurnitureStandard, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMember, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPlate, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectionElement, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlight, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralCurveMemberVarying, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearAction, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarAction, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralPointAction, OdIfc2x2_final::IfcStructuralPointConnection, OdIfc2x2_final::IfcStructuralPointReaction, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceConnection, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendonAnchor, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcVirtualElement, OdIfc2x2_final::IfcWall, OdIfc2x2_final::IfcWallStandardCase, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWorkControl, OdIfc2x2_final::IfcWorkPlan, OdIfc2x2_final::IfcWorkSchedule, and OdIfc2x2_final::IfcZone.
| 
 | virtual | 
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. | 
Reimplemented from OdIfc2x2_final::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcWindow, and OdIfc2x2_final::IfcWorkControl.
| 
 | virtual | 
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. | 
Reimplemented from OdIfc2x2_final::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcWindow, and OdIfc2x2_final::IfcWorkControl.
| 
 | friend | 
Definition at line 169 of file Ifc2x2_Final/IfcObjectAutoImpl.h.
| 
 | friend | 
Definition at line 168 of file Ifc2x2_Final/IfcObjectAutoImpl.h.
| 
 | friend | 
Definition at line 170 of file Ifc2x2_Final/IfcObjectAutoImpl.h.
| 
 | friend | 
Definition at line 167 of file Ifc2x2_Final/IfcObjectAutoImpl.h.
| 
 | protected | 
Definition at line 164 of file Ifc2x2_Final/IfcObjectAutoImpl.h.