CFx SDK Documentation  2020SP3
IfcClassificationNotationAutoImpl.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 _IFCCLASSIFICATIONNOTATION_AUTO_IMPL_2x3_H
27 #define _IFCCLASSIFICATIONNOTATION_AUTO_IMPL_2x3_H
28 
29 #include "IfcPubCommon.h"
30 #include "Ifc2x3Enum.h"
31 #include "Ifc2x3SelectTypes.h"
32 #include "IfcCollectionTypes.h"
33 
38 namespace OdIfc2x3 {
39 
41 {
42  //DOM-IGNORE-BEGIN
44  //DOM-IGNORE-END
45 
46 public:
47 
48 
49  //
50  // OdDAI early binding accessors
51  //
52  void getNotationFacetsAggr(OdDAIObjectIds &aggregate) const;
53  void setNotationFacetsAggr(const OdDAIObjectIds &aggregate);
54 
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:
73  OdDAIObjectIds m_NotationFacets; // SET [1:?] OF IfcClassificationNotationFacet
74 };
75 
76 } // namespace
77 
78 #endif // _IFCCLASSIFICATIONNOTATION_AUTO_IMPL_2x3_H
OdIfc2x3::OdIfcClassificationNotationAuto::unsetAttr
virtual void unsetAttr(const OdIfcAttribute explicitAttrDef)
OdResult
OdResult
Definition: OdResult.h:29
IFC2X3_EXPORT
#define IFC2X3_EXPORT
Definition: IfcBuildOptions.h:36
OdIfc::OdIfcAttribute
OdIfcAttribute
Definition: IfcAttributesEnum.h:34
OdIfc2x3::OdIfcClassificationNotationAuto::m_NotationFacets
OdDAIObjectIds m_NotationFacets
Definition: IfcClassificationNotationAutoImpl.h:73
OdIfc2x3::OdIfcClassificationNotationAuto::getNotationFacetsAggr
void getNotationFacetsAggr(OdDAIObjectIds &aggregate) const
IfcPubCommon.h
OdIfc2x3::OdIfcClassificationNotationAuto::getInstanceType
virtual OdDAI::Entity * getInstanceType() const
OdArray< OdDAIObjectId >
Ifc2x3SelectTypes.h
IfcCollectionTypes.h
OdIfc2x3::OdIfcClassificationNotationAuto::unsetAttr
virtual void unsetAttr(const OdAnsiString &explicitAttrName)
OdIfc2x3::OdIfcClassificationNotationAuto::putAttr
virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val)
OdIfc2x3::OdIfcClassificationNotationAuto::putAttr
virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val)
OdIfc2x3
Definition: Ifc2DCompositeCurveAutoImpl.h:35
OdRxValue
Definition: RxValue.h:64
OdIfc2x3::OdIfcClassificationNotationAuto::isKindOf
virtual bool isKindOf(OdIfcEntityType entityType) const
Ifc2x3Enum.h
OD_EXP_DECLARE_MEMBERS
#define OD_EXP_DECLARE_MEMBERS(ClassName)
Definition: daiRTTI.h:95
OdIfc2x3::OdIfcClassificationNotationAuto::getAttr
virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const
OdIfc2x3::OdIfcEntityType
OdIfcEntityType
Definition: Ifc2x3EntityTypes.h:34
OdIfc2x3::OdIfcClassificationNotationAuto::type
virtual OdIfcEntityType type() const
OdIfc::OdIfcEntity
Definition: IfcEntity.h:84
OdIfc2x3::OdIfcClassificationNotationAuto::testAttr
virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const
OdIfc2x3::OdIfcClassificationNotationAuto::getAttr
virtual OdRxValue getAttr(const OdAnsiString &attrName) const
OdIfc2x3::OdIfcClassificationNotationAuto::isInstanceOf
virtual bool isInstanceOf(OdIfcEntityType entityType) const
OdIfc2x3::OdIfcClassificationNotationAuto::setNotationFacetsAggr
void setNotationFacetsAggr(const OdDAIObjectIds &aggregate)
OdIfc2x3::OdIfcClassificationNotationAuto::outFields
virtual OdResult outFields(OdDAI::OdSpfFilerBase *wrFiler)
OdIfc2x3::OdIfcClassificationNotationAuto::inFields
virtual OdResult inFields(OdDAI::OdSpfFilerBase *rdFiler)
OdIfc2x3::OdIfcClassificationNotationAuto::typeName
virtual OdAnsiString typeName() const
OdIfc2x3::OdIfcClassificationNotationAuto::testAttr
virtual bool testAttr(const OdAnsiString &explicitAttrName) const
OdIfc2x3::OdIfcClassificationNotationAuto
Definition: IfcClassificationNotationAutoImpl.h:41