CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Ifc4x3_RC1/IfcStructuralAnalysisModelAutoImpl.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2022, 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-2022 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 _IFC4X3_RC1_IFCSTRUCTURALANALYSISMODEL_AUTO_IMPL_H
27#define _IFC4X3_RC1_IFCSTRUCTURALANALYSISMODEL_AUTO_IMPL_H
28
29#include "IfcSystemAutoImpl.h"
32
37namespace OdIfc4x3_rc1 {
38
40{
41 //DOM-IGNORE-BEGIN
42 OD_EXP_DECLARE_MEMBERS(OdIfc4x3_rc1::IfcStructuralAnalysisModel);
43 //DOM-IGNORE-END
44
45public:
46
47
48 //
49 // OdDAI early binding accessors
50 //
51
54 const OdDAIObjectId& getOrientationOf2DPlane() const;
55 void setOrientationOf2DPlane(const OdDAIObjectId& OrientationOf2DPlane);
56 void getLoadedBy(OdDAIObjectIds& LoadedBy) const;
57 OdDAI::OdDAIObjectIdSet& loadedBy();
58 void getHasResults(OdDAIObjectIds& HasResults) const;
59 OdDAI::OdDAIObjectIdSet& hasResults();
60 const OdDAIObjectId& getSharedPlacement() const;
61 void setSharedPlacement(const OdDAIObjectId& SharedPlacement);
62
63
64public:
66
73 virtual OdResult inFields(OdDAI::OdSpfFilerBase* rdFiler);
74
81 virtual OdResult outFields(OdDAI::OdSpfFilerBase* wrFiler);
82
86 virtual void setInverseCounterParts();
87
93 virtual OdDAI::Entity* getInstanceType() const;
94
101 virtual OdRxValue getAttr(const char * attrName) const;
102
120 virtual bool comparedToEarlyImpl(const OdDAI::ApplicationInstance *pOther, OdRx::Ordering &ordering) const;
121
126 virtual void unsetAttr(const char * explicitAttrName);
127
134 virtual bool testAttr(const char * explicitAttrName) const;
135
143 virtual bool putAttr(const char * explicitAttrName, const OdRxValue &val);
144
151 virtual bool isKindOf(OdIfc::OdIfcEntityType entityType) const;
152
159
166 virtual OdRxValue getAttr(const OdIfc::OdIfcAttribute attrDef) const;
167
172 virtual void unsetAttr(const OdIfc::OdIfcAttribute explicitAttrDef);
173
180 virtual bool testAttr(const OdIfc::OdIfcAttribute explicitAttrDef) const;
181
189 virtual bool putAttr(const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val);
190
191protected:
192 // Fields declaration:
193 OdDAI::Enum m_PredefinedType; // IfcAnalysisModelTypeEnum
194 OdDAIObjectId m_OrientationOf2DPlane; // IfcAxis2Placement3D [optional]
195 OdDAI::OdDAIObjectIdSet m_LoadedBy; // SET [1:?] of IfcStructuralLoadGroup [optional]
196
197 OdDAI::OdDAIObjectIdSet m_HasResults; // SET [1:?] of IfcStructuralResultGroup [optional]
198
199 OdDAIObjectId m_SharedPlacement; // IfcObjectPlacement [optional]
200};
201
206
207} // namespace
208
209#endif // _IFC4X3_RC1_IFCSTRUCTURALANALYSISMODEL_AUTO_IMPL_H
#define IFC4X3_RC1_EXPORT
OdResult
Definition: OdResult.h:29
virtual bool testAttr(const char *explicitAttrName) const
virtual bool testAttr(const OdIfc::OdIfcAttribute explicitAttrDef) const
virtual OdResult outFields(OdDAI::OdSpfFilerBase *wrFiler)
OdDAI::OdDAIObjectIdSet & loadedBy()
void setOrientationOf2DPlane(const OdDAIObjectId &OrientationOf2DPlane)
void getHasResults(OdDAIObjectIds &HasResults) const
virtual bool isKindOf(OdIfc::OdIfcEntityType entityType) const
virtual void unsetAttr(const char *explicitAttrName)
void setSharedPlacement(const OdDAIObjectId &SharedPlacement)
void setPredefinedType(IfcAnalysisModelTypeEnum PredefinedType)
virtual bool comparedToEarlyImpl(const OdDAI::ApplicationInstance *pOther, OdRx::Ordering &ordering) const
const OdDAIObjectId & getSharedPlacement() const
virtual bool putAttr(const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val)
IfcAnalysisModelTypeEnum getPredefinedType() const
virtual void unsetAttr(const OdIfc::OdIfcAttribute explicitAttrDef)
const OdDAIObjectId & getOrientationOf2DPlane() const
virtual OdResult inFields(OdDAI::OdSpfFilerBase *rdFiler)
virtual OdRxValue getAttr(const char *attrName) const
virtual OdIfc::OdIfcEntityType type() const
virtual OdDAI::Entity * getInstanceType() const
void getLoadedBy(OdDAIObjectIds &LoadedBy) const
virtual OdRxValue getAttr(const OdIfc::OdIfcAttribute attrDef) const
OdDAI::OdDAIObjectIdSet & hasResults()
virtual bool putAttr(const char *explicitAttrName, const OdRxValue &val)
OdSmartPtr< IfcStructuralAnalysisModel > IfcStructuralAnalysisModelPtr
Ordering
Definition: RxObject.h:295