CFx SDK Documentation  2020SP3
IfcConstraintAggregationRelationshipAutoImpl.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 _IFCCONSTRAINTAGGREGATIONRELATIONSHIP_AUTO_IMPL_2x3_H
27 #define _IFCCONSTRAINTAGGREGATIONRELATIONSHIP_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  OdAnsiString getName() const;
53  void setName(OdAnsiString Name);
54  OdAnsiString getDescription() const;
55  void setDescription(OdAnsiString Description);
57  void setRelatingConstraint(OdDAIObjectId RelatingConstraint);
58  void getRelatedConstraintsAggr(OdDAIObjectIds &aggregate) const;
59  void setRelatedConstraintsAggr(const OdDAIObjectIds &aggregate);
62 
64  virtual OdResult inFields(OdDAI::OdSpfFilerBase* rdFiler);
65  virtual OdResult outFields(OdDAI::OdSpfFilerBase* wrFiler);
66  virtual void setInverseCounterParts();
67  virtual void resetInverseCounterParts();
68  virtual bool isKindOf(OdIfcEntityType entityType) const;
69  virtual bool isInstanceOf(OdIfcEntityType entityType) const;
70  virtual OdDAI::Entity* getInstanceType() const;
71  virtual OdIfcEntityType type() const;
72  virtual OdAnsiString typeName() const;
73  virtual OdRxValue getAttr(const OdAnsiString &attrName) const;
74  virtual void unsetAttr(const OdAnsiString &explicitAttrName);
75  virtual bool testAttr(const OdAnsiString &explicitAttrName) const;
76  virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val);
77  virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const;
78  virtual void unsetAttr(const OdIfcAttribute explicitAttrDef);
79  virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const;
80  virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val);
81 
82 protected:
83  // Fields declaration:
84  OdAnsiString m_Name; // optional
85  OdAnsiString m_Description; // optional
87  OdDAIObjectIds m_RelatedConstraints; // LIST [1:?] OF IfcConstraint
89 };
90 
91 } // namespace
92 
93 #endif // _IFCCONSTRAINTAGGREGATIONRELATIONSHIP_AUTO_IMPL_2x3_H
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::getRelatingConstraint
OdDAIObjectId getRelatingConstraint() const
OdResult
OdResult
Definition: OdResult.h:29
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::m_Name
OdAnsiString m_Name
Definition: IfcConstraintAggregationRelationshipAutoImpl.h:84
IFC2X3_EXPORT
#define IFC2X3_EXPORT
Definition: IfcBuildOptions.h:36
OdIfc::OdIfcAttribute
OdIfcAttribute
Definition: IfcAttributesEnum.h:34
OdDAIObjectId
Definition: daiObjectId.h:67
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::isKindOf
virtual bool isKindOf(OdIfcEntityType entityType) const
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::isInstanceOf
virtual bool isInstanceOf(OdIfcEntityType entityType) const
IfcPubCommon.h
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::setDescription
void setDescription(OdAnsiString Description)
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::setRelatingConstraint
void setRelatingConstraint(OdDAIObjectId RelatingConstraint)
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::m_RelatingConstraint
OdDAIObjectId m_RelatingConstraint
Definition: IfcConstraintAggregationRelationshipAutoImpl.h:86
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::getDescription
OdAnsiString getDescription() const
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::getLogicalAggregator
IfcLogicalOperatorEnum getLogicalAggregator() const
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::setName
void setName(OdAnsiString Name)
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::unsetAttr
virtual void unsetAttr(const OdAnsiString &explicitAttrName)
OdArray< OdDAIObjectId >
Ifc2x3SelectTypes.h
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::getAttr
virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const
IfcCollectionTypes.h
OdIfc2x3
Definition: Ifc2DCompositeCurveAutoImpl.h:35
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::getName
OdAnsiString getName() const
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::typeName
virtual OdAnsiString typeName() const
OdRxValue
Definition: RxValue.h:64
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::getRelatedConstraintsAggr
void getRelatedConstraintsAggr(OdDAIObjectIds &aggregate) const
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::m_LogicalAggregator
IfcLogicalOperatorEnum m_LogicalAggregator
Definition: IfcConstraintAggregationRelationshipAutoImpl.h:88
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::testAttr
virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::inFields
virtual OdResult inFields(OdDAI::OdSpfFilerBase *rdFiler)
Ifc2x3Enum.h
OD_EXP_DECLARE_MEMBERS
#define OD_EXP_DECLARE_MEMBERS(ClassName)
Definition: daiRTTI.h:95
OdIfc2x3::OdIfcEntityType
OdIfcEntityType
Definition: Ifc2x3EntityTypes.h:34
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::OdIfcConstraintAggregationRelationshipAuto
OdIfcConstraintAggregationRelationshipAuto()
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::outFields
virtual OdResult outFields(OdDAI::OdSpfFilerBase *wrFiler)
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto
Definition: IfcConstraintAggregationRelationshipAutoImpl.h:41
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::setInverseCounterParts
virtual void setInverseCounterParts()
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::testAttr
virtual bool testAttr(const OdAnsiString &explicitAttrName) const
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::getAttr
virtual OdRxValue getAttr(const OdAnsiString &attrName) const
OdIfc::OdIfcEntity
Definition: IfcEntity.h:84
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::setLogicalAggregator
void setLogicalAggregator(IfcLogicalOperatorEnum LogicalAggregator)
OdIfc2x3::IfcLogicalOperatorEnum
Definition: Ifc2x3Enum.h:2755
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::unsetAttr
virtual void unsetAttr(const OdIfcAttribute explicitAttrDef)
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::type
virtual OdIfcEntityType type() const
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::putAttr
virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val)
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::getInstanceType
virtual OdDAI::Entity * getInstanceType() const
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::m_RelatedConstraints
OdDAIObjectIds m_RelatedConstraints
Definition: IfcConstraintAggregationRelationshipAutoImpl.h:87
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::setRelatedConstraintsAggr
void setRelatedConstraintsAggr(const OdDAIObjectIds &aggregate)
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::putAttr
virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val)
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::m_Description
OdAnsiString m_Description
Definition: IfcConstraintAggregationRelationshipAutoImpl.h:85
OdIfc2x3::OdIfcConstraintAggregationRelationshipAuto::resetInverseCounterParts
virtual void resetInverseCounterParts()