CFx SDK Documentation  2020SP3
Ifc2x3/IfcProjectAutoImpl.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 _IFCPROJECT_AUTO_IMPL_2x3_H
27 #define _IFCPROJECT_AUTO_IMPL_2x3_H
28 
29 #include "IfcObjectAutoImpl.h"
30 
35 namespace OdIfc2x3 {
36 
38 {
39  //DOM-IGNORE-BEGIN
41  //DOM-IGNORE-END
42 
43 public:
44 
45 
46  //
47  // OdDAI early binding accessors
48  //
49  OdAnsiString getLongName() const;
50  void setLongName(OdAnsiString LongName);
51  OdAnsiString getPhase() const;
52  void setPhase(OdAnsiString Phase);
56  void setUnitsInContext(OdDAIObjectId UnitsInContext);
57 
59  virtual OdResult inFields(OdDAI::OdSpfFilerBase* rdFiler);
60  virtual OdResult outFields(OdDAI::OdSpfFilerBase* wrFiler);
61  virtual bool isKindOf(OdIfcEntityType entityType) const;
62  virtual bool isInstanceOf(OdIfcEntityType entityType) const;
63  virtual OdDAI::Entity* getInstanceType() const;
64  virtual OdIfcEntityType type() const;
65  virtual OdAnsiString typeName() const;
66  virtual OdRxValue getAttr(const OdAnsiString &attrName) const;
67  virtual void unsetAttr(const OdAnsiString &explicitAttrName);
68  virtual bool testAttr(const OdAnsiString &explicitAttrName) const;
69  virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val);
70  virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const;
71  virtual void unsetAttr(const OdIfcAttribute explicitAttrDef);
72  virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const;
73  virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val);
74 
75 protected:
76  // Fields declaration:
77  OdAnsiString m_LongName; // optional
78  OdAnsiString m_Phase; // optional
79  OdDAIObjectIds m_RepresentationContexts; // SET [1:?] OF IfcRepresentationContext
80  OdDAIObjectId m_UnitsInContext; // IfcUnitAssignment
81 };
82 
83 } // namespace
84 
85 #endif // _IFCPROJECT_AUTO_IMPL_2x3_H
OdResult
OdResult
Definition: OdResult.h:29
OdIfc2x3::OdIfcProjectAuto::outFields
virtual OdResult outFields(OdDAI::OdSpfFilerBase *wrFiler)
IFC2X3_EXPORT
#define IFC2X3_EXPORT
Definition: IfcBuildOptions.h:36
OdIfc2x3::OdIfcProjectAuto::m_UnitsInContext
OdDAIObjectId m_UnitsInContext
Definition: Ifc2x3/IfcProjectAutoImpl.h:80
OdIfc::OdIfcAttribute
OdIfcAttribute
Definition: IfcAttributesEnum.h:34
OdIfc2x3::OdIfcProjectAuto::type
virtual OdIfcEntityType type() const
OdDAIObjectId
Definition: daiObjectId.h:67
OdIfc2x3::OdIfcProjectAuto::setPhase
void setPhase(OdAnsiString Phase)
OdIfc2x3::OdIfcProjectAuto::isKindOf
virtual bool isKindOf(OdIfcEntityType entityType) const
OdIfc2x3::OdIfcProjectAuto::getLongName
OdAnsiString getLongName() const
OdIfc2x3::OdIfcProjectAuto::putAttr
virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val)
OdArray< OdDAIObjectId >
OdIfc2x3
Definition: Ifc2DCompositeCurveAutoImpl.h:35
OdRxValue
Definition: RxValue.h:64
OdIfc2x3::OdIfcProjectAuto::m_Phase
OdAnsiString m_Phase
Definition: Ifc2x3/IfcProjectAutoImpl.h:78
OdIfc2x3::OdIfcObjectAuto
Definition: Ifc2x3/IfcObjectAutoImpl.h:38
OdIfc2x3::OdIfcProjectAuto::setRepresentationContextsAggr
void setRepresentationContextsAggr(const OdDAIObjectIds &aggregate)
OdIfc2x3::OdIfcProjectAuto::getUnitsInContext
OdDAIObjectId getUnitsInContext() const
OdIfc2x3::OdIfcProjectAuto::setUnitsInContext
void setUnitsInContext(OdDAIObjectId UnitsInContext)
OdIfc2x3::OdIfcProjectAuto::testAttr
virtual bool testAttr(const OdAnsiString &explicitAttrName) const
OdIfc2x3::OdIfcProjectAuto::OdIfcProjectAuto
OdIfcProjectAuto()
OD_EXP_DECLARE_MEMBERS
#define OD_EXP_DECLARE_MEMBERS(ClassName)
Definition: daiRTTI.h:95
OdIfc2x3::OdIfcEntityType
OdIfcEntityType
Definition: Ifc2x3EntityTypes.h:34
OdIfc2x3::OdIfcProjectAuto::setLongName
void setLongName(OdAnsiString LongName)
OdIfc2x3::OdIfcProjectAuto::getAttr
virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const
OdIfc2x3::OdIfcProjectAuto::getRepresentationContextsAggr
void getRepresentationContextsAggr(OdDAIObjectIds &aggregate) const
OdIfc2x3::OdIfcProjectAuto::testAttr
virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const
OdIfc2x3::OdIfcProjectAuto::getInstanceType
virtual OdDAI::Entity * getInstanceType() const
OdIfc2x3::OdIfcProjectAuto::getPhase
OdAnsiString getPhase() const
OdIfc2x3::OdIfcProjectAuto
Definition: Ifc2x3/IfcProjectAutoImpl.h:38
OdIfc2x3::OdIfcProjectAuto::getAttr
virtual OdRxValue getAttr(const OdAnsiString &attrName) const
OdIfc2x3::OdIfcProjectAuto::isInstanceOf
virtual bool isInstanceOf(OdIfcEntityType entityType) const
OdIfc2x3::OdIfcProjectAuto::unsetAttr
virtual void unsetAttr(const OdAnsiString &explicitAttrName)
IfcObjectAutoImpl.h
OdIfc2x3::OdIfcProjectAuto::m_LongName
OdAnsiString m_LongName
Definition: Ifc2x3/IfcProjectAutoImpl.h:77
OdIfc2x3::OdIfcProjectAuto::putAttr
virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val)
OdIfc2x3::OdIfcProjectAuto::typeName
virtual OdAnsiString typeName() const
OdIfc2x3::OdIfcProjectAuto::unsetAttr
virtual void unsetAttr(const OdIfcAttribute explicitAttrDef)
OdIfc2x3::OdIfcProjectAuto::inFields
virtual OdResult inFields(OdDAI::OdSpfFilerBase *rdFiler)
OdIfc2x3::OdIfcProjectAuto::m_RepresentationContexts
OdDAIObjectIds m_RepresentationContexts
Definition: Ifc2x3/IfcProjectAutoImpl.h:79