CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
IfcCurveSegmentAutoImpl.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_RC4_IFCCURVESEGMENT_AUTO_IMPL_H
27#define _IFC4X3_RC4_IFCCURVESEGMENT_AUTO_IMPL_H
28
29#include "IfcSegmentAutoImpl.h"
31#include "IfcCurveAutoImpl.h"
32
37namespace OdIfc4x3_rc4 {
38
44{
45 //DOM-IGNORE-BEGIN
46 OD_EXP_DECLARE_MEMBERS(OdIfc4x3_rc4::IfcCurveSegment);
47 //DOM-IGNORE-END
48
49public:
50
51
52 //
53 // OdDAI early binding accessors
54 //
55
56 const OdDAIObjectId& getPlacement() const;
57 void setPlacement(const OdDAIObjectId& Placement);
59
66
72 const OdDAIObjectId& getParentCurve() const;
73
78 void setParentCurve(const OdDAIObjectId& ParentCurve);
79
80
81public:
83
90 virtual OdResult inFields(OdDAI::OdSpfFilerBase* rdFiler);
91
98 virtual OdResult outFields(OdDAI::OdSpfFilerBase* wrFiler);
99
105 virtual OdDAI::Entity* getInstanceType() const;
106
113 virtual OdRxValue getAttr(const char * attrName) const;
114
132 virtual bool comparedToEarlyImpl(const OdDAI::ApplicationInstance *pOther, OdRx::Ordering &ordering) const;
133
138 virtual void unsetAttr(const char * explicitAttrName);
139
146 virtual bool testAttr(const char * explicitAttrName) const;
147
155 virtual bool putAttr(const char * explicitAttrName, const OdRxValue &val);
156
163 virtual bool isKindOf(OdIfc::OdIfcEntityType entityType) const;
164
171
178 virtual OdRxValue getAttr(const OdIfc::OdIfcAttribute attrDef) const;
179
184 virtual void unsetAttr(const OdIfc::OdIfcAttribute explicitAttrDef);
185
192 virtual bool testAttr(const OdIfc::OdIfcAttribute explicitAttrDef) const;
193
201 virtual bool putAttr(const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val);
202
203protected:
204 // Fields declaration:
205 OdDAIObjectId m_Placement; // IfcPlacement
206 OdDAI::Select m_SegmentStart; // IfcCurveMeasureSelect
207 OdDAI::Select m_SegmentLength; // IfcCurveMeasureSelect
208 OdDAIObjectId m_ParentCurve; // IfcCurve
209};
210
215
216} // namespace
217
218#endif // _IFC4X3_RC4_IFCCURVESEGMENT_AUTO_IMPL_H
#define IFC4X3_RC4_EXPORT
OdResult
Definition: OdResult.h:29
virtual bool comparedToEarlyImpl(const OdDAI::ApplicationInstance *pOther, OdRx::Ordering &ordering) const
virtual OdDAI::Entity * getInstanceType() const
virtual bool testAttr(const char *explicitAttrName) const
const OdDAIObjectId & getParentCurve() const
virtual OdResult outFields(OdDAI::OdSpfFilerBase *wrFiler)
virtual bool testAttr(const OdIfc::OdIfcAttribute explicitAttrDef) const
virtual OdRxValue getAttr(const OdIfc::OdIfcAttribute attrDef) const
virtual void unsetAttr(const OdIfc::OdIfcAttribute explicitAttrDef)
void setParentCurve(const OdDAIObjectId &ParentCurve)
void setPlacement(const OdDAIObjectId &Placement)
IfcCurveMeasureSelect segmentStart()
virtual void unsetAttr(const char *explicitAttrName)
virtual OdResult inFields(OdDAI::OdSpfFilerBase *rdFiler)
IfcCurveMeasureSelect segmentLength()
virtual OdRxValue getAttr(const char *attrName) const
virtual OdIfc::OdIfcEntityType type() const
virtual bool isKindOf(OdIfc::OdIfcEntityType entityType) const
virtual bool putAttr(const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val)
const OdDAIObjectId & getPlacement() const
virtual bool putAttr(const char *explicitAttrName, const OdRxValue &val)
OdSmartPtr< IfcCurveSegment > IfcCurveSegmentPtr
Ordering
Definition: RxObject.h:295