Class Ifc4::IfcIrregularTimeSeriesValue¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public IfcUtil::IfcBaseEntity
(Class IfcBaseEntity)
Class Documentation¶
-
class
Ifc4
::
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
-
std::string
TimeStamp
() const¶ The specification of the time point.
-
void
setTimeStamp
(std::string 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
(std::string v1_TimeStamp, IfcEntityList::ptr v2_ListValues)¶
-
typedef IfcTemplatedEntityList<IfcIrregularTimeSeriesValue>