Class Ifc2x3::IfcIrregularTimeSeriesValue¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public IfcUtil::IfcBaseEntity(Class IfcBaseEntity)
Class Documentation¶
-
class
Ifc2x3::IfcIrregularTimeSeriesValue: public IfcUtil::IfcBaseEntity¶ The IfcIrregularTimeSeriesValue describes a value (or set of values) at a particular time point.
HISTORY: New entity in IFC 2x2.
Public Types
-
typedef IfcTemplatedEntityList<IfcIrregularTimeSeriesValue>
list¶
Public Functions
-
::Ifc2x3::IfcDateTimeSelect *
TimeStamp() const¶ The specification of the time point.
-
void
setTimeStamp(::Ifc2x3::IfcDateTimeSelect *v)¶
-
IfcEntityList::ptr
ListValues() const¶ A list of time-series values. At least one value is required.
-
void
setListValues(IfcEntityList::ptr v)¶
-
IfcIrregularTimeSeriesValue(IfcEntityInstanceData *e)¶
-
IfcIrregularTimeSeriesValue(::Ifc2x3::IfcDateTimeSelect *v1_TimeStamp, IfcEntityList::ptr v2_ListValues)¶
-
typedef IfcTemplatedEntityList<IfcIrregularTimeSeriesValue>