Class Ifc2x3::IfcSoundValue

Nested Relationships

This class is a nested type of Struct Ifc2x3.

Inheritance Relationships

Base Type

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)
const IfcParse::entity &declaration() const
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)

Public Static Functions

const IfcParse::entity &Class()