|
CFx SDK Documentation 2026 SP0
|
#include <IfcTimeSeriesAutoImpl.h>
Public Member Functions | |
| const OdAnsiString & | getName () const |
| void | setName (const OdAnsiString &Name) |
| const OdAnsiString & | getDescription () const |
| void | setDescription (const OdAnsiString &Description) |
| const OdAnsiString & | getStartTime () const |
| void | setStartTime (const OdAnsiString &StartTime) |
| const OdAnsiString & | getEndTime () const |
| void | setEndTime (const OdAnsiString &EndTime) |
| IfcTimeSeriesDataTypeEnum | getTimeSeriesDataType () const |
| void | setTimeSeriesDataType (IfcTimeSeriesDataTypeEnum TimeSeriesDataType) |
| IfcDataOriginEnum | getDataOrigin () const |
| void | setDataOrigin (IfcDataOriginEnum DataOrigin) |
| const OdAnsiString & | getUserDefinedDataOrigin () const |
| void | setUserDefinedDataOrigin (const OdAnsiString &UserDefinedDataOrigin) |
| IfcUnit | unit () |
| void | getInvHasExternalReference (OdDAIObjectIds &HasExternalReference) const |
| IfcTimeSeries () | |
| virtual OdResult | inFields (OdDAI::OdSpfFilerBase *rdFiler) override |
| virtual OdResult | outFields (OdDAI::OdSpfFilerBase *wrFiler) override |
| virtual OdDAI::Entity * | getInstanceType () const override |
| virtual OdRxValue | getAttr (const char *attrName) const override |
| virtual bool | comparedToEarlyImpl (const OdDAI::ApplicationInstance *pOther, OdRx::Ordering &ordering) const override |
| virtual void | unsetAttr (const char *explicitAttrName) override |
| virtual bool | testAttr (const char *explicitAttrName) const override |
| virtual bool | putAttr (const char *explicitAttrName, const OdRxValue &val) override |
| virtual bool | isKindOf (OdIfc::OdIfcEntityType entityType) const override |
| virtual OdIfc::OdIfcEntityType | type () const override |
| virtual OdRxValue | getAttr (const OdIfc::OdIfcAttribute attrDef) const override |
| virtual void | unsetAttr (const OdIfc::OdIfcAttribute explicitAttrDef) override |
| virtual bool | testAttr (const OdIfc::OdIfcAttribute explicitAttrDef) const override |
| virtual bool | putAttr (const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val) override |
Public Member Functions inherited from OdIfc4x3_add2::OdIfc4x3Instance | |
| void | setInverseCounterParts () override |
Public Member Functions inherited from OdIfc::OdIfcInstance | |
| ODRX_DECLARE_MEMBERS (OdIfcInstance) | |
| OdIfcInstance () | |
| ~OdIfcInstance () | |
| bool | isInstanceOf (OdIfcEntityType entityType) const |
| IfcOpResult | resolved () |
| void | resolve (IfcOpResult resolved, void *resPtr) |
| void | unresolve () |
| virtual void | setGsNode (OdGsCache *pGsNode) |
| virtual OdGsCache * | gsNode () const |
| virtual OdUInt32 | subSetAttributes (OdGiDrawableTraits *traits) const |
| virtual bool | subWorldDraw (OdGiWorldDraw *wd) const |
| virtual OdDbStub * | ownerId () const |
Protected Attributes | |
| OdAnsiString | m_Name |
| OdAnsiString | m_Description |
| OdAnsiString | m_StartTime |
| OdAnsiString | m_EndTime |
| OdDAI::Enum | m_TimeSeriesDataType |
| OdDAI::Enum | m_DataOrigin |
| OdAnsiString | m_UserDefinedDataOrigin |
| OdDAI::Select | m_Unit |
Protected Attributes inherited from OdIfc::OdIfcInstance | |
| void * | m_resPtr |
| IfcOpResult | m_resolved |
Friends | |
| class | IfcExternalReferenceRelationship |
Additional Inherited Members | |
Static Public Member Functions inherited from OdIfc::OdIfcInstance | |
| static const OdGePoint3d * | asPoint3d (const OdIfcInstance *inst) |
| static const OdGePoint2d * | asPoint2d (const OdIfcInstance *inst) |
| static const OdGeVector3d * | asVector3d (const OdIfcInstance *inst) |
| static const OdGeVector2d * | asVector2d (const OdIfcInstance *inst) |
| static const OdGeMatrix2d * | asMatrix2d (const OdIfcInstance *inst) |
| static const OdGeMatrix3d * | asMatrix3d (const OdIfcInstance *inst) |
| static OdIfcCompoundPtr | asCompound (OdSmartPtr< OdIfcInstance > inst) |
| static const OdCmEntityColor * | asRgbColor (const OdIfcInstance *inst) |
A time series is a set of a time-stamped data entries. It allows a natural association of data collected over intervals of time. Time series can be regular or irregular. In regular time series data arrive predictably at predefined intervals. In irregular time series some or all time stamps do not follow a repetitive pattern and unpredictable bursts of data can arrive at unspecified points in time.
\changes
IFC4 changes: Type of the EndTime attribute changed from "IfcDateTimeSelect" to "IfcDateTime" Type of the StartTime attribute changed from "IfcDateTimeSelect" to "IfcDateTime" Attribute DocumentedBy renamed to HasExternalReference Type of the inverse attribute DocumentedBy changed from "SET OF [0:1] IfcTimeSeriesReferenceRelationship FOR ReferencedTimeSeries" to "SET OF [1:?] IfcExternalReferenceRelationship FOR RelatedResourceObjects"
Definition at line 59 of file Ifc4x3/IfcTimeSeriesAutoImpl.h.
| OdIfc4x3_add2::IfcTimeSeries::IfcTimeSeries | ( | ) |
Default constructor for the IfcTimeSeries class.
|
overridevirtual |
Early-bound version of instances comparison.
| pOther | [in] Other application instance. |
| ordering | [out] Receives the ordering (comparison) status. |
Reimplemented in OdIfc4x3_add2::IfcIrregularTimeSeries, and OdIfc4x3_add2::IfcRegularTimeSeries.
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
Reimplemented in OdIfc4x3_add2::IfcIrregularTimeSeries, and OdIfc4x3_add2::IfcRegularTimeSeries.
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc::OdIfcInstance.
Reimplemented in OdIfc4x3_add2::IfcIrregularTimeSeries, and OdIfc4x3_add2::IfcRegularTimeSeries.
| IfcDataOriginEnum OdIfc4x3_add2::IfcTimeSeries::getDataOrigin | ( | ) | const |
Returns the value of DataOrigin attribute. This attribute represents the origin of a time series data.
| const OdAnsiString & OdIfc4x3_add2::IfcTimeSeries::getDescription | ( | ) | const |
Returns the value of Description attribute. This attribute represents a text description of the data that the series represents.
| const OdAnsiString & OdIfc4x3_add2::IfcTimeSeries::getEndTime | ( | ) | const |
Returns the value of EndTime attribute. This attribute represents the end time of a time series.
|
overridevirtual |
Returns a type of a class instance.
Reimplemented in OdIfc4x3_add2::IfcIrregularTimeSeries, and OdIfc4x3_add2::IfcRegularTimeSeries.
| void OdIfc4x3_add2::IfcTimeSeries::getInvHasExternalReference | ( | OdDAIObjectIds & | HasExternalReference | ) | const |
Returns the value of HasExternalReference attribute. This attribute represents reference to an external reference, e.g. library, classification, or document information, that is associated to the IfcTimeSeries.
| HasExternalReference | [out] Receives the value of HasExternalReference attribute. |
| const OdAnsiString & OdIfc4x3_add2::IfcTimeSeries::getName | ( | ) | const |
Returns the value of Name attribute. This attribute represents an unique name for the time series.
| const OdAnsiString & OdIfc4x3_add2::IfcTimeSeries::getStartTime | ( | ) | const |
Returns the value of StartTime attribute. This attribute represents the start time of a time series.
| IfcTimeSeriesDataTypeEnum OdIfc4x3_add2::IfcTimeSeries::getTimeSeriesDataType | ( | ) | const |
Returns the value of TimeSeriesDataType attribute. This attribute represents the time series data type.
| const OdAnsiString & OdIfc4x3_add2::IfcTimeSeries::getUserDefinedDataOrigin | ( | ) | const |
Returns the value of UserDefinedDataOrigin attribute. This attribute represents value of the data origin if DataOrigin attribute is USERDEFINED.
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
Reimplemented in OdIfc4x3_add2::IfcIrregularTimeSeries, and OdIfc4x3_add2::IfcRegularTimeSeries.
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc::OdIfcInstance.
Reimplemented in OdIfc4x3_add2::IfcIrregularTimeSeries, and OdIfc4x3_add2::IfcRegularTimeSeries.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
Reimplemented in OdIfc4x3_add2::IfcIrregularTimeSeries, and OdIfc4x3_add2::IfcRegularTimeSeries.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrName | [in] Explicit name of the attribute to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc::OdIfcInstance.
Reimplemented in OdIfc4x3_add2::IfcIrregularTimeSeries, and OdIfc4x3_add2::IfcRegularTimeSeries.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc::OdIfcInstance.
Reimplemented in OdIfc4x3_add2::IfcIrregularTimeSeries, and OdIfc4x3_add2::IfcRegularTimeSeries.
| void OdIfc4x3_add2::IfcTimeSeries::setDataOrigin | ( | IfcDataOriginEnum | DataOrigin | ) |
Sets the value of DataOrigin attribute. This attribute represents the origin of a time series data.
| DataOrigin | [in] Data origin to set. |
| void OdIfc4x3_add2::IfcTimeSeries::setDescription | ( | const OdAnsiString & | Description | ) |
Sets the value of Description attribute. This attribute represents a text description of the data that the series represents.
| Description | [in] Description to set. |
| void OdIfc4x3_add2::IfcTimeSeries::setEndTime | ( | const OdAnsiString & | EndTime | ) |
Sets the value of EndTime attribute. This attribute represents the end time of a time series.
| EndTime | [in] EndTime to set. |
| void OdIfc4x3_add2::IfcTimeSeries::setName | ( | const OdAnsiString & | Name | ) |
Sets the value of Name attribute. This attribute represents an unique name for the time series.
| Name | [in] Name to set. |
| void OdIfc4x3_add2::IfcTimeSeries::setStartTime | ( | const OdAnsiString & | StartTime | ) |
Sets the value of StartTime attribute. This attribute represents the start time of a time series.
| StartTime | [in] StartTime to set. |
| void OdIfc4x3_add2::IfcTimeSeries::setTimeSeriesDataType | ( | IfcTimeSeriesDataTypeEnum | TimeSeriesDataType | ) |
Sets the value of TimeSeriesDataType attribute. This attribute represents the time series data type.
| TimeSeriesDataType | [in] Time series data type to set. |
| void OdIfc4x3_add2::IfcTimeSeries::setUserDefinedDataOrigin | ( | const OdAnsiString & | UserDefinedDataOrigin | ) |
Sets the value of UserDefinedDataOrigin attribute. This attribute represents value of the data origin if DataOrigin attribute is USERDEFINED.
| UserDefinedDataOrigin | [in] UserDefinedDataOrigin to set. |
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc::OdIfcInstance.
Reimplemented in OdIfc4x3_add2::IfcIrregularTimeSeries, and OdIfc4x3_add2::IfcRegularTimeSeries.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc::OdIfcInstance.
Reimplemented in OdIfc4x3_add2::IfcIrregularTimeSeries, and OdIfc4x3_add2::IfcRegularTimeSeries.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc::OdIfcInstance.
Reimplemented in OdIfc4x3_add2::IfcIrregularTimeSeries, and OdIfc4x3_add2::IfcRegularTimeSeries.
| IfcUnit OdIfc4x3_add2::IfcTimeSeries::unit | ( | ) |
Returns the value of Unit attribute. This attribute represents the unit to be assigned to all values within the time series.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc::OdIfcInstance.
Reimplemented in OdIfc4x3_add2::IfcIrregularTimeSeries, and OdIfc4x3_add2::IfcRegularTimeSeries.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc::OdIfcInstance.
Reimplemented in OdIfc4x3_add2::IfcIrregularTimeSeries, and OdIfc4x3_add2::IfcRegularTimeSeries.
|
friend |
Definition at line 336 of file Ifc4x3/IfcTimeSeriesAutoImpl.h.
|
protected |
Definition at line 331 of file Ifc4x3/IfcTimeSeriesAutoImpl.h.
|
protected |
Definition at line 327 of file Ifc4x3/IfcTimeSeriesAutoImpl.h.
|
protected |
Definition at line 329 of file Ifc4x3/IfcTimeSeriesAutoImpl.h.
|
protected |
Definition at line 326 of file Ifc4x3/IfcTimeSeriesAutoImpl.h.
|
protected |
Definition at line 328 of file Ifc4x3/IfcTimeSeriesAutoImpl.h.
|
protected |
Definition at line 330 of file Ifc4x3/IfcTimeSeriesAutoImpl.h.
|
protected |
Definition at line 333 of file Ifc4x3/IfcTimeSeriesAutoImpl.h.
|
protected |
Definition at line 332 of file Ifc4x3/IfcTimeSeriesAutoImpl.h.