CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdIfc4x1::IfcEventTime Class Reference

#include <IfcEventTimeAutoImpl.h>

Inheritance diagram for OdIfc4x1::IfcEventTime:
OdIfc4x1::IfcSchedulingTime OdIfc4x1::OdIfc4x1Instance OdIfc::OdIfcInstance

Public Member Functions

const OdAnsiString & getActualDate () const
 
void setActualDate (const OdAnsiString &ActualDate)
 
const OdAnsiString & getEarlyDate () const
 
void setEarlyDate (const OdAnsiString &EarlyDate)
 
const OdAnsiString & getLateDate () const
 
void setLateDate (const OdAnsiString &LateDate)
 
const OdAnsiString & getScheduleDate () const
 
void setScheduleDate (const OdAnsiString &ScheduleDate)
 
 IfcEventTime ()
 
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 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 OdIfc4x1::IfcSchedulingTime
const OdAnsiString & getName () const
 
void setName (const OdAnsiString &Name)
 
IfcDataOriginEnum getDataOrigin () const
 
void setDataOrigin (IfcDataOriginEnum DataOrigin)
 
const OdAnsiString & getUserDefinedDataOrigin () const
 
void setUserDefinedDataOrigin (const OdAnsiString &UserDefinedDataOrigin)
 
 IfcSchedulingTime ()
 
- Public Member Functions inherited from OdIfc4x1::OdIfc4x1Instance
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 OdGsCachegsNode () const
 
virtual OdUInt32 subSetAttributes (OdGiDrawableTraits *traits) const
 
virtual bool subWorldDraw (OdGiWorldDraw *wd) const
 
virtual OdDbStub * ownerId () const
 

Protected Attributes

OdAnsiString m_ActualDate
 
OdAnsiString m_EarlyDate
 
OdAnsiString m_LateDate
 
OdAnsiString m_ScheduleDate
 
- Protected Attributes inherited from OdIfc4x1::IfcSchedulingTime
OdAnsiString m_Name
 
OdDAI::Enum m_DataOrigin
 
OdAnsiString m_UserDefinedDataOrigin
 
- Protected Attributes inherited from OdIfc::OdIfcInstance
voidm_resPtr
 
IfcOpResult m_resolved
 

Additional Inherited Members

- Static Public Member Functions inherited from OdIfc::OdIfcInstance
static const OdGePoint3dasPoint3d (const OdIfcInstance *inst)
 
static const OdGePoint2dasPoint2d (const OdIfcInstance *inst)
 
static const OdGeVector3dasVector3d (const OdIfcInstance *inst)
 
static const OdGeVector2dasVector2d (const OdIfcInstance *inst)
 
static const OdGeMatrix2dasMatrix2d (const OdIfcInstance *inst)
 
static const OdGeMatrix3dasMatrix3d (const OdIfcInstance *inst)
 
static OdIfcCompoundPtr asCompound (OdSmartPtr< OdIfcInstance > inst)
 
static const OdCmEntityColorasRgbColor (const OdIfcInstance *inst)
 

Detailed Description

IfcEventTime captures the time-related information about an event including the different types of event dates (i.e. actual, scheduled, early, and late).

IfcEventTime provides a generic mechanism to differentiate between user-provided time values and time values derived from user-provided time values and other constraints such as work calendars and assigned resources (derived from the process graph).

Definition at line 45 of file Ifc4x1/IfcEventTimeAutoImpl.h.

Constructor & Destructor Documentation

◆ IfcEventTime()

OdIfc4x1::IfcEventTime::IfcEventTime ( )

Default constructor for the IfcEventTime class.

Member Function Documentation

◆ getActualDate()

const OdAnsiString & OdIfc4x1::IfcEventTime::getActualDate ( ) const

Returns the value of ActualDate attribute. This attribute represents the date on which an event actually occurs.

Returns
Returns the value of ActualDate attribute.

◆ getAttr() [1/2]

virtual OdRxValue OdIfc4x1::IfcEventTime::getAttr ( const char * attrName) const
overridevirtual

Returns an attribute value for the specified attribute name.

Parameters
attrName[in] Name of an attribute to query.
Returns
OdRxValue object that represents a generic variant type value.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ getAttr() [2/2]

virtual OdRxValue OdIfc4x1::IfcEventTime::getAttr ( const OdIfc::OdIfcAttribute attrDef) const
overridevirtual

Returns an attribute value for the specified attribute definition.

Parameters
attrDef[in] Attribute definition to query.
Returns
OdRxValue object that represents a generic variant type value.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ getEarlyDate()

const OdAnsiString & OdIfc4x1::IfcEventTime::getEarlyDate ( ) const

Returns the value of EarlyDate attribute. This attribute represents the earliest date on which an event can occur.

Returns
Returns the value of EarlyDate attribute.

◆ getInstanceType()

virtual OdDAI::Entity * OdIfc4x1::IfcEventTime::getInstanceType ( ) const
overridevirtual

Returns a type of a class instance.

Returns
Pointer to the <exref target=https://docs.opendesign.com/tkernel_api_cpp/OdDAI__Entity.html>>OdDAI::Entity</exref> type that determines an entity definition within a schema.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ getLateDate()

const OdAnsiString & OdIfc4x1::IfcEventTime::getLateDate ( ) const

Returns the value of LateDate attribute. This attribute represents the latest date on which an event can occur.

Returns
Returns the value of LateDate attribute.

◆ getScheduleDate()

const OdAnsiString & OdIfc4x1::IfcEventTime::getScheduleDate ( ) const

Returns the value of ScheduleDate attribute. This attribute represents the date on which an event is scheduled to occur. The value can be measured or somehow calculated, which is defined byScheduleDataOrigin.

