|
CFx SDK Documentation
2023 SP0
|
#include <IfcTaskAutoImpl.h>
Public Member Functions | |
| OdAnsiString | getTaskId () const |
| void | setTaskId (OdAnsiString TaskId) |
| OdAnsiString | getStatus () const |
| void | setStatus (OdAnsiString Status) |
| OdAnsiString | getWorkMethod () const |
| void | setWorkMethod (OdAnsiString WorkMethod) |
| bool | getIsMilestone () const |
| void | setIsMilestone (bool IsMilestone) |
| int | getPriority () const |
| void | setPriority (int Priority) |
| OdIfcTaskAuto () | |
| virtual OdResult | inFields (OdDAI::OdSpfFilerBase *rdFiler) |
| virtual OdResult | outFields (OdDAI::OdSpfFilerBase *wrFiler) |
| virtual bool | isKindOf (OdIfcEntityType entityType) const |
| virtual bool | isInstanceOf (OdIfcEntityType entityType) const |
| virtual OdDAI::Entity * | getInstanceType () const |
| virtual OdIfcEntityType | type () const |
| virtual OdAnsiString | typeName () const |
| virtual OdRxValue | getAttr (const OdAnsiString &attrName) const |
| virtual void | unsetAttr (const OdAnsiString &explicitAttrName) |
| virtual bool | testAttr (const OdAnsiString &explicitAttrName) const |
| virtual bool | putAttr (const OdAnsiString &explicitAttrName, const OdRxValue &val) |
| virtual OdRxValue | getAttr (const OdIfcAttribute attrDef) const |
| virtual void | unsetAttr (const OdIfcAttribute explicitAttrDef) |
| virtual bool | testAttr (const OdIfcAttribute explicitAttrDef) const |
| virtual bool | putAttr (const OdIfcAttribute explicitAttrDef, const OdRxValue &val) |
Public Member Functions inherited from OdIfc2x3::OdIfcProcessAuto | |
| void | getInvOperatesOnAggr (OdDAIObjectIds &aggregate) const |
| void | getInvIsSuccessorFromAggr (OdDAIObjectIds &aggregate) const |
| void | getInvIsPredecessorToAggr (OdDAIObjectIds &aggregate) const |
Public Member Functions inherited from OdIfc2x3::OdIfcObjectAuto | |
| OdAnsiString | getObjectType () const |
| void | setObjectType (OdAnsiString ObjectType) |
| void | getInvIsDefinedByAggr (OdDAIObjectIds &aggregate) const |
| OdIfcObjectAuto () | |
Public Member Functions inherited from OdIfc2x3::OdIfcObjectDefinitionAuto | |
| void | getInvHasAssignmentsAggr (OdDAIObjectIds &aggregate) const |
| void | getInvIsDecomposedByAggr (OdDAIObjectIds &aggregate) const |
| void | getInvDecomposesAggr (OdDAIObjectIds &aggregate) const |
| void | getInvHasAssociationsAggr (OdDAIObjectIds &aggregate) const |
Public Member Functions inherited from OdIfc2x3::OdIfcRootAuto | |
| OdIfcGUID | getGlobalId () const |
| void | setGlobalId (OdIfcGUID GlobalId) |
| OdDAIObjectId | getOwnerHistory () const |
| void | setOwnerHistory (OdDAIObjectId OwnerHistory) |
| OdAnsiString | getName () const |
| void | setName (OdAnsiString Name) |
| OdAnsiString | getDescription () const |
| void | setDescription (OdAnsiString Description) |
| OdIfcRootAuto () | |
Public Member Functions inherited from OdIfc::OdIfcEntity | |
| ODRX_DECLARE_MEMBERS (OdIfcEntity) | |
| OdIfcEntity () | |
| ~OdIfcEntity () | |
| virtual bool | isKindOf (OdIfcEntityType entityType) const |
| virtual bool | isInstanceOf (OdIfcEntityType entityType) const |
| IfcOpResult | resolved () |
| void | resolve (IfcOpResult resolved, void *resPtr) |
| virtual void | setGsNode (OdGsCache *pGsNode) |
| virtual OdGsCache * | gsNode () const |
| virtual OdUInt32 | subSetAttributes (OdGiDrawableTraits *traits) const |
| virtual bool | subWorldDraw (OdGiWorldDraw *wd) const |
Public Member Functions inherited from OdGiDrawable | |
| ODRX_DECLARE_MEMBERS (OdGiDrawable) | |
| virtual DrawableType | drawableType () const |
| ODRX_SEALED_VIRTUAL OdUInt32 | setAttributes (OdGiDrawableTraits *pTraits) const ODRX_SEALED |
| ODRX_SEALED_VIRTUAL bool | worldDraw (OdGiWorldDraw *pWd) const ODRX_SEALED |
| ODRX_SEALED_VIRTUAL void | viewportDraw (OdGiViewportDraw *pVd) const ODRX_SEALED |
| ODRX_SEALED_VIRTUAL OdUInt32 | viewportDrawLogicalFlags (OdGiViewportDraw *pVd) const ODRX_SEALED |
| virtual OdResult | getGeomExtents (OdGeExtents3d &extents) const |
| ODRX_SEALED_VIRTUAL OdUInt32 | regenSupportFlags () const ODRX_SEALED |
Public Member Functions inherited from OdRxObject | |
| ODRX_HEAP_OPERATORS () | |
| OdRxObject () | |
| virtual | ~OdRxObject () |
| virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
| virtual OdRxObject * | x (const OdRxClass *pClass) const |
| virtual OdRxClass * | isA () const |
| virtual void | addRef ()=0 |
| virtual void | release ()=0 |
| virtual long | numRefs () const |
| bool | isKindOf (const OdRxClass *pClass) const |
| virtual OdRxObjectPtr | clone () const |
| virtual void | copyFrom (const OdRxObject *pSource) |
| virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
| virtual bool | isEqualTo (const OdRxObject *pOther) const |
Protected Attributes | |
| OdAnsiString | m_TaskId |
| OdAnsiString | m_Status |
| OdAnsiString | m_WorkMethod |
| bool | m_IsMilestone |
| int | m_Priority |
Protected Attributes inherited from OdIfc2x3::OdIfcProcessAuto | |
| OdDAIObjectIds | m_OperatesOn_inv |
| OdDAIObjectIds | m_IsSuccessorFrom_inv |
| OdDAIObjectIds | m_IsPredecessorTo_inv |
Protected Attributes inherited from OdIfc2x3::OdIfcObjectAuto | |
| OdAnsiString | m_ObjectType |
| OdDAIObjectIds | m_IsDefinedBy_inv |
Protected Attributes inherited from OdIfc2x3::OdIfcObjectDefinitionAuto | |
| OdDAIObjectIds | m_HasAssignments_inv |
| OdDAIObjectIds | m_IsDecomposedBy_inv |
| OdDAIObjectIds | m_Decomposes_inv |
| OdDAIObjectIds | m_HasAssociations_inv |
Protected Attributes inherited from OdIfc2x3::OdIfcRootAuto | |
| OdIfcGUID | m_GlobalId |
| OdDAIObjectId | m_OwnerHistory |
| OdAnsiString | m_Name |
| OdAnsiString | m_Description |
Protected Attributes inherited from OdIfc::OdIfcEntity | |
| void * | m_resPtr |
| IfcOpResult | m_resolved |
Protected Attributes inherited from OdDAI::EntityInstance | |
| OdDbStub * | m_id |
Definition at line 37 of file Ifc2x3/IfcTaskAutoImpl.h.
| OdIfc2x3::OdIfcTaskAuto::OdIfcTaskAuto | ( | ) |
|
virtual |
Retrieves the current value of an attribute specified by its name.
| attrName | [in] An ANSI string that contains the attribute name. |
Reimplemented from OdIfc2x3::OdIfcProcessAuto.
Reimplemented in OdIfc2x3::OdIfcOrderActionAuto, and OdIfc2x3::OdIfcMoveAuto.
|
virtual |
Retrieves the current value of an attribute specified by its definition.
| attrDef | [in] A value of the <link OdIfc::OdIfcAttribute, OdIfcAttribute> enumeration that represents the attribute definition. |
Reimplemented from OdIfc2x3::OdIfcProcessAuto.
Reimplemented in OdIfc2x3::OdIfcOrderActionAuto, and OdIfc2x3::OdIfcMoveAuto.
|
virtual |
Retrieves the type of the entity instance.
Reimplemented from OdIfc2x3::OdIfcProcessAuto.
Reimplemented in OdIfc2x3::OdIfcOrderActionAuto, and OdIfc2x3::OdIfcMoveAuto.
| bool OdIfc2x3::OdIfcTaskAuto::getIsMilestone | ( | ) | const |
| int OdIfc2x3::OdIfcTaskAuto::getPriority | ( | ) | const |
| OdAnsiString OdIfc2x3::OdIfcTaskAuto::getStatus | ( | ) | const |
| OdAnsiString OdIfc2x3::OdIfcTaskAuto::getTaskId | ( | ) | const |
| OdAnsiString OdIfc2x3::OdIfcTaskAuto::getWorkMethod | ( | ) | const |
|
virtual |
Reimplemented from OdIfc2x3::OdIfcProcessAuto.
Reimplemented in OdIfc2x3::OdIfcOrderActionAuto, and OdIfc2x3::OdIfcMoveAuto.
|
virtual |
Reimplemented from OdIfc2x3::OdIfcProcessAuto.
Reimplemented in OdIfc2x3::OdIfcOrderActionAuto, and OdIfc2x3::OdIfcMoveAuto.
|
virtual |
Reimplemented from OdIfc2x3::OdIfcProcessAuto.
Reimplemented in OdIfc2x3::OdIfcOrderActionAuto, and OdIfc2x3::OdIfcMoveAuto.
|
virtual |
Reimplemented from OdIfc2x3::OdIfcProcessAuto.
Reimplemented in OdIfc2x3::OdIfcOrderActionAuto, and OdIfc2x3::OdIfcMoveAuto.
|
virtual |
Sets a new value of an attribute that is specified by its name.
| explicitAttrName | [in] An ANSI string that contains the attribute name. |
| val | [in] A new attribute value to be set. |
Reimplemented from OdIfc2x3::OdIfcProcessAuto.
Reimplemented in OdIfc2x3::OdIfcOrderActionAuto, and OdIfc2x3::OdIfcMoveAuto.
|
virtual |
Sets a new value of a specified attribute.
| explicitAttrDef | [in] An <link OdIfc::OdIfcAttribute, OdIfcAttribute> enumeration that represents the attribute definition. |
| val | [in] A new attribute value to be set. |
Reimplemented from OdIfc2x3::OdIfcProcessAuto.
Reimplemented in OdIfc2x3::OdIfcOrderActionAuto, and OdIfc2x3::OdIfcMoveAuto.
| void OdIfc2x3::OdIfcTaskAuto::setIsMilestone | ( | bool | IsMilestone | ) |
| void OdIfc2x3::OdIfcTaskAuto::setPriority | ( | int | Priority | ) |
| void OdIfc2x3::OdIfcTaskAuto::setStatus | ( | OdAnsiString | Status | ) |
| void OdIfc2x3::OdIfcTaskAuto::setTaskId | ( | OdAnsiString | TaskId | ) |
| void OdIfc2x3::OdIfcTaskAuto::setWorkMethod | ( | OdAnsiString | WorkMethod | ) |
|
virtual |
Retrieves whether the attribute value is set or is unset.
| explicitAttrName | [in] An ANSI string that contains the attribute name. |
Reimplemented from OdIfc2x3::OdIfcProcessAuto.
Reimplemented in OdIfc2x3::OdIfcOrderActionAuto, and OdIfc2x3::OdIfcMoveAuto.
|
virtual |
Retrieves whether the attribute value is set or is unset.
| explicitAttrDef | [in] An <link OdIfc::OdIfcAttribute, OdIfcAttribute> enumeration that represents the attribute definition. |
Reimplemented from OdIfc2x3::OdIfcProcessAuto.
Reimplemented in OdIfc2x3::OdIfcOrderActionAuto, and OdIfc2x3::OdIfcMoveAuto.
|
virtual |
Retrieves the current type of the entity.
Reimplemented from OdIfc2x3::OdIfcProcessAuto.
Reimplemented in OdIfc2x3::OdIfcOrderActionAuto, and OdIfc2x3::OdIfcMoveAuto.
|
virtual |
Retrieves the type name of the entity instance.
Reimplemented from OdIfc2x3::OdIfcProcessAuto.
Reimplemented in OdIfc2x3::OdIfcOrderActionAuto, and OdIfc2x3::OdIfcMoveAuto.
|
virtual |
Clears the attribute value.
| explicitAttrName | [in] An ANSI string that contains the attribute name. |
Reimplemented from OdIfc2x3::OdIfcProcessAuto.
Reimplemented in OdIfc2x3::OdIfcOrderActionAuto, and OdIfc2x3::OdIfcMoveAuto.
|
virtual |
Clears the attribute value.
| explicitAttrDef | [in] An <link OdIfc::OdIfcAttribute, OdIfcAttribute> enumeration that represents the attribute definition. |
Reimplemented from OdIfc2x3::OdIfcProcessAuto.
Reimplemented in OdIfc2x3::OdIfcOrderActionAuto, and OdIfc2x3::OdIfcMoveAuto.
|
protected |
Definition at line 82 of file Ifc2x3/IfcTaskAutoImpl.h.
|
protected |
Definition at line 83 of file Ifc2x3/IfcTaskAutoImpl.h.
|
protected |
Definition at line 80 of file Ifc2x3/IfcTaskAutoImpl.h.
|
protected |
Definition at line 79 of file Ifc2x3/IfcTaskAutoImpl.h.
|
protected |
Definition at line 81 of file Ifc2x3/IfcTaskAutoImpl.h.