CFx SDK Documentation  2020SP3
IfcMaterialProfileSetAutoImpl.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 _IFCMATERIALPROFILESET_AUTO_IMPL_4_H
27 #define _IFCMATERIALPROFILESET_AUTO_IMPL_4_H
28 
30 
35 namespace OdIfc4 {
36 
38 {
39  //DOM-IGNORE-BEGIN
41  //DOM-IGNORE-END
42 
43 public:
44 
45 
46  //
47  // OdDAI early binding accessors
48  //
49  OdAnsiString getName() const;
50  void setName(OdAnsiString Name);
51  OdAnsiString getDescription() const;
52  void setDescription(OdAnsiString Description);
53  void getMaterialProfilesAggr(OdDAIObjectIds &aggregate) const;
54  void setMaterialProfilesAggr(const OdDAIObjectIds &aggregate);
56  void setCompositeProfile(OdDAIObjectId CompositeProfile);
57 
59  virtual OdResult inFields(OdDAI::OdSpfFilerBase* rdFiler);
60  virtual OdResult outFields(OdDAI::OdSpfFilerBase* wrFiler);
61  virtual void setInverseCounterParts();
62  virtual void resetInverseCounterParts();
63  virtual bool isKindOf(OdIfcEntityType entityType) const;
64  virtual bool isInstanceOf(OdIfcEntityType entityType) const;
65  virtual OdDAI::Entity* getInstanceType() const;
66  virtual OdIfcEntityType type() const;
67  virtual OdAnsiString typeName() const;
68  virtual OdRxValue getAttr(const OdAnsiString &attrName) const;
69  virtual void unsetAttr(const OdAnsiString &explicitAttrName);
70  virtual bool testAttr(const OdAnsiString &explicitAttrName) const;
71  virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val);
72  virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const;
73  virtual void unsetAttr(const OdIfcAttribute explicitAttrDef);
74  virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const;
75  virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val);
76 
77 protected:
78  // Fields declaration:
79  OdAnsiString m_Name; // optional
80  OdAnsiString m_Description; // optional
81  OdDAIObjectIds m_MaterialProfiles; // LIST [1:?] OF IfcMaterialProfile
82  OdDAIObjectId m_CompositeProfile; // IfcCompositeProfileDef // optional
83 };
84 
85 } // namespace
86 
87 #endif // _IFCMATERIALPROFILESET_AUTO_IMPL_4_H
OdResult
OdResult
Definition: OdResult.h:29
OdIfc4::OdIfcMaterialProfileSetAuto::getCompositeProfile
OdDAIObjectId getCompositeProfile() const
OdIfc4::OdIfcMaterialProfileSetAuto::m_MaterialProfiles
OdDAIObjectIds m_MaterialProfiles
Definition: IfcMaterialProfileSetAutoImpl.h:81
OdIfc::OdIfcAttribute
OdIfcAttribute
Definition: IfcAttributesEnum.h:34
OdIfc4::OdIfcMaterialProfileSetAuto::setMaterialProfilesAggr
void setMaterialProfilesAggr(const OdDAIObjectIds &aggregate)
OdIfc4::OdIfcMaterialProfileSetAuto::unsetAttr
virtual void unsetAttr(const OdIfcAttribute explicitAttrDef)
OdDAIObjectId
Definition: daiObjectId.h:67
OdIfc4::OdIfcMaterialProfileSetAuto::getName
OdAnsiString getName() const
OdIfc4::OdIfcMaterialProfileSetAuto::setInverseCounterParts
virtual void setInverseCounterParts()
OdIfc4::OdIfcMaterialProfileSetAuto::getAttr
virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const
OdIfc4::OdIfcMaterialProfileSetAuto::inFields
virtual OdResult inFields(OdDAI::OdSpfFilerBase *rdFiler)
OdArray< OdDAIObjectId >
OdIfc4::OdIfcMaterialProfileSetAuto::OdIfcMaterialProfileSetAuto
OdIfcMaterialProfileSetAuto()
OdIfc4::OdIfcMaterialProfileSetAuto::getAttr
virtual OdRxValue getAttr(const OdAnsiString &attrName) const
OdIfc4::OdIfcMaterialProfileSetAuto::m_CompositeProfile
OdDAIObjectId m_CompositeProfile
Definition: IfcMaterialProfileSetAutoImpl.h:82
OdIfc4::OdIfcMaterialProfileSetAuto::resetInverseCounterParts
virtual void resetInverseCounterParts()
OdIfc4::OdIfcMaterialProfileSetAuto::getDescription
OdAnsiString getDescription() const
OdIfc4::OdIfcMaterialProfileSetAuto::testAttr
virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const
OdIfc4::OdIfcMaterialProfileSetAuto::isKindOf
virtual bool isKindOf(OdIfcEntityType entityType) const
OdIfc4
Definition: Ifc4CollectionTypes.h:33
OdIfc4::OdIfcMaterialProfileSetAuto
Definition: IfcMaterialProfileSetAutoImpl.h:38
OdRxValue
Definition: RxValue.h:64
IfcMaterialDefinitionAutoImpl.h
OdIfc4::OdIfcMaterialDefinitionAuto
Definition: IfcMaterialDefinitionAutoImpl.h:41
OdIfc4::OdIfcMaterialProfileSetAuto::setDescription
void setDescription(OdAnsiString Description)
OdIfc4::OdIfcMaterialProfileSetAuto::putAttr
virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val)
OdIfc4::OdIfcMaterialProfileSetAuto::m_Description
OdAnsiString m_Description
Definition: IfcMaterialProfileSetAutoImpl.h:80
OdIfc4::OdIfcMaterialProfileSetAuto::type
virtual OdIfcEntityType type() const
OD_EXP_DECLARE_MEMBERS
#define OD_EXP_DECLARE_MEMBERS(ClassName)
Definition: daiRTTI.h:95
OdIfc4::OdIfcEntityType
OdIfcEntityType
Definition: Ifc4EntityTypes.h:34
OdIfc4::OdIfcMaterialProfileSetAuto::typeName
virtual OdAnsiString typeName() const
OdIfc4::OdIfcMaterialProfileSetAuto::getMaterialProfilesAggr
void getMaterialProfilesAggr(OdDAIObjectIds &aggregate) const
OdIfc4::OdIfcMaterialProfileSetAuto::setCompositeProfile
void setCompositeProfile(OdDAIObjectId CompositeProfile)
OdIfc4::OdIfcMaterialProfileSetAuto::getInstanceType
virtual OdDAI::Entity * getInstanceType() const
OdIfc4::OdIfcMaterialProfileSetAuto::outFields
virtual OdResult outFields(OdDAI::OdSpfFilerBase *wrFiler)
OdIfc4::OdIfcMaterialProfileSetAuto::testAttr
virtual bool testAttr(const OdAnsiString &explicitAttrName) const
OdIfc4::OdIfcMaterialProfileSetAuto::unsetAttr
virtual void unsetAttr(const OdAnsiString &explicitAttrName)
OdIfc4::OdIfcMaterialProfileSetAuto::setName
void setName(OdAnsiString Name)
OdIfc4::OdIfcMaterialProfileSetAuto::isInstanceOf
virtual bool isInstanceOf(OdIfcEntityType entityType) const
IFC4_EXPORT
#define IFC4_EXPORT
Definition: IfcBuildOptions.h:44
OdIfc4::OdIfcMaterialProfileSetAuto::putAttr
virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val)
OdIfc4::OdIfcMaterialProfileSetAuto::m_Name
OdAnsiString m_Name
Definition: IfcMaterialProfileSetAutoImpl.h:79