Returns
Returns the value of ScheduleDate attribute.

◆ inFields()

virtual OdResult OdIfc4x1::IfcEventTime::inFields ( OdDAI::OdSpfFilerBase * rdFiler)
overridevirtual

Reads object's data from the specified filer.

Parameters
rdFiler[in] Pointer to a filer from which to read the data.
Returns
A value of OdResult type that contains the result of the method execution.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ isKindOf()

virtual bool OdIfc4x1::IfcEventTime::isKindOf ( OdIfc::OdIfcEntityType entityType) const
overridevirtual

Checks whether the specified instance is the object derived from or belongs to this class.

Parameters
entityType[in] Entity to check.
Returns
true if the specified instance is the object derived from or belongs to this class, false otherwise.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ outFields()

virtual OdResult OdIfc4x1::IfcEventTime::outFields ( OdDAI::OdSpfFilerBase * wrFiler)
overridevirtual

Writes object's data the the specified filer.

Parameters
wrFiler[in] Pointer to a filer to which to write the data.
Returns
A value of OdResult type that contains the result of the method execution.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ putAttr() [1/2]

virtual bool OdIfc4x1::IfcEventTime::putAttr ( const char * explicitAttrName,
const OdRxValue & val )
overridevirtual

Sets the specified attribute with a given value.

Parameters
explicitAttrName[in] Explicit name of the attribute to set.
val[in] Value to set.
Returns
true if the value is successfully set for the specified attribute, false otherwise.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ putAttr() [2/2]

virtual bool OdIfc4x1::IfcEventTime::putAttr ( const OdIfc::OdIfcAttribute explicitAttrDef,
const OdRxValue & val )
overridevirtual

Sets the specified attribute with a given value.

Parameters
explicitAttrDef[in] Explicit attribute definition to set.
val[in] Value to set.
Returns
true if the value is successfully set for the specified attribute, false otherwise.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ setActualDate()

void OdIfc4x1::IfcEventTime::setActualDate ( const OdAnsiString & ActualDate)

Sets the value of ActualDate attribute. This attribute represents the date on which an event actually occurs.

Parameters
ActualDate[in] Actual date to set.

◆ setEarlyDate()

void OdIfc4x1::IfcEventTime::setEarlyDate ( const OdAnsiString & EarlyDate)

Sets the value of EarlyDate attribute. This attribute represents the earliest date on which an event can occur.

Parameters
EarlyDate[in] Early date to set.

◆ setLateDate()

void OdIfc4x1::IfcEventTime::setLateDate ( const OdAnsiString & LateDate)

Sets the value of LateDate attribute. This attribute represents the latest date on which an event can occur.

Parameters
LateDate[in] Late date to set.

◆ setScheduleDate()

void OdIfc4x1::IfcEventTime::setScheduleDate ( const OdAnsiString & ScheduleDate)

Sets the value of ScheduleDate attribute. This attribute represents the date on which an event is scheduled to occur. The value can be measured or somehow calculated, which is defined byScheduleDataOrigin.

Parameters
ScheduleDate[in] Schedule date to set.

◆ testAttr() [1/2]

virtual bool OdIfc4x1::IfcEventTime::testAttr ( const char * explicitAttrName) const
overridevirtual

Checks whether the specified attribute is set.

Parameters
explicitAttrName[in] Explicit name of the attribute to test.
Returns
true if the specified attribute is set, false otherwise.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ testAttr() [2/2]

virtual bool OdIfc4x1::IfcEventTime::testAttr ( const OdIfc::OdIfcAttribute explicitAttrDef) const
overridevirtual

Checks whether the specified attribute is set.

Parameters
explicitAttrDef[in] Attribute definition to test.
Returns
true if the specified attribute is set, false otherwise.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ type()

virtual OdIfc::OdIfcEntityType OdIfc4x1::IfcEventTime::type ( ) const
overridevirtual

Returns the type of this entity.

Returns
A value of the <exref target=https://docs.opendesign.com/tkernel_api_cpp/OdIfc__OdIfcEntityType.html>>OdIfc::OdIfcEntityType</exref> type that represents type of this entity.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ unsetAttr() [1/2]

virtual void OdIfc4x1::IfcEventTime::unsetAttr ( const char * explicitAttrName)
overridevirtual

Resets a value for the specified attribute.

Parameters
explicitAttrName[in] Explicit name of the attribute to reset.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ unsetAttr() [2/2]

virtual void OdIfc4x1::IfcEventTime::unsetAttr ( const OdIfc::OdIfcAttribute explicitAttrDef)
overridevirtual

Resets a value for the specified attribute.

Parameters
explicitAttrDef[in] Explicit definition that represents an attribute to reset.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

Member Data Documentation

◆ m_ActualDate

OdAnsiString OdIfc4x1::IfcEventTime::m_ActualDate
protected

Definition at line 231 of file Ifc4x1/IfcEventTimeAutoImpl.h.

◆ m_EarlyDate

OdAnsiString OdIfc4x1::IfcEventTime::m_EarlyDate
protected

Definition at line 232 of file Ifc4x1/IfcEventTimeAutoImpl.h.

◆ m_LateDate

OdAnsiString OdIfc4x1::IfcEventTime::m_LateDate
protected

Definition at line 233 of file Ifc4x1/IfcEventTimeAutoImpl.h.

◆ m_ScheduleDate

OdAnsiString OdIfc4x1::IfcEventTime::m_ScheduleDate
protected

Definition at line 234 of file Ifc4x1/IfcEventTimeAutoImpl.h.


The documentation for this class was generated from the following file: