CFx SDK Documentation  2020SP3
Ifc4x2/IfcCoveringAutoImpl.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2019, Open Design Alliance (the "Alliance").
3 // All rights reserved.
4 //
5 // This software and its documentation and related materials are owned by
6 // the Alliance. The software may only be incorporated into application
7 // programs owned by members of the Alliance, subject to a signed
8 // Membership Agreement and Supplemental Software License Agreement with the
9 // Alliance. The structure and organization of this software are the valuable
10 // trade secrets of the Alliance and its suppliers. The software is also
11 // protected by copyright law and international treaty provisions. Application
12 // programs incorporating this software must include the following statement
13 // with their copyright notices:
14 //
15 // This application incorporates Open Design Alliance software pursuant to a license
16 // agreement with Open Design Alliance.
17 // Open Design Alliance Copyright (C) 2002-2019 by Open Design Alliance.
18 // All rights reserved.
19 //
20 // By use of this software, its documentation or related materials, you
21 // acknowledge and accept the above terms.
23 
24 // This file is generated automatically.
25 
26 #ifndef _IFCCOVERING_AUTO_IMPL_4x2_H
27 #define _IFCCOVERING_AUTO_IMPL_4x2_H
28 
30 
35 namespace OdIfc4x2 {
36 
38 {
39  //DOM-IGNORE-BEGIN
41  //DOM-IGNORE-END
42 
43 public:
44 
45 
46  //
47  // OdDAI early binding accessors
48  //
50  void setPredefinedType(IfcCoveringTypeEnum PredefinedType);
51  void getInvCoversSpacesAggr(OdDAIObjectIds &aggregate) const;
52  void getInvCoversElementsAggr(OdDAIObjectIds &aggregate) const;
53 
55  virtual OdResult inFields(OdDAI::OdSpfFilerBase* rdFiler);
56  virtual OdResult outFields(OdDAI::OdSpfFilerBase* wrFiler);
57  virtual bool isKindOf(OdIfcEntityType entityType) const;
58  virtual bool isInstanceOf(OdIfcEntityType entityType) const;
59  virtual OdDAI::Entity* getInstanceType() const;
60  virtual OdIfcEntityType type() const;
61  virtual OdAnsiString typeName() const;
62  virtual OdRxValue getAttr(const OdAnsiString &attrName) const;
63  virtual void unsetAttr(const OdAnsiString &explicitAttrName);
64  virtual bool testAttr(const OdAnsiString &explicitAttrName) const;
65  virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val);
66  virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const;
67  virtual void unsetAttr(const OdIfcAttribute explicitAttrDef);
68  virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const;
69  virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val);
70 
71 protected:
72  // Fields declaration:
74  OdDAIObjectIds m_CoversSpaces_inv; // IfcRelCoversSpaces
75  OdDAIObjectIds m_CoversElements_inv; // IfcRelCoversBldgElements
76 
77  // Declare friend classes for inverse attributes functionality:
80 };
81 
82 } // namespace
83 
84 #endif // _IFCCOVERING_AUTO_IMPL_4x2_H
OdResult
OdResult
Definition: OdResult.h:29
OdIfc::OdIfcAttribute
OdIfcAttribute
Definition: IfcAttributesEnum.h:34
OdIfc4x2::OdIfcCoveringAuto::OdIfcCoveringAuto
OdIfcCoveringAuto()
OdIfc4x2::OdIfcBuildingElementAuto
Definition: Ifc4x2/IfcBuildingElementAutoImpl.h:38
OdIfc4x2
Definition: Ifc4x2CollectionTypes.h:33
OdIfc4x2::OdIfcCoveringAuto::isInstanceOf
virtual bool isInstanceOf(OdIfcEntityType entityType) const
OdIfc4x2::OdIfcCoveringAuto::m_CoversElements_inv
OdDAIObjectIds m_CoversElements_inv
Definition: Ifc4x2/IfcCoveringAutoImpl.h:75
IFC4X2_EXPORT
#define IFC4X2_EXPORT
Definition: IfcBuildOptions.h:52
OdArray< OdDAIObjectId >
IfcBuildingElementAutoImpl.h
OdIfc4x2::OdIfcCoveringAuto::getPredefinedType
IfcCoveringTypeEnum getPredefinedType() const
OdIfc4x2::OdIfcCoveringAuto
Definition: Ifc4x2/IfcCoveringAutoImpl.h:38
OdIfc4x2::OdIfcCoveringAuto::getInvCoversElementsAggr
void getInvCoversElementsAggr(OdDAIObjectIds &aggregate) const
OdIfc4x2::OdIfcCoveringAuto::getAttr
virtual OdRxValue getAttr(const OdAnsiString &attrName) const
OdIfc4x2::OdIfcCoveringAuto::inFields
virtual OdResult inFields(OdDAI::OdSpfFilerBase *rdFiler)
OdIfc4x2::OdIfcCoveringAuto::typeName
virtual OdAnsiString typeName() const
OdIfc4x2::OdIfcRelCoversBldgElementsAuto
Definition: Ifc4x2/IfcRelCoversBldgElementsAutoImpl.h:38
OdRxValue
Definition: RxValue.h:64
OdIfc4x2::OdIfcCoveringAuto::unsetAttr
virtual void unsetAttr(const OdIfcAttribute explicitAttrDef)
OdIfc4x2::OdIfcCoveringAuto::putAttr
virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val)
OdIfc4x2::OdIfcCoveringAuto::setPredefinedType
void setPredefinedType(IfcCoveringTypeEnum PredefinedType)
OdIfc4x2::OdIfcCoveringAuto::outFields
virtual OdResult outFields(OdDAI::OdSpfFilerBase *wrFiler)
OD_EXP_DECLARE_MEMBERS
#define OD_EXP_DECLARE_MEMBERS(ClassName)
Definition: daiRTTI.h:95
OdIfc4x2::OdIfcCoveringAuto::testAttr
virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const
OdIfc4x2::OdIfcCoveringAuto::putAttr
virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val)
OdIfc4x2::OdIfcCoveringAuto::testAttr
virtual bool testAttr(const OdAnsiString &explicitAttrName) const
OdIfc4x2::OdIfcCoveringAuto::m_PredefinedType
IfcCoveringTypeEnum m_PredefinedType
Definition: Ifc4x2/IfcCoveringAutoImpl.h:73
OdIfc4x2::OdIfcCoveringAuto::getInvCoversSpacesAggr
void getInvCoversSpacesAggr(OdDAIObjectIds &aggregate) const
OdIfc4x2::OdIfcRelCoversSpacesAuto
Definition: Ifc4x2/IfcRelCoversSpacesAutoImpl.h:38
OdIfc4x2::OdIfcCoveringAuto::m_CoversSpaces_inv
OdDAIObjectIds m_CoversSpaces_inv
Definition: Ifc4x2/IfcCoveringAutoImpl.h:74
OdIfc4x2::OdIfcCoveringAuto::isKindOf
virtual bool isKindOf(OdIfcEntityType entityType) const
OdIfc4x2::OdIfcEntityType
OdIfcEntityType
Definition: Ifc4x2EntityTypes.h:34
OdIfc4x2::OdIfcCoveringAuto::unsetAttr
virtual void unsetAttr(const OdAnsiString &explicitAttrName)
OdIfc4x2::OdIfcCoveringAuto::getAttr
virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const
OdIfc4x2::OdIfcCoveringAuto::getInstanceType
virtual OdDAI::Entity * getInstanceType() const
OdIfc4x2::OdIfcCoveringAuto::type
virtual OdIfcEntityType type() const
OdIfc4x2::IfcCoveringTypeEnum
Definition: Ifc4x2Enum.h:1657