CFx SDK Documentation  2020SP3
IfcSoundValueAutoImpl.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 _IFCSOUNDVALUE_AUTO_IMPL_2x3_H
27 #define _IFCSOUNDVALUE_AUTO_IMPL_2x3_H
28 
30 
35 namespace OdIfc2x3 {
36 
38 {
39  //DOM-IGNORE-BEGIN
41  //DOM-IGNORE-END
42 
43 public:
44 
45 
46  //
47  // OdDAI early binding accessors
48  //
50  void setSoundLevelTimeSeries(OdDAIObjectId SoundLevelTimeSeries);
51  double getFrequency() const;
52  void setFrequency(double Frequency);
54  void setSoundLevelSingleValue(IfcDerivedMeasureValue SoundLevelSingleValue);
55 
56  virtual OdResult inFields(OdDAI::OdSpfFilerBase* rdFiler);
57  virtual OdResult outFields(OdDAI::OdSpfFilerBase* wrFiler);
58  virtual bool isKindOf(OdIfcEntityType entityType) const;
59  virtual bool isInstanceOf(OdIfcEntityType entityType) const;
60  virtual OdDAI::Entity* getInstanceType() const;
61  virtual OdIfcEntityType type() const;
62  virtual OdAnsiString typeName() const;
63  virtual OdRxValue getAttr(const OdAnsiString &attrName) const;
64  virtual void unsetAttr(const OdAnsiString &explicitAttrName);
65  virtual bool testAttr(const OdAnsiString &explicitAttrName) const;
66  virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val);
67  virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const;
68  virtual void unsetAttr(const OdIfcAttribute explicitAttrDef);
69  virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const;
70  virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val);
71 
72 protected:
73  // Fields declaration:
74  OdDAIObjectId m_SoundLevelTimeSeries; // IfcTimeSeries // optional
75  double m_Frequency;
77 };
78 
79 } // namespace
80 
81 #endif // _IFCSOUNDVALUE_AUTO_IMPL_2x3_H
IfcPropertySetDefinitionAutoImpl.h
OdResult
OdResult
Definition: OdResult.h:29
IFC2X3_EXPORT
#define IFC2X3_EXPORT
Definition: IfcBuildOptions.h:36
OdIfc::OdIfcAttribute
OdIfcAttribute
Definition: IfcAttributesEnum.h:34
OdIfc2x3::IfcDerivedMeasureValue
Definition: Ifc2x3SelectTypes.h:456
OdIfc2x3::OdIfcSoundValueAuto::outFields
virtual OdResult outFields(OdDAI::OdSpfFilerBase *wrFiler)
OdDAIObjectId
Definition: daiObjectId.h:67
OdIfc2x3::OdIfcSoundValueAuto::isInstanceOf
virtual bool isInstanceOf(OdIfcEntityType entityType) const
OdIfc2x3::OdIfcSoundValueAuto::m_SoundLevelTimeSeries
OdDAIObjectId m_SoundLevelTimeSeries
Definition: IfcSoundValueAutoImpl.h:74
OdIfc2x3::OdIfcSoundValueAuto::m_SoundLevelSingleValue
IfcDerivedMeasureValue m_SoundLevelSingleValue
Definition: IfcSoundValueAutoImpl.h:76
OdIfc2x3::OdIfcSoundValueAuto::getAttr
virtual OdRxValue getAttr(const OdAnsiString &attrName) const
OdIfc2x3
Definition: Ifc2DCompositeCurveAutoImpl.h:35
OdIfc2x3::OdIfcSoundValueAuto::unsetAttr
virtual void unsetAttr(const OdAnsiString &explicitAttrName)
OdRxValue
Definition: RxValue.h:64
OdIfc2x3::OdIfcPropertySetDefinitionAuto
Definition: Ifc2x3/IfcPropertySetDefinitionAutoImpl.h:38
OD_EXP_DECLARE_MEMBERS
#define OD_EXP_DECLARE_MEMBERS(ClassName)
Definition: daiRTTI.h:95
OdIfc2x3::OdIfcSoundValueAuto::typeName
virtual OdAnsiString typeName() const
OdIfc2x3::OdIfcEntityType
OdIfcEntityType
Definition: Ifc2x3EntityTypes.h:34
OdIfc2x3::OdIfcSoundValueAuto
Definition: IfcSoundValueAutoImpl.h:38
OdIfc2x3::OdIfcSoundValueAuto::isKindOf
virtual bool isKindOf(OdIfcEntityType entityType) const
OdIfc2x3::OdIfcSoundValueAuto::setSoundLevelSingleValue
void setSoundLevelSingleValue(IfcDerivedMeasureValue SoundLevelSingleValue)
OdIfc2x3::OdIfcSoundValueAuto::getSoundLevelTimeSeries
OdDAIObjectId getSoundLevelTimeSeries() const
OdIfc2x3::OdIfcSoundValueAuto::type
virtual OdIfcEntityType type() const
OdIfc2x3::OdIfcSoundValueAuto::inFields
virtual OdResult inFields(OdDAI::OdSpfFilerBase *rdFiler)
OdIfc2x3::OdIfcSoundValueAuto::setFrequency
void setFrequency(double Frequency)
OdIfc2x3::OdIfcSoundValueAuto::m_Frequency
double m_Frequency
Definition: IfcSoundValueAutoImpl.h:75
OdIfc2x3::OdIfcSoundValueAuto::setSoundLevelTimeSeries
void setSoundLevelTimeSeries(OdDAIObjectId SoundLevelTimeSeries)
OdIfc2x3::OdIfcSoundValueAuto::testAttr
virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const
OdIfc2x3::OdIfcSoundValueAuto::testAttr
virtual bool testAttr(const OdAnsiString &explicitAttrName) const
OdIfc2x3::OdIfcSoundValueAuto::putAttr
virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val)
OdIfc2x3::OdIfcSoundValueAuto::getFrequency
double getFrequency() const
OdIfc2x3::OdIfcSoundValueAuto::getAttr
virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const
OdIfc2x3::OdIfcSoundValueAuto::getSoundLevelSingleValue
IfcDerivedMeasureValue getSoundLevelSingleValue() const
OdIfc2x3::OdIfcSoundValueAuto::getInstanceType
virtual OdDAI::Entity * getInstanceType() const
OdIfc2x3::OdIfcSoundValueAuto::putAttr
virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val)
OdIfc2x3::OdIfcSoundValueAuto::unsetAttr
virtual void unsetAttr(const OdIfcAttribute explicitAttrDef)