|
CFx SDK Documentation 2026 SP0
|
#include <IfcResourceTimeAutoImpl.h>
Public Member Functions | |
| const OdAnsiString & | getScheduleWork () const |
| void | setScheduleWork (const OdAnsiString &ScheduleWork) |
| double | getScheduleUsage () const |
| void | setScheduleUsage (double ScheduleUsage) |
| const OdAnsiString & | getScheduleStart () const |
| void | setScheduleStart (const OdAnsiString &ScheduleStart) |
| const OdAnsiString & | getScheduleFinish () const |
| void | setScheduleFinish (const OdAnsiString &ScheduleFinish) |
| const OdAnsiString & | getScheduleContour () const |
| void | setScheduleContour (const OdAnsiString &ScheduleContour) |
| const OdAnsiString & | getLevelingDelay () const |
| void | setLevelingDelay (const OdAnsiString &LevelingDelay) |
| OdDAI::Boolean | getIsOverAllocated () const |
| void | setIsOverAllocated (OdDAI::Boolean IsOverAllocated) |
| const OdAnsiString & | getStatusTime () const |
| void | setStatusTime (const OdAnsiString &StatusTime) |
| const OdAnsiString & | getActualWork () const |
| void | setActualWork (const OdAnsiString &ActualWork) |
| double | getActualUsage () const |
| void | setActualUsage (double ActualUsage) |
| const OdAnsiString & | getActualStart () const |
| void | setActualStart (const OdAnsiString &ActualStart) |
| const OdAnsiString & | getActualFinish () const |
| void | setActualFinish (const OdAnsiString &ActualFinish) |
| const OdAnsiString & | getRemainingWork () const |
| void | setRemainingWork (const OdAnsiString &RemainingWork) |
| double | getRemainingUsage () const |
| void | setRemainingUsage (double RemainingUsage) |
| double | getCompletion () const |
| void | setCompletion (double Completion) |
| IfcResourceTime () | |
| 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_rc1::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 OdIfc4x3_rc1::OdIfc4x3_RC1Instance | |
| 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_ScheduleWork |
| IfcPositiveRatioMeasure | m_ScheduleUsage |
| OdAnsiString | m_ScheduleStart |
| OdAnsiString | m_ScheduleFinish |
| OdAnsiString | m_ScheduleContour |
| OdAnsiString | m_LevelingDelay |
| OdDAI::Boolean | m_IsOverAllocated |
| OdAnsiString | m_StatusTime |
| OdAnsiString | m_ActualWork |
| IfcPositiveRatioMeasure | m_ActualUsage |
| OdAnsiString | m_ActualStart |
| OdAnsiString | m_ActualFinish |
| OdAnsiString | m_RemainingWork |
| IfcPositiveRatioMeasure | m_RemainingUsage |
| IfcPositiveRatioMeasure | m_Completion |
Protected Attributes inherited from OdIfc4x3_rc1::IfcSchedulingTime | |
| OdAnsiString | m_Name |
| OdDAI::Enum | m_DataOrigin |
| OdAnsiString | m_UserDefinedDataOrigin |
Protected Attributes inherited from OdIfc::OdIfcInstance | |
| void * | m_resPtr |
| IfcOpResult | m_resolved |
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) |
IfcResourceTime captures the time-related information about a construction resource.
Definition at line 40 of file Ifc4x3_RC1/IfcResourceTimeAutoImpl.h.
| OdIfc4x3_rc1::IfcResourceTime::IfcResourceTime | ( | ) |
Default constructor for the IfcResourceTime class.
|
overridevirtual |
Early-bound version of instances comparison.
| pOther | [in] Other application instance. |
| ordering | [out] Receives the ordering (comparison) status. |
Reimplemented from OdIfc4x3_rc1::IfcSchedulingTime.
| const OdAnsiString & OdIfc4x3_rc1::IfcResourceTime::getActualFinish | ( | ) | const |
Returns the value of ActualFinish attribute. This attribute represents the time when the resource actually finished working.
| const OdAnsiString & OdIfc4x3_rc1::IfcResourceTime::getActualStart | ( | ) | const |
Returns the value of ActualStart attribute. This attribute represents the time when the resource actually started working.
| double OdIfc4x3_rc1::IfcResourceTime::getActualUsage | ( | ) | const |
Returns the value of ActualUsage attribute. This attribute represents the actual amount of the resource used concurrently.
| const OdAnsiString & OdIfc4x3_rc1::IfcResourceTime::getActualWork | ( | ) | const |
Returns the value of ActualWork attribute. This attribute represents the actual work performed by the resource as of the StatusTime.
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
Reimplemented from OdIfc4x3_rc1::IfcSchedulingTime.
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc4x3_rc1::IfcSchedulingTime.
| double OdIfc4x3_rc1::IfcResourceTime::getCompletion | ( | ) | const |
Returns the value of Completion attribute. This attribute represents the percent completion of this resource. if the resource is assigned to a task, then indicates completion of the task on behalf of the resource if the resource is partitioned into sub-allocations, then indicates overall completion of sub-allocations
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc4x3_rc1::IfcSchedulingTime.
| OdDAI::Boolean OdIfc4x3_rc1::IfcResourceTime::getIsOverAllocated | ( | ) | const |
Returns the value of IsOverAllocated attribute. This attribute indicates whether the resource is scheduled in excess of its capacity.
| const OdAnsiString & OdIfc4x3_rc1::IfcResourceTime::getLevelingDelay | ( | ) | const |
Returns the value of LevelingDelay attribute. This attribute represents a delay in the ScheduleStart caused by leveling.
| double OdIfc4x3_rc1::IfcResourceTime::getRemainingUsage | ( | ) | const |
| const OdAnsiString & OdIfc4x3_rc1::IfcResourceTime::getRemainingWork | ( | ) | const |
Returns the value of RemainingWork attribute. This attribute represents the work remaining to be completed by the resource.
| const OdAnsiString & OdIfc4x3_rc1::IfcResourceTime::getScheduleContour | ( | ) | const |
Returns the value of ScheduleContour attribute. This attribute indicates how a resource should be leveled over time by adjusting the resource usage according to a specified curve. Standard values include: 'Flat', 'BackLoaded', 'FrontLoaded', 'DoublePeak', 'EarlyPeak', 'LatePeak', 'Bell', and 'Turtle'. Custom values specify a custom name or formula.
| const OdAnsiString & OdIfc4x3_rc1::IfcResourceTime::getScheduleFinish | ( | ) | const |
Returns the value of ScheduleFinish attribute. This attribute represents the time when the resource is scheduled to finish working.
| const OdAnsiString & OdIfc4x3_rc1::IfcResourceTime::getScheduleStart | ( | ) | const |
Returns the value of ScheduleStart attribute. This attribute represents the time when the resource is scheduled to start working.
| double OdIfc4x3_rc1::IfcResourceTime::getScheduleUsage | ( | ) | const |
Returns the value of ScheduleUsage attribute. This attribute represents the amount of the resource used concurrently. For example, 100% means 1 worker, 300% means 3 workers, 50% means half of 1 worker's time for scenarios where multitasking is feasible. If not provided, then the usage ratio is considered to be 100%.
| const OdAnsiString & OdIfc4x3_rc1::IfcResourceTime::getScheduleWork | ( | ) | const |
Returns the value of ScheduleWork attribute. This attribute represents the total work (e.g. person-hours) allocated to the task on behalf of the resource.
| const OdAnsiString & OdIfc4x3_rc1::IfcResourceTime::getStatusTime | ( | ) | const |
Returns the value of StatusTime attribute. This attribute represents the date and time for which status values are applicable; particularly completion, actual, and remaining values. If values are time-phased (the referencing IfcConstructionResource has associated time series values for attributes), then the status values can be determined from such time-phased data as of the StatusTime.
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
Reimplemented from OdIfc4x3_rc1::IfcSchedulingTime.
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc4x3_rc1::IfcSchedulingTime.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
Reimplemented from OdIfc4x3_rc1::IfcSchedulingTime.
|
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 OdIfc4x3_rc1::IfcSchedulingTime.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc4x3_rc1::IfcSchedulingTime.
| void OdIfc4x3_rc1::IfcResourceTime::setActualFinish | ( | const OdAnsiString & | ActualFinish | ) |
Sets the value of ActualFinish attribute. This attribute represents the time when the resource actually finished working.
| ActualFinish | [in] Actual finish to set. |
| void OdIfc4x3_rc1::IfcResourceTime::setActualStart | ( | const OdAnsiString & | ActualStart | ) |
Sets the value of ActualStart attribute. This attribute represents the time when the resource actually started working.
| ActualStart | [in] Actual start to set. |
| void OdIfc4x3_rc1::IfcResourceTime::setActualUsage | ( | double | ActualUsage | ) |
Sets the value of ActualUsage attribute. This attribute represents the actual amount of the resource used concurrently.
| ActualUsage | [in] Actual usage to set. |
| void OdIfc4x3_rc1::IfcResourceTime::setActualWork | ( | const OdAnsiString & | ActualWork | ) |
Sets the value of ActualWork attribute. This attribute represents the actual work performed by the resource as of the StatusTime.
| ActualWork | [in] Actual work to set. |
| void OdIfc4x3_rc1::IfcResourceTime::setCompletion | ( | double | Completion | ) |
Sets the value of Completion attribute. This attribute represents the percent completion of this resource. if the resource is assigned to a task, then indicates completion of the task on behalf of the resource if the resource is partitioned into sub-allocations, then indicates overall completion of sub-allocations
| Completion | [in] Completion to set. |
| void OdIfc4x3_rc1::IfcResourceTime::setIsOverAllocated | ( | OdDAI::Boolean | IsOverAllocated | ) |
Sets the value of IsOverAllocated attribute. This attribute indicates whether the resource is scheduled in excess of its capacity.
| IsOverAllocated | [in] IsOverAllocated attribute to set. |
| void OdIfc4x3_rc1::IfcResourceTime::setLevelingDelay | ( | const OdAnsiString & | LevelingDelay | ) |
Sets the value of LevelingDelay attribute. This attribute represents a delay in the ScheduleStart caused by leveling.
| LevelingDelay | [in] Leveling delay to set. |
| void OdIfc4x3_rc1::IfcResourceTime::setRemainingUsage | ( | double | RemainingUsage | ) |
| void OdIfc4x3_rc1::IfcResourceTime::setRemainingWork | ( | const OdAnsiString & | RemainingWork | ) |
Sets the value of RemainingWork attribute. This attribute represents the work remaining to be completed by the resource.
| RemainingWork | [in] Remaining work to set. |
| void OdIfc4x3_rc1::IfcResourceTime::setScheduleContour | ( | const OdAnsiString & | ScheduleContour | ) |
Sets the value of ScheduleContour attribute. This attribute indicates how a resource should be leveled over time by adjusting the resource usage according to a specified curve. Standard values include: 'Flat', 'BackLoaded', 'FrontLoaded', 'DoublePeak', 'EarlyPeak', 'LatePeak', 'Bell', and 'Turtle'. Custom values specify a custom name or formula.
| ScheduleContour | [in] Schedule contour to set. |
| void OdIfc4x3_rc1::IfcResourceTime::setScheduleFinish | ( | const OdAnsiString & | ScheduleFinish | ) |
Sets the value of ScheduleFinish attribute. This attribute represents the time when the resource is scheduled to finish working.
| ScheduleFinish | [in] Schedule finish to set. |
| void OdIfc4x3_rc1::IfcResourceTime::setScheduleStart | ( | const OdAnsiString & | ScheduleStart | ) |
Sets the value of ScheduleStart attribute. This attribute represents the time when the resource is scheduled to start working.
| ScheduleStart | [in] Schedule start to set. |
| void OdIfc4x3_rc1::IfcResourceTime::setScheduleUsage | ( | double | ScheduleUsage | ) |
Sets the value of ScheduleUsage attribute. This attribute represents the amount of the resource used concurrently. For example, 100% means 1 worker, 300% means 3 workers, 50% means half of 1 worker's time for scenarios where multitasking is feasible. If not provided, then the usage ratio is considered to be 100%.
| ScheduleUsage | [in] Schedule usage to set. |
| void OdIfc4x3_rc1::IfcResourceTime::setScheduleWork | ( | const OdAnsiString & | ScheduleWork | ) |
Sets the value of ScheduleWork attribute. This attribute represents the total work (e.g. person-hours) allocated to the task on behalf of the resource.
| ScheduleWork | [in] Schedule work to set. |
| void OdIfc4x3_rc1::IfcResourceTime::setStatusTime | ( | const OdAnsiString & | StatusTime | ) |
Sets the value of StatusTime attribute. This attribute represents the date and time for which status values are applicable; particularly completion, actual, and remaining values. If values are time-phased (the referencing IfcConstructionResource has associated time series values for attributes), then the status values can be determined from such time-phased data as of the StatusTime.
| StatusTime | [in] Status time to set. |
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc4x3_rc1::IfcSchedulingTime.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc4x3_rc1::IfcSchedulingTime.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc4x3_rc1::IfcSchedulingTime.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc4x3_rc1::IfcSchedulingTime.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc4x3_rc1::IfcSchedulingTime.
|
protected |
Definition at line 430 of file Ifc4x3_RC1/IfcResourceTimeAutoImpl.h.
|
protected |
Definition at line 429 of file Ifc4x3_RC1/IfcResourceTimeAutoImpl.h.
|
protected |
Definition at line 428 of file Ifc4x3_RC1/IfcResourceTimeAutoImpl.h.
|
protected |
Definition at line 427 of file Ifc4x3_RC1/IfcResourceTimeAutoImpl.h.
|
protected |
Definition at line 433 of file Ifc4x3_RC1/IfcResourceTimeAutoImpl.h.
|
protected |
Definition at line 425 of file Ifc4x3_RC1/IfcResourceTimeAutoImpl.h.
|
protected |
Definition at line 424 of file Ifc4x3_RC1/IfcResourceTimeAutoImpl.h.
|
protected |
Definition at line 432 of file Ifc4x3_RC1/IfcResourceTimeAutoImpl.h.
|
protected |
Definition at line 431 of file Ifc4x3_RC1/IfcResourceTimeAutoImpl.h.
|
protected |
Definition at line 423 of file Ifc4x3_RC1/IfcResourceTimeAutoImpl.h.
|
protected |
Definition at line 422 of file Ifc4x3_RC1/IfcResourceTimeAutoImpl.h.
|
protected |
Definition at line 421 of file Ifc4x3_RC1/IfcResourceTimeAutoImpl.h.
|
protected |
Definition at line 420 of file Ifc4x3_RC1/IfcResourceTimeAutoImpl.h.
|
protected |
Definition at line 419 of file Ifc4x3_RC1/IfcResourceTimeAutoImpl.h.
|
protected |
Definition at line 426 of file Ifc4x3_RC1/IfcResourceTimeAutoImpl.h.