CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
Ifc4x2/IfcElementAutoImpl.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2024, 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-2024 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 _IFC4X2_IFCELEMENT_AUTO_IMPL_H
27#define _IFC4X2_IFCELEMENT_AUTO_IMPL_H
28
29#include "IfcProductAutoImpl.h"
30
35namespace OdIfc4x2 {
36
63{
64 //DOM-IGNORE-BEGIN
65 OD_EXP_NON_INSTANTIABLE_DECLARE_MEMBERS(OdIfc4x2::IfcElement);
66 //DOM-IGNORE-END
67
68public:
69
70
71 //
72 // OdDAI early binding accessors
73 //
74
75
83 const OdAnsiString& getTag() const;
84
91 void setTag(const OdAnsiString& Tag);
92
99 void getInvFillsVoids(OdDAIObjectIds& FillsVoids) const;
100
107 void getInvConnectedTo(OdDAIObjectIds& ConnectedTo) const;
108
117 void getInvIsInterferedByElements(OdDAIObjectIds& IsInterferedByElements) const;
118
127 void getInvInterferesElements(OdDAIObjectIds& InterferesElements) const;
128
134 void getInvHasProjections(OdDAIObjectIds& HasProjections) const;
135
142 void getInvReferencedInStructures(OdDAIObjectIds& ReferencedInStructures) const;
143
150 void getInvHasOpenings(OdDAIObjectIds& HasOpenings) const;
151
158 void getInvIsConnectionRealization(OdDAIObjectIds& IsConnectionRealization) const;
159
166 void getInvProvidesBoundaries(OdDAIObjectIds& ProvidesBoundaries) const;
167
174 void getInvConnectedFrom(OdDAIObjectIds& ConnectedFrom) const;
175
182 void getInvContainedInStructure(OdDAIObjectIds& ContainedInStructure) const;
183
190 void getInvHasCoverings(OdDAIObjectIds& HasCoverings) const;
191
192
193public:
194
199
206 virtual OdResult inFields(OdDAI::OdSpfFilerBase* rdFiler) override;
207
214 virtual OdResult outFields(OdDAI::OdSpfFilerBase* wrFiler) override;
215
221 virtual OdDAI::Entity* getInstanceType() const override;
222
229 virtual OdRxValue getAttr(const char * attrName) const override;
230
235 virtual void unsetAttr(const char * explicitAttrName) override;
236
243 virtual bool testAttr(const char * explicitAttrName) const override;
244
252 virtual bool putAttr(const char * explicitAttrName, const OdRxValue &val) override;
253
260 virtual bool isKindOf(OdIfc::OdIfcEntityType entityType) const override;
261
267 virtual OdIfc::OdIfcEntityType type() const override;
268
275 virtual OdRxValue getAttr(const OdIfc::OdIfcAttribute attrDef) const override;
276
281 virtual void unsetAttr(const OdIfc::OdIfcAttribute explicitAttrDef) override;
282
289 virtual bool testAttr(const OdIfc::OdIfcAttribute explicitAttrDef) const override;
290
298 virtual bool putAttr(const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val) override;
299
300protected:
301 // Fields declaration:
302 OdAnsiString m_Tag; // IfcIdentifier [optional]
303
304 // Declare friend classes for inverse attributes functionality:
305 friend class IfcRelFillsElement;
308 friend class IfcRelInterferesElements;
311 friend class IfcRelVoidsElement;
314 friend class IfcRelConnectsElements;
317};
318
323
324} // namespace
325
326#endif // _IFC4X2_IFCELEMENT_AUTO_IMPL_H
#define IFC4X2_EXPORT
OdResult
Definition OdResult.h:29
virtual OdResult inFields(OdDAI::OdSpfFilerBase *rdFiler) override
void getInvConnectedTo(OdDAIObjectIds &ConnectedTo) const
virtual OdIfc::OdIfcEntityType type() const override
void getInvContainedInStructure(OdDAIObjectIds &ContainedInStructure) const
friend class IfcRelConnectsWithRealizingElements
void getInvFillsVoids(OdDAIObjectIds &FillsVoids) const
virtual bool isKindOf(OdIfc::OdIfcEntityType entityType) const override
void getInvHasOpenings(OdDAIObjectIds &HasOpenings) const
void getInvInterferesElements(OdDAIObjectIds &InterferesElements) const
virtual void unsetAttr(const char *explicitAttrName) override
void getInvReferencedInStructures(OdDAIObjectIds &ReferencedInStructures) const
void getInvHasProjections(OdDAIObjectIds &HasProjections) const
virtual bool putAttr(const char *explicitAttrName, const OdRxValue &val) override
virtual OdRxValue getAttr(const char *attrName) const override
const OdAnsiString & getTag() const
virtual OdDAI::Entity * getInstanceType() const override
void getInvProvidesBoundaries(OdDAIObjectIds &ProvidesBoundaries) const
virtual OdRxValue getAttr(const OdIfc::OdIfcAttribute attrDef) const override
virtual bool testAttr(const char *explicitAttrName) const override
virtual bool testAttr(const OdIfc::OdIfcAttribute explicitAttrDef) const override
void getInvConnectedFrom(OdDAIObjectIds &ConnectedFrom) const
friend class IfcRelReferencedInSpatialStructure
virtual void unsetAttr(const OdIfc::OdIfcAttribute explicitAttrDef) override
virtual bool putAttr(const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val) override
void getInvHasCoverings(OdDAIObjectIds &HasCoverings) const
void getInvIsInterferedByElements(OdDAIObjectIds &IsInterferedByElements) const
void setTag(const OdAnsiString &Tag)
void getInvIsConnectionRealization(OdDAIObjectIds &IsConnectionRealization) const
virtual OdResult outFields(OdDAI::OdSpfFilerBase *wrFiler) override
OdSmartPtr< IfcElement > IfcElementPtr