CFx SDK Documentation
2020SP3
|
#include <IfcConstraintAutoImpl.h>
Public Member Functions | |
OdAnsiString | getName () const |
void | setName (OdAnsiString Name) |
OdAnsiString | getDescription () const |
void | setDescription (OdAnsiString Description) |
IfcConstraintEnum | getConstraintGrade () const |
void | setConstraintGrade (IfcConstraintEnum ConstraintGrade) |
OdAnsiString | getConstraintSource () const |
void | setConstraintSource (OdAnsiString ConstraintSource) |
IfcActorSelect | getCreatingActor () const |
void | setCreatingActor (IfcActorSelect CreatingActor) |
IfcDateTimeSelect | getCreationTime () const |
void | setCreationTime (IfcDateTimeSelect CreationTime) |
OdAnsiString | getUserDefinedGrade () const |
void | setUserDefinedGrade (OdAnsiString UserDefinedGrade) |
void | getInvClassifiedAsAggr (OdDAIObjectIds &aggregate) const |
void | getInvRelatesConstraintsAggr (OdDAIObjectIds &aggregate) const |
void | getInvIsRelatedWithAggr (OdDAIObjectIds &aggregate) const |
void | getInvPropertiesForConstraintAggr (OdDAIObjectIds &aggregate) const |
void | getInvAggregatesAggr (OdDAIObjectIds &aggregate) const |
void | getInvIsAggregatedInAggr (OdDAIObjectIds &aggregate) const |
OdIfcConstraintAuto () | |
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 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_Name |
OdAnsiString | m_Description |
IfcConstraintEnum | m_ConstraintGrade |
OdAnsiString | m_ConstraintSource |
IfcActorSelect | m_CreatingActor |
IfcDateTimeSelect | m_CreationTime |
OdAnsiString | m_UserDefinedGrade |
OdDAIObjectIds | m_ClassifiedAs_inv |
OdDAIObjectIds | m_RelatesConstraints_inv |
OdDAIObjectIds | m_IsRelatedWith_inv |
OdDAIObjectIds | m_PropertiesForConstraint_inv |
OdDAIObjectIds | m_Aggregates_inv |
OdDAIObjectIds | m_IsAggregatedIn_inv |
Protected Attributes inherited from OdIfc::OdIfcEntity | |
void * | m_resPtr |
IfcOpResult | m_resolved |
Protected Attributes inherited from OdDAI::EntityInstance | |
OdDbStub * | m_id |
Friends | |
class | OdIfcConstraintClassificationRelationshipAuto |
class | OdIfcConstraintRelationshipAuto |
class | OdIfcPropertyConstraintRelationshipAuto |
class | OdIfcConstraintAggregationRelationshipAuto |
Definition at line 40 of file Ifc2x3/IfcConstraintAutoImpl.h.
OdIfc2x3::OdIfcConstraintAuto::OdIfcConstraintAuto | ( | ) |
|
virtual |
Retrieves the current value of an attribute specified by its name.
attrName | [in] An ANSI string that contains the attribute name. |
Reimplemented from OdIfc::OdIfcEntity.
Reimplemented in OdIfc2x3::OdIfcObjectiveAuto, and OdIfc2x3::OdIfcMetricAuto.
|
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 OdIfc::OdIfcEntity.
Reimplemented in OdIfc2x3::OdIfcObjectiveAuto, and OdIfc2x3::OdIfcMetricAuto.
IfcConstraintEnum OdIfc2x3::OdIfcConstraintAuto::getConstraintGrade | ( | ) | const |
OdAnsiString OdIfc2x3::OdIfcConstraintAuto::getConstraintSource | ( | ) | const |
IfcActorSelect OdIfc2x3::OdIfcConstraintAuto::getCreatingActor | ( | ) | const |
IfcDateTimeSelect OdIfc2x3::OdIfcConstraintAuto::getCreationTime | ( | ) | const |
OdAnsiString OdIfc2x3::OdIfcConstraintAuto::getDescription | ( | ) | const |
|
virtual |
Retrieves the type of the entity instance.
Implements OdDAI::EntityInstance.
Reimplemented in OdIfc2x3::OdIfcObjectiveAuto, and OdIfc2x3::OdIfcMetricAuto.
void OdIfc2x3::OdIfcConstraintAuto::getInvAggregatesAggr | ( | OdDAIObjectIds & | aggregate | ) | const |
void OdIfc2x3::OdIfcConstraintAuto::getInvClassifiedAsAggr | ( | OdDAIObjectIds & | aggregate | ) | const |
void OdIfc2x3::OdIfcConstraintAuto::getInvIsAggregatedInAggr | ( | OdDAIObjectIds & | aggregate | ) | const |
void OdIfc2x3::OdIfcConstraintAuto::getInvIsRelatedWithAggr | ( | OdDAIObjectIds & | aggregate | ) | const |
void OdIfc2x3::OdIfcConstraintAuto::getInvPropertiesForConstraintAggr | ( | OdDAIObjectIds & | aggregate | ) | const |
void OdIfc2x3::OdIfcConstraintAuto::getInvRelatesConstraintsAggr | ( | OdDAIObjectIds & | aggregate | ) | const |
OdAnsiString OdIfc2x3::OdIfcConstraintAuto::getName | ( | ) | const |
OdAnsiString OdIfc2x3::OdIfcConstraintAuto::getUserDefinedGrade | ( | ) | const |
|
virtual |
Reimplemented in OdIfc2x3::OdIfcObjectiveAuto, and OdIfc2x3::OdIfcMetricAuto.
|
virtual |
Reimplemented in OdIfc2x3::OdIfcObjectiveAuto, and OdIfc2x3::OdIfcMetricAuto.
|
virtual |
Reimplemented in OdIfc2x3::OdIfcObjectiveAuto, and OdIfc2x3::OdIfcMetricAuto.
|
virtual |
Reimplemented in OdIfc2x3::OdIfcObjectiveAuto, and OdIfc2x3::OdIfcMetricAuto.
|
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 OdIfc::OdIfcEntity.
Reimplemented in OdIfc2x3::OdIfcObjectiveAuto, and OdIfc2x3::OdIfcMetricAuto.
|
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 OdIfc::OdIfcEntity.
Reimplemented in OdIfc2x3::OdIfcObjectiveAuto, and OdIfc2x3::OdIfcMetricAuto.
void OdIfc2x3::OdIfcConstraintAuto::setConstraintGrade | ( | IfcConstraintEnum | ConstraintGrade | ) |
void OdIfc2x3::OdIfcConstraintAuto::setConstraintSource | ( | OdAnsiString | ConstraintSource | ) |
void OdIfc2x3::OdIfcConstraintAuto::setCreatingActor | ( | IfcActorSelect | CreatingActor | ) |
void OdIfc2x3::OdIfcConstraintAuto::setCreationTime | ( | IfcDateTimeSelect | CreationTime | ) |
void OdIfc2x3::OdIfcConstraintAuto::setDescription | ( | OdAnsiString | Description | ) |
void OdIfc2x3::OdIfcConstraintAuto::setName | ( | OdAnsiString | Name | ) |
void OdIfc2x3::OdIfcConstraintAuto::setUserDefinedGrade | ( | OdAnsiString | UserDefinedGrade | ) |
|
virtual |
Retrieves whether the attribute value is set or is unset.
explicitAttrName | [in] An ANSI string that contains the attribute name. |
Reimplemented from OdIfc::OdIfcEntity.
Reimplemented in OdIfc2x3::OdIfcObjectiveAuto, and OdIfc2x3::OdIfcMetricAuto.
|
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 OdIfc::OdIfcEntity.
Reimplemented in OdIfc2x3::OdIfcObjectiveAuto, and OdIfc2x3::OdIfcMetricAuto.
|
virtual |
Retrieves the current type of the entity.
Implements OdIfc::OdIfcEntity.
Reimplemented in OdIfc2x3::OdIfcObjectiveAuto, and OdIfc2x3::OdIfcMetricAuto.
|
virtual |
Retrieves the type name of the entity instance.
Implements OdDAI::EntityInstance.
Reimplemented in OdIfc2x3::OdIfcObjectiveAuto, and OdIfc2x3::OdIfcMetricAuto.
|
virtual |
Clears the attribute value.
explicitAttrName | [in] An ANSI string that contains the attribute name. |
Reimplemented from OdIfc::OdIfcEntity.
Reimplemented in OdIfc2x3::OdIfcObjectiveAuto, and OdIfc2x3::OdIfcMetricAuto.
|
virtual |
Clears the attribute value.
explicitAttrDef | [in] An <link OdIfc::OdIfcAttribute, OdIfcAttribute> enumeration that represents the attribute definition. |
Reimplemented from OdIfc::OdIfcEntity.
Reimplemented in OdIfc2x3::OdIfcObjectiveAuto, and OdIfc2x3::OdIfcMetricAuto.
Definition at line 111 of file Ifc2x3/IfcConstraintAutoImpl.h.
|
friend |
Definition at line 107 of file Ifc2x3/IfcConstraintAutoImpl.h.
Definition at line 108 of file Ifc2x3/IfcConstraintAutoImpl.h.
|
friend |
Definition at line 110 of file Ifc2x3/IfcConstraintAutoImpl.h.
|
protected |
Definition at line 103 of file Ifc2x3/IfcConstraintAutoImpl.h.
|
protected |
Definition at line 99 of file Ifc2x3/IfcConstraintAutoImpl.h.
|
protected |
Definition at line 94 of file Ifc2x3/IfcConstraintAutoImpl.h.
|
protected |
Definition at line 95 of file Ifc2x3/IfcConstraintAutoImpl.h.
|
protected |
Definition at line 96 of file Ifc2x3/IfcConstraintAutoImpl.h.
|
protected |
Definition at line 97 of file Ifc2x3/IfcConstraintAutoImpl.h.
|
protected |
Definition at line 93 of file Ifc2x3/IfcConstraintAutoImpl.h.
|
protected |
Definition at line 104 of file Ifc2x3/IfcConstraintAutoImpl.h.
|
protected |
Definition at line 101 of file Ifc2x3/IfcConstraintAutoImpl.h.
|
protected |
Definition at line 92 of file Ifc2x3/IfcConstraintAutoImpl.h.
|
protected |
Definition at line 102 of file Ifc2x3/IfcConstraintAutoImpl.h.
|
protected |
Definition at line 100 of file Ifc2x3/IfcConstraintAutoImpl.h.
|
protected |
Definition at line 98 of file Ifc2x3/IfcConstraintAutoImpl.h.