CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Ifc4x2/IfcSiteAutoImpl.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 _IFC4X2_IFCSITE_AUTO_IMPL_H
27#define _IFC4X2_IFCSITE_AUTO_IMPL_H
28
31
36namespace OdIfc4x2 {
37
61{
62 //DOM-IGNORE-BEGIN
63 OD_EXP_DECLARE_MEMBERS(OdIfc4x2::IfcSite);
64 //DOM-IGNORE-END
65
66public:
67
68
69 //
70 // OdDAI early binding accessors
71 //
72
73
78 void getRefLatitude(OdArray<int >& RefLatitude) const;
79
85 OdDAI::IntList& refLatitude();
86
93 void getRefLongitude(OdArray<int >& RefLongitude) const;
94
103 OdDAI::IntList& refLongitude();
104
110 double getRefElevation() const;
111
116 void setRefElevation(double RefElevation);
117
123 const OdAnsiString& getLandTitleNumber() const;
124
129 void setLandTitleNumber(const OdAnsiString& LandTitleNumber);
130
136 const OdDAIObjectId& getSiteAddress() const;
137
142 void setSiteAddress(const OdDAIObjectId& SiteAddress);
143
144
145public:
146
151
158 virtual OdResult inFields(OdDAI::OdSpfFilerBase* rdFiler);
159
166 virtual OdResult outFields(OdDAI::OdSpfFilerBase* wrFiler);
167
173 virtual OdDAI::Entity* getInstanceType() const;
174
181 virtual OdRxValue getAttr(const char * attrName) const;
182
187 virtual void unsetAttr(const char * explicitAttrName);
188
195 virtual bool testAttr(const char * explicitAttrName) const;
196
204 virtual bool putAttr(const char * explicitAttrName, const OdRxValue &val);
205
212 virtual bool isKindOf(OdIfc::OdIfcEntityType entityType) const;
213
220
227 virtual OdRxValue getAttr(const OdIfc::OdIfcAttribute attrDef) const;
228
233 virtual void unsetAttr(const OdIfc::OdIfcAttribute explicitAttrDef);
234
241 virtual bool testAttr(const OdIfc::OdIfcAttribute explicitAttrDef) const;
242
250 virtual bool putAttr(const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val);
251
252protected:
253 // Fields declaration:
254 OdDAI::IntList m_RefLatitude; // IfcCompoundPlaneAngleMeasure [optional]
255
256 OdDAI::IntList m_RefLongitude; // IfcCompoundPlaneAngleMeasure [optional]
257
258 double m_RefElevation; // IfcLengthMeasure [optional]
259 OdAnsiString m_LandTitleNumber; // IfcLabel [optional]
260 OdDAIObjectId m_SiteAddress; // IfcPostalAddress [optional]
261};
262
267
268} // namespace
269
270#endif // _IFC4X2_IFCSITE_AUTO_IMPL_H
#define IFC4X2_EXPORT
OdResult
Definition: OdResult.h:29
OdDAI::IntList m_RefLatitude
virtual bool isKindOf(OdIfc::OdIfcEntityType entityType) const
virtual bool testAttr(const char *explicitAttrName) const
OdDAI::IntList & refLatitude()
void getRefLongitude(OdArray< int > &RefLongitude) const
virtual bool putAttr(const char *explicitAttrName, const OdRxValue &val)
virtual OdDAI::Entity * getInstanceType() const
virtual OdRxValue getAttr(const OdIfc::OdIfcAttribute attrDef) const
virtual bool testAttr(const OdIfc::OdIfcAttribute explicitAttrDef) const
virtual void unsetAttr(const char *explicitAttrName)
const OdDAIObjectId & getSiteAddress() const
const OdAnsiString & getLandTitleNumber() const
double getRefElevation() const
void setSiteAddress(const OdDAIObjectId &SiteAddress)
OdDAI::IntList & refLongitude()
virtual OdRxValue getAttr(const char *attrName) const
void getRefLatitude(OdArray< int > &RefLatitude) const
void setRefElevation(double RefElevation)
OdDAI::IntList m_RefLongitude
virtual OdResult outFields(OdDAI::OdSpfFilerBase *wrFiler)
virtual bool putAttr(const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val)
virtual void unsetAttr(const OdIfc::OdIfcAttribute explicitAttrDef)
virtual OdIfc::OdIfcEntityType type() const
void setLandTitleNumber(const OdAnsiString &LandTitleNumber)
virtual OdResult inFields(OdDAI::OdSpfFilerBase *rdFiler)
OdSmartPtr< IfcSite > IfcSitePtr