Class Ifc2x3::IfcSoundValue¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcPropertySetDefinition
(Class Ifc2x3::IfcPropertySetDefinition)
Class Documentation¶
-
class
Ifc2x3
::
IfcSoundValue
: public Ifc2x3::IfcPropertySetDefinition¶ Public Types
-
typedef IfcTemplatedEntityList<IfcSoundValue>
list
¶
Public Functions
-
bool
hasSoundLevelTimeSeries
() const¶ Whether the optional attribute SoundLevelTimeSeries is defined for this IfcSoundValue.
-
::Ifc2x3::IfcTimeSeries *
SoundLevelTimeSeries
() const¶
-
void
setSoundLevelTimeSeries
(::Ifc2x3::IfcTimeSeries *v)¶
-
double
Frequency
() const¶
-
void
setFrequency
(double v)¶
-
bool
hasSoundLevelSingleValue
() const¶ Whether the optional attribute SoundLevelSingleValue is defined for this IfcSoundValue.
-
::Ifc2x3::IfcDerivedMeasureValue *
SoundLevelSingleValue
() const¶
-
void
setSoundLevelSingleValue
(::Ifc2x3::IfcDerivedMeasureValue *v)¶
-
IfcSoundValue
(IfcEntityInstanceData *e)¶
-
IfcSoundValue
(std::string v1_GlobalId, ::Ifc2x3::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, ::Ifc2x3::IfcTimeSeries *v5_SoundLevelTimeSeries, double v6_Frequency, ::Ifc2x3::IfcDerivedMeasureValue *v7_SoundLevelSingleValue)¶
-
typedef IfcTemplatedEntityList<IfcSoundValue>