CFx SDK Documentation
2023 SP0
|
#include <IfcRepresentationAutoImpl.h>
Public Member Functions | |
OdDAIObjectId | getContextOfItems () const |
void | setContextOfItems (OdDAIObjectId ContextOfItems) |
OdAnsiString | getRepresentationIdentifier () const |
void | setRepresentationIdentifier (OdAnsiString RepresentationIdentifier) |
OdAnsiString | getRepresentationType () const |
void | setRepresentationType (OdAnsiString RepresentationType) |
void | getItemsAggr (OdDAIObjectIds &aggregate) const |
void | setItemsAggr (const OdDAIObjectIds &aggregate) |
void | getInvRepresentationMapAggr (OdDAIObjectIds &aggregate) const |
void | getInvLayerAssignmentsAggr (OdDAIObjectIds &aggregate) const |
void | getInvOfProductRepresentationAggr (OdDAIObjectIds &aggregate) const |
OdIfcRepresentationAuto () | |
virtual OdResult | inFields (OdDAI::OdSpfFilerBase *rdFiler) |
virtual OdResult | outFields (OdDAI::OdSpfFilerBase *wrFiler) |
virtual void | setInverseCounterParts () |
virtual void | resetInverseCounterParts () |
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 | |
OdDAIObjectId | m_ContextOfItems |
OdAnsiString | m_RepresentationIdentifier |
OdAnsiString | m_RepresentationType |
OdDAIObjectIds | m_Items |
OdDAIObjectIds | m_RepresentationMap_inv |
OdDAIObjectIds | m_LayerAssignments_inv |
OdDAIObjectIds | m_OfProductRepresentation_inv |
Protected Attributes inherited from OdIfc::OdIfcEntity | |
void * | m_resPtr |
IfcOpResult | m_resolved |
Protected Attributes inherited from OdDAI::EntityInstance | |
OdDbStub * | m_id |
Friends | |
class | OdIfcRepresentationMapAuto |
class | OdIfcPresentationLayerAssignmentAuto |
class | OdIfcProductRepresentationAuto |
Definition at line 40 of file Ifc4/IfcRepresentationAutoImpl.h.
OdIfc4::OdIfcRepresentationAuto::OdIfcRepresentationAuto | ( | ) |
|
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 OdIfc4::OdIfcShapeModelAuto.
|
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 OdIfc4::OdIfcShapeModelAuto.
OdDAIObjectId OdIfc4::OdIfcRepresentationAuto::getContextOfItems | ( | ) | const |
|
virtual |
Retrieves the type of the entity instance.
Implements OdDAI::EntityInstance.
Reimplemented in OdIfc4::OdIfcTopologyRepresentationAuto, OdIfc4::OdIfcStyleModelAuto, OdIfc4::OdIfcStyledRepresentationAuto, OdIfc4::OdIfcShapeRepresentationAuto, and OdIfc4::OdIfcShapeModelAuto.
void OdIfc4::OdIfcRepresentationAuto::getInvLayerAssignmentsAggr | ( | OdDAIObjectIds & | aggregate | ) | const |
void OdIfc4::OdIfcRepresentationAuto::getInvOfProductRepresentationAggr | ( | OdDAIObjectIds & | aggregate | ) | const |
void OdIfc4::OdIfcRepresentationAuto::getInvRepresentationMapAggr | ( | OdDAIObjectIds & | aggregate | ) | const |
void OdIfc4::OdIfcRepresentationAuto::getItemsAggr | ( | OdDAIObjectIds & | aggregate | ) | const |
OdAnsiString OdIfc4::OdIfcRepresentationAuto::getRepresentationIdentifier | ( | ) | const |
OdAnsiString OdIfc4::OdIfcRepresentationAuto::getRepresentationType | ( | ) | const |
|
virtual |
Reimplemented in OdIfc4::OdIfcShapeModelAuto.
|
virtual |
|
virtual |
|
virtual |
Reimplemented in OdIfc4::OdIfcShapeModelAuto.
|
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 OdIfc4::OdIfcShapeModelAuto.
|
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 OdIfc4::OdIfcShapeModelAuto.
|
virtual |
Removes inverse attributes to the entity from related entities.
Reimplemented from OdDAI::EntityInstance.
void OdIfc4::OdIfcRepresentationAuto::setContextOfItems | ( | OdDAIObjectId | ContextOfItems | ) |
|
virtual |
Sets inverse attributes to related entity instances.
Reimplemented from OdDAI::EntityInstance.
void OdIfc4::OdIfcRepresentationAuto::setItemsAggr | ( | const OdDAIObjectIds & | aggregate | ) |
void OdIfc4::OdIfcRepresentationAuto::setRepresentationIdentifier | ( | OdAnsiString | RepresentationIdentifier | ) |
void OdIfc4::OdIfcRepresentationAuto::setRepresentationType | ( | OdAnsiString | RepresentationType | ) |
|
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 OdIfc4::OdIfcShapeModelAuto.
|
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 OdIfc4::OdIfcShapeModelAuto.
|
virtual |
Retrieves the current type of the entity.
Implements OdIfc::OdIfcEntity.
Reimplemented in OdIfc4::OdIfcTopologyRepresentationAuto, OdIfc4::OdIfcStyleModelAuto, OdIfc4::OdIfcStyledRepresentationAuto, OdIfc4::OdIfcShapeRepresentationAuto, and OdIfc4::OdIfcShapeModelAuto.
|
virtual |
Retrieves the type name of the entity instance.
Implements OdDAI::EntityInstance.
Reimplemented in OdIfc4::OdIfcTopologyRepresentationAuto, OdIfc4::OdIfcStyleModelAuto, OdIfc4::OdIfcStyledRepresentationAuto, OdIfc4::OdIfcShapeRepresentationAuto, and OdIfc4::OdIfcShapeModelAuto.
|
virtual |
Clears the attribute value.
explicitAttrName | [in] An ANSI string that contains the attribute name. |
Reimplemented from OdIfc::OdIfcEntity.
Reimplemented in OdIfc4::OdIfcShapeModelAuto.
|
virtual |
Clears the attribute value.
explicitAttrDef | [in] An <link OdIfc::OdIfcAttribute, OdIfcAttribute> enumeration that represents the attribute definition. |
Reimplemented from OdIfc::OdIfcEntity.
Reimplemented in OdIfc4::OdIfcShapeModelAuto.
|
friend |
Definition at line 95 of file Ifc4/IfcRepresentationAutoImpl.h.
|
friend |
Definition at line 96 of file Ifc4/IfcRepresentationAutoImpl.h.
|
friend |
Definition at line 94 of file Ifc4/IfcRepresentationAutoImpl.h.
|
protected |
Definition at line 85 of file Ifc4/IfcRepresentationAutoImpl.h.
|
protected |
Definition at line 88 of file Ifc4/IfcRepresentationAutoImpl.h.
|
protected |
Definition at line 90 of file Ifc4/IfcRepresentationAutoImpl.h.
|
protected |
Definition at line 91 of file Ifc4/IfcRepresentationAutoImpl.h.
|
protected |
Definition at line 86 of file Ifc4/IfcRepresentationAutoImpl.h.
|
protected |
Definition at line 89 of file Ifc4/IfcRepresentationAutoImpl.h.
|
protected |
Definition at line 87 of file Ifc4/IfcRepresentationAutoImpl.h.