|
CFx SDK Documentation 2026 SP0
|
#include <IfcWorkControlAutoImpl.h>
Public Member Functions | |
| const OdAnsiString & | getCreationDate () const |
| void | setCreationDate (const OdAnsiString &CreationDate) |
| void | getCreators (OdDAIObjectIds &Creators) const |
| OdDAI::SetOfOdDAIObjectId & | creators () |
| const OdAnsiString & | getPurpose () const |
| void | setPurpose (const OdAnsiString &Purpose) |
| const OdAnsiString & | getDuration () const |
| void | setDuration (const OdAnsiString &Duration) |
| const OdAnsiString & | getTotalFloat () const |
| void | setTotalFloat (const OdAnsiString &TotalFloat) |
| const OdAnsiString & | getStartTime () const |
| void | setStartTime (const OdAnsiString &StartTime) |
| const OdAnsiString & | getFinishTime () const |
| void | setFinishTime (const OdAnsiString &FinishTime) |
| IfcWorkControl () | |
| 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 OdIfc4x4::IfcControl | |
| const OdAnsiString & | getIdentification () const |
| void | setIdentification (const OdAnsiString &Identification) |
| void | getInvControls (OdDAIObjectIds &Controls) const |
| IfcControl () | |
Public Member Functions inherited from OdIfc4x4::IfcObject | |
| const OdAnsiString & | getObjectType () const |
| void | setObjectType (const OdAnsiString &ObjectType) |
| void | getInvIsDeclaredBy (OdDAIObjectIds &IsDeclaredBy) const |
| void | getInvDeclares (OdDAIObjectIds &Declares) const |
| void | getInvIsTypedBy (OdDAIObjectIds &IsTypedBy) const |
| void | getInvIsDefinedBy (OdDAIObjectIds &IsDefinedBy) const |
| IfcObject () | |
Public Member Functions inherited from OdIfc4x4::IfcObjectDefinition | |
| void | getInvHasAssignments (OdDAIObjectIds &HasAssignments) const |
| void | getInvNests (OdDAIObjectIds &Nests) const |
| void | getInvIsNestedBy (OdDAIObjectIds &IsNestedBy) const |
| void | getInvHasContext (OdDAIObjectIds &HasContext) const |
| void | getInvIsDecomposedBy (OdDAIObjectIds &IsDecomposedBy) const |
| void | getInvDecomposes (OdDAIObjectIds &Decomposes) const |
| void | getInvHasAssociations (OdDAIObjectIds &HasAssociations) const |
Public Member Functions inherited from OdIfc4x4::IfcRoot | |
| OdDAI::CompressedGUID | getGlobalId () const |
| void | setGlobalId (OdDAI::CompressedGUID GlobalId) |
| const OdDAIObjectId & | getOwnerHistory () const |
| void | setOwnerHistory (const OdDAIObjectId &OwnerHistory) |
| const OdAnsiString & | getName () const |
| void | setName (const OdAnsiString &Name) |
| const OdAnsiString & | getDescription () const |
| void | setDescription (const OdAnsiString &Description) |
| IfcRoot () | |
Public Member Functions inherited from OdIfc4x4::OdIFC4X4Instance | |
| 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_CreationDate |
| OdDAI::SetOfOdDAIObjectId | m_Creators |
| OdAnsiString | m_Purpose |
| OdAnsiString | m_Duration |
| OdAnsiString | m_TotalFloat |
| OdAnsiString | m_StartTime |
| OdAnsiString | m_FinishTime |
Protected Attributes inherited from OdIfc4x4::IfcControl | |
| OdAnsiString | m_Identification |
Protected Attributes inherited from OdIfc4x4::IfcObject | |
| OdAnsiString | m_ObjectType |
Protected Attributes inherited from OdIfc4x4::IfcRoot | |
| OdDAI::CompressedGUID | m_GlobalId |
| OdDAIObjectId | m_OwnerHistory |
| OdAnsiString | m_Name |
| OdAnsiString | m_Description |
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) |
An IfcWorkControl is an abstract supertype which captures information that is common to both IfcWorkPlan and IfcWorkSchedule.
A work control can have resources assigned to it. This is handled by the IfcRelAssignsToControl relationship. A work control should also define a context that gives further information about its usage. If no special context information is required then the IfcProject instance as a global context should be used instead. An explicit link between the work control and the IfcProject via IfcRelDeclares should then be provided.
\changes
IFC4 changes: Assignment of tasks to work control updated based on changes of task time definitions and the introduction of a summary task. Identifier has been renamed (now Identification) and promoted to supertype IfcControl.
Definition at line 58 of file IFC4X4/IfcWorkControlAutoImpl.h.
| OdIfc4x4::IfcWorkControl::IfcWorkControl | ( | ) |
Default constructor for the IfcWorkControl class.
|
overridevirtual |
Early-bound version of instances comparison.
| pOther | [in] Other application instance. |
| ordering | [out] Receives the ordering (comparison) status. |
Reimplemented from OdIfc4x4::IfcControl.
Reimplemented in OdIfc4x4::IfcWorkPlan, and OdIfc4x4::IfcWorkSchedule.
| OdDAI::SetOfOdDAIObjectId & OdIfc4x4::IfcWorkControl::creators | ( | ) |
Returns the value of Creators attribute. This attribute represents the authors of the work plan.
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
Reimplemented from OdIfc4x4::IfcControl.
Reimplemented in OdIfc4x4::IfcWorkPlan, and OdIfc4x4::IfcWorkSchedule.
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc4x4::IfcControl.
Reimplemented in OdIfc4x4::IfcWorkPlan, and OdIfc4x4::IfcWorkSchedule.
| const OdAnsiString & OdIfc4x4::IfcWorkControl::getCreationDate | ( | ) | const |
Returns the value of CreationDate attribute. This attribute represents the date that the plan is created.
| void OdIfc4x4::IfcWorkControl::getCreators | ( | OdDAIObjectIds & | Creators | ) | const |
Gets the value of Creators attribute. This attribute represents the authors of the work plan.
| Creators | [out] Receives the Creators attribute. |
| const OdAnsiString & OdIfc4x4::IfcWorkControl::getDuration | ( | ) | const |
Returns the value of Duration attribute. This attribute represents the total duration of the entire work schedule.
| const OdAnsiString & OdIfc4x4::IfcWorkControl::getFinishTime | ( | ) | const |
Returns the value of FinishTime attribute. This attribute represents the finish time of the schedule.
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc4x4::IfcControl.
Reimplemented in OdIfc4x4::IfcWorkPlan, and OdIfc4x4::IfcWorkSchedule.
| const OdAnsiString & OdIfc4x4::IfcWorkControl::getPurpose | ( | ) | const |
Returns the value of Purpose attribute. This attribute represents a description of the purpose of the work schedule.
| const OdAnsiString & OdIfc4x4::IfcWorkControl::getStartTime | ( | ) | const |
Returns the value of StartTime attribute. This attribute represents the start time of the schedule.
| const OdAnsiString & OdIfc4x4::IfcWorkControl::getTotalFloat | ( | ) | const |
Returns the value of TotalFloat attribute. This attribute represents the total time float of the entire work schedule.
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
Reimplemented from OdIfc4x4::IfcControl.
Reimplemented in OdIfc4x4::IfcWorkPlan, and OdIfc4x4::IfcWorkSchedule.
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc4x4::IfcControl.
Reimplemented in OdIfc4x4::IfcWorkPlan, and OdIfc4x4::IfcWorkSchedule.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
Reimplemented from OdIfc4x4::IfcControl.
Reimplemented in OdIfc4x4::IfcWorkPlan, and OdIfc4x4::IfcWorkSchedule.
|
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 OdIfc4x4::IfcControl.
Reimplemented in OdIfc4x4::IfcWorkPlan, and OdIfc4x4::IfcWorkSchedule.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc4x4::IfcControl.
Reimplemented in OdIfc4x4::IfcWorkPlan, and OdIfc4x4::IfcWorkSchedule.
| void OdIfc4x4::IfcWorkControl::setCreationDate | ( | const OdAnsiString & | CreationDate | ) |
Sets the value of CreationDate attribute. This attribute represents the date that the plan is created.
| CreationDate | [in] Creation date to set. |
| void OdIfc4x4::IfcWorkControl::setDuration | ( | const OdAnsiString & | Duration | ) |
Sets the value of Duration attribute. This attribute represents the total duration of the entire work schedule.
| Duration | [in] Duration to set. |
| void OdIfc4x4::IfcWorkControl::setFinishTime | ( | const OdAnsiString & | FinishTime | ) |
Sets the value of FinishTime attribute. This attribute represents the finish time of the schedule.
| FinishTime | [in] Finish time to set. |
| void OdIfc4x4::IfcWorkControl::setPurpose | ( | const OdAnsiString & | Purpose | ) |
Sets the value of Purpose attribute. This attribute represents a description of the purpose of the work schedule.
| Purpose | [in] Purpose to set. |
| void OdIfc4x4::IfcWorkControl::setStartTime | ( | const OdAnsiString & | StartTime | ) |
Sets the value of StartTime attribute. This attribute represents the start time of the schedule.
| StartTime | [in] Start time to set. |
| void OdIfc4x4::IfcWorkControl::setTotalFloat | ( | const OdAnsiString & | TotalFloat | ) |
Sets the value of TotalFloat attribute. This attribute represents the total time float of the entire work schedule.
| TotalFloat | [in] Total float to set. |
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc4x4::IfcControl.
Reimplemented in OdIfc4x4::IfcWorkPlan, and OdIfc4x4::IfcWorkSchedule.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc4x4::IfcControl.
Reimplemented in OdIfc4x4::IfcWorkPlan, and OdIfc4x4::IfcWorkSchedule.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc4x4::IfcControl.
Reimplemented in OdIfc4x4::IfcWorkPlan, and OdIfc4x4::IfcWorkSchedule.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc4x4::IfcControl.
Reimplemented in OdIfc4x4::IfcWorkPlan, and OdIfc4x4::IfcWorkSchedule.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc4x4::IfcControl.
Reimplemented in OdIfc4x4::IfcWorkPlan, and OdIfc4x4::IfcWorkSchedule.
|
protected |
Definition at line 306 of file IFC4X4/IfcWorkControlAutoImpl.h.
|
protected |
Definition at line 307 of file IFC4X4/IfcWorkControlAutoImpl.h.
|
protected |
Definition at line 310 of file IFC4X4/IfcWorkControlAutoImpl.h.
|
protected |
Definition at line 313 of file IFC4X4/IfcWorkControlAutoImpl.h.
|
protected |
Definition at line 309 of file IFC4X4/IfcWorkControlAutoImpl.h.
|
protected |
Definition at line 312 of file IFC4X4/IfcWorkControlAutoImpl.h.
|
protected |
Definition at line 311 of file IFC4X4/IfcWorkControlAutoImpl.h.