CFx SDK Documentation  2020SP3
2/IfcMaterialDefinitionAutoImpl.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 _IFCMATERIALDEFINITION_AUTO_IMPL_4x2_H
27 #define _IFCMATERIALDEFINITION_AUTO_IMPL_4x2_H
28 
29 #include "IfcPubCommon.h"
30 #include "Ifc4x2Enum.h"
31 #include "Ifc4x2SelectTypes.h"
32 #include "IfcCollectionTypes.h"
33 
38 namespace OdIfc4x2 {
39 
41 {
42  //DOM-IGNORE-BEGIN
44  //DOM-IGNORE-END
45 
46 public:
47 
48 
49  //
50  // OdDAI early binding accessors
51  //
52  void getInvAssociatedToAggr(OdDAIObjectIds &aggregate) const;
54  void getInvHasPropertiesAggr(OdDAIObjectIds &aggregate) const;
55 
56  virtual OdResult inFields(OdDAI::OdSpfFilerBase* rdFiler);
57  virtual OdResult outFields(OdDAI::OdSpfFilerBase* wrFiler);
58  virtual bool isKindOf(OdIfcEntityType entityType) const;
59  virtual bool isInstanceOf(OdIfcEntityType entityType) const;
60  virtual OdDAI::Entity* getInstanceType() const;
61  virtual OdIfcEntityType type() const;
62  virtual OdAnsiString typeName() const;
63  virtual OdRxValue getAttr(const OdAnsiString &attrName) const;
64  virtual void unsetAttr(const OdAnsiString &explicitAttrName);
65  virtual bool testAttr(const OdAnsiString &explicitAttrName) const;
66  virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val);
67  virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const;
68  virtual void unsetAttr(const OdIfcAttribute explicitAttrDef);
69  virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const;
70  virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val);
71 
72 protected:
73  // Fields declaration:
74  OdDAIObjectIds m_AssociatedTo_inv; // IfcRelAssociatesMaterial
75  OdDAIObjectIds m_HasExternalReferences_inv; // IfcExternalReferenceRelationship
76  OdDAIObjectIds m_HasProperties_inv; // IfcMaterialProperties
77 
78  // Declare friend classes for inverse attributes functionality:
82 };
83 
84 } // namespace
85 
86 #endif // _IFCMATERIALDEFINITION_AUTO_IMPL_4x2_H
OdIfc4x2::OdIfcMaterialDefinitionAuto::getInvHasPropertiesAggr
void getInvHasPropertiesAggr(OdDAIObjectIds &aggregate) const
OdResult
OdResult
Definition: OdResult.h:29
OdIfc4x2::OdIfcMaterialDefinitionAuto::isKindOf
virtual bool isKindOf(OdIfcEntityType entityType) const
OdIfc::OdIfcAttribute
OdIfcAttribute
Definition: IfcAttributesEnum.h:34
Ifc4x2SelectTypes.h
OdIfc4x2::OdIfcMaterialDefinitionAuto::outFields
virtual OdResult outFields(OdDAI::OdSpfFilerBase *wrFiler)
OdIfc4x2
Definition: Ifc4x2CollectionTypes.h:33
OdIfc4x2::OdIfcMaterialDefinitionAuto::unsetAttr
virtual void unsetAttr(const OdIfcAttribute explicitAttrDef)
IfcPubCommon.h
OdIfc4x2::OdIfcMaterialDefinitionAuto::unsetAttr
virtual void unsetAttr(const OdAnsiString &explicitAttrName)
OdIfc4x2::OdIfcMaterialDefinitionAuto::getAttr
virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const
OdIfc4x2::OdIfcMaterialDefinitionAuto::getAttr
virtual OdRxValue getAttr(const OdAnsiString &attrName) const
IFC4X2_EXPORT
#define IFC4X2_EXPORT
Definition: IfcBuildOptions.h:52
OdIfc4x2::OdIfcMaterialDefinitionAuto::isInstanceOf
virtual bool isInstanceOf(OdIfcEntityType entityType) const
OdIfc4x2::OdIfcMaterialDefinitionAuto::testAttr
virtual bool testAttr(const OdAnsiString &explicitAttrName) const
OdArray< OdDAIObjectId >
OdIfc4x2::OdIfcMaterialDefinitionAuto::inFields
virtual OdResult inFields(OdDAI::OdSpfFilerBase *rdFiler)
IfcCollectionTypes.h
OdIfc4x2::OdIfcMaterialDefinitionAuto::typeName
virtual OdAnsiString typeName() const
OdRxValue
Definition: RxValue.h:64
OdIfc4x2::OdIfcMaterialDefinitionAuto::putAttr
virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val)
OdIfc4x2::OdIfcRelAssociatesMaterialAuto
Definition: Ifc4x2/IfcRelAssociatesMaterialAutoImpl.h:38
OdIfc4x2::OdIfcMaterialDefinitionAuto
Definition: 2/IfcMaterialDefinitionAutoImpl.h:41
OD_EXP_DECLARE_MEMBERS
#define OD_EXP_DECLARE_MEMBERS(ClassName)
Definition: daiRTTI.h:95
OdIfc::OdIfcEntity
Definition: IfcEntity.h:84
OdIfc4x2::OdIfcExternalReferenceRelationshipAuto
Definition: 2/IfcExternalReferenceRelationshipAutoImpl.h:38
OdIfc4x2::OdIfcMaterialDefinitionAuto::m_HasProperties_inv
OdDAIObjectIds m_HasProperties_inv
Definition: 2/IfcMaterialDefinitionAutoImpl.h:76
Ifc4x2Enum.h
OdIfc4x2::OdIfcMaterialDefinitionAuto::getInstanceType
virtual OdDAI::Entity * getInstanceType() const
OdIfc4x2::OdIfcMaterialDefinitionAuto::getInvAssociatedToAggr
void getInvAssociatedToAggr(OdDAIObjectIds &aggregate) const
OdIfc4x2::OdIfcMaterialDefinitionAuto::m_AssociatedTo_inv
OdDAIObjectIds m_AssociatedTo_inv
Definition: 2/IfcMaterialDefinitionAutoImpl.h:74
OdIfc4x2::OdIfcMaterialDefinitionAuto::type
virtual OdIfcEntityType type() const
OdIfc4x2::OdIfcEntityType
OdIfcEntityType
Definition: Ifc4x2EntityTypes.h:34
OdIfc4x2::OdIfcMaterialDefinitionAuto::getInvHasExternalReferencesAggr
void getInvHasExternalReferencesAggr(OdDAIObjectIds &aggregate) const
OdIfc4x2::OdIfcMaterialDefinitionAuto::m_HasExternalReferences_inv
OdDAIObjectIds m_HasExternalReferences_inv
Definition: 2/IfcMaterialDefinitionAutoImpl.h:75
OdIfc4x2::OdIfcMaterialPropertiesAuto
Definition: Ifc4x2/IfcMaterialPropertiesAutoImpl.h:38
OdIfc4x2::OdIfcMaterialDefinitionAuto::testAttr
virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const
OdIfc4x2::OdIfcMaterialDefinitionAuto::putAttr
virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val)