CFx SDK Documentation  2023 SP0
Public Member Functions | Protected Attributes | Friends | List of all members
OdIfc4x2::OdIfcApprovalAuto Class Reference

#include <IfcApprovalAutoImpl.h>

Inheritance diagram for OdIfc4x2::OdIfcApprovalAuto:
OdIfc::OdIfcEntity OdDAI::EntityInstance OdGiDrawable OdRxObject

Public Member Functions

OdAnsiString getIdentifier () const
 
void setIdentifier (OdAnsiString Identifier)
 
OdAnsiString getName () const
 
void setName (OdAnsiString Name)
 
OdAnsiString getDescription () const
 
void setDescription (OdAnsiString Description)
 
OdAnsiString getTimeOfApproval () const
 
void setTimeOfApproval (OdAnsiString TimeOfApproval)
 
OdAnsiString getStatus () const
 
void setStatus (OdAnsiString Status)
 
OdAnsiString getLevel () const
 
void setLevel (OdAnsiString Level)
 
OdAnsiString getQualifier () const
 
void setQualifier (OdAnsiString Qualifier)
 
IfcActorSelect getRequestingApproval () const
 
void setRequestingApproval (IfcActorSelect RequestingApproval)
 
IfcActorSelect getGivingApproval () const
 
void setGivingApproval (IfcActorSelect GivingApproval)
 
void getInvHasExternalReferencesAggr (OdDAIObjectIds &aggregate) const
 
void getInvApprovedObjectsAggr (OdDAIObjectIds &aggregate) const
 
void getInvApprovedResourcesAggr (OdDAIObjectIds &aggregate) const
 
void getInvIsRelatedWithAggr (OdDAIObjectIds &aggregate) const
 
void getInvRelatesAggr (OdDAIObjectIds &aggregate) const
 
 OdIfcApprovalAuto ()
 
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 OdGsCachegsNode () 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 OdRxObjectqueryX (const OdRxClass *pClass) const
 
virtual OdRxObjectx (const OdRxClass *pClass) const
 
virtual OdRxClassisA () 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_Identifier
 
OdAnsiString m_Name
 
OdAnsiString m_Description
 
OdAnsiString m_TimeOfApproval
 
OdAnsiString m_Status
 
OdAnsiString m_Level
 
OdAnsiString m_Qualifier
 
IfcActorSelect m_RequestingApproval
 
IfcActorSelect m_GivingApproval
 
OdDAIObjectIds m_HasExternalReferences_inv
 
OdDAIObjectIds m_ApprovedObjects_inv
 
OdDAIObjectIds m_ApprovedResources_inv
 
OdDAIObjectIds m_IsRelatedWith_inv
 
OdDAIObjectIds m_Relates_inv
 
- Protected Attributes inherited from OdIfc::OdIfcEntity
voidm_resPtr
 
IfcOpResult m_resolved
 
- Protected Attributes inherited from OdDAI::EntityInstance
OdDbStub * m_id
 

Friends

class OdIfcExternalReferenceRelationshipAuto
 
class OdIfcRelAssociatesApprovalAuto
 
class OdIfcResourceApprovalRelationshipAuto
 
class OdIfcApprovalRelationshipAuto
 

Additional Inherited Members

- Public Types inherited from OdGiDrawable
enum  SetAttributesFlags {
  kDrawableNone = 0 , kDrawableIsAnEntity = 1 , kDrawableUsesNesting = 2 , kDrawableIsCompoundObject = 4 ,
  kDrawableViewIndependentViewportDraw = 8 , kDrawableIsInvisible = 16 , kDrawableHasAttributes = 32 , kDrawableRegenTypeDependantGeometry = 64 ,
  kDrawableIsDimension = (kDrawableIsAnEntity + kDrawableIsCompoundObject + 128) , kDrawableRegenDraw = 256 , kDrawableStandardDisplaySingleLOD = 512 , kDrawableShadedDisplaySingleLOD = 1024 ,
  kDrawableViewDependentViewportDraw = 2048 , kDrawableBlockDependentViewportDraw = 4096 , kDrawableIsExternalReference = 8192 , kDrawableNotPlottable = 16384 ,
  kLastFlag = kDrawableNotPlottable
}
 
enum  DrawableType {
  kGeometry = 0 , kDistantLight = 1 , kPointLight = 2 , kSpotLight = 3 ,
  kAmbientLight , kSolidBackground , kGradientBackground , kImageBackground ,
  kGroundPlaneBackground , kViewport , kWebLight , kSkyBackground ,
  kImageBasedLightingBackground
}
 
- Static Public Member Functions inherited from OdIfc::OdIfcEntity
static OdGePoint3dasPoint3d (OdSmartPtr< OdIfcEntity > pEnt)
 
static OdGePoint2dasPoint2d (OdSmartPtr< OdIfcEntity > pEnt)
 
static OdGeVector3dasVector3d (OdSmartPtr< OdIfcEntity > pEnt)
 
static OdGeVector2dasVector2d (OdSmartPtr< OdIfcEntity > pEnt)
 
static OdGeMatrix2dasMatrix2d (OdSmartPtr< OdIfcEntity > pEnt)
 
static OdGeMatrix3dasMatrix3d (OdSmartPtr< OdIfcEntity > pEnt)
 
static OdIfcCompoundPtr asCompound (OdSmartPtr< OdIfcEntity > pEnt)
 
static OdCmEntityColorasRgbColor (OdSmartPtr< OdIfcEntity > pEnt)
 
- Static Public Member Functions inherited from OdRxObject
static OdRxObjectPtr cast (const OdRxObject *pointer)
 
static OdRxClassdesc ()
 
- Protected Member Functions inherited from OdDAI::EntityInstance
virtual void subViewportDraw (OdGiViewportDraw *vd) const
 
- Protected Member Functions inherited from OdGiDrawable
 OdGiDrawable ()
 
virtual OdUInt32 subViewportDrawLogicalFlags (OdGiViewportDraw *vd) const
 
virtual OdUInt32 subRegenSupportFlags () const
 

Detailed Description

Definition at line 40 of file Ifc4x2/IfcApprovalAutoImpl.h.

Constructor & Destructor Documentation

◆ OdIfcApprovalAuto()

OdIfc4x2::OdIfcApprovalAuto::OdIfcApprovalAuto ( )

Member Function Documentation

◆ getAttr() [1/2]

virtual OdRxValue OdIfc4x2::OdIfcApprovalAuto::getAttr ( const OdAnsiString &  attrName) const
virtual

Retrieves the current value of an attribute specified by its name.

Parameters
attrName[in] An ANSI string that contains the attribute name.
Returns
Returns the current value of the attribute.
Remarks
The method provides late binding access to the attribute value by its name. Attributes of select and aggregate data types are also supported.

Reimplemented from OdIfc::OdIfcEntity.

◆ getAttr() [2/2]

virtual OdRxValue OdIfc4x2::OdIfcApprovalAuto::getAttr ( const OdIfcAttribute  attrDef) const
virtual

Retrieves the current value of an attribute specified by its definition.

Parameters
attrDef[in] A value of the <link OdIfc::OdIfcAttribute, OdIfcAttribute> enumeration that represents the attribute definition.
Returns
Returns the current value of the attribute.
Remarks
The method provides late binding access to the attribute value by its name. Attributes of select and aggregate data types are also supported.

Reimplemented from OdIfc::OdIfcEntity.

◆ getDescription()

OdAnsiString OdIfc4x2::OdIfcApprovalAuto::getDescription ( ) const

◆ getGivingApproval()

IfcActorSelect OdIfc4x2::OdIfcApprovalAuto::getGivingApproval ( ) const

◆ getIdentifier()

OdAnsiString OdIfc4x2::OdIfcApprovalAuto::getIdentifier ( ) const

◆ getInstanceType()

virtual OdDAI::Entity* OdIfc4x2::OdIfcApprovalAuto::getInstanceType ( ) const
virtual

Retrieves the type of the entity instance.

Returns
Returns a raw pointer to the <link OdDAI::Entity, schema entity definition> of the entity instance.

Implements OdDAI::EntityInstance.

◆ getInvApprovedObjectsAggr()

void OdIfc4x2::OdIfcApprovalAuto::getInvApprovedObjectsAggr ( OdDAIObjectIds aggregate) const

◆ getInvApprovedResourcesAggr()

void OdIfc4x2::OdIfcApprovalAuto::getInvApprovedResourcesAggr ( OdDAIObjectIds aggregate) const

◆ getInvHasExternalReferencesAggr()

void OdIfc4x2::OdIfcApprovalAuto::getInvHasExternalReferencesAggr ( OdDAIObjectIds aggregate) const

◆ getInvIsRelatedWithAggr()

void OdIfc4x2::OdIfcApprovalAuto::getInvIsRelatedWithAggr ( OdDAIObjectIds aggregate) const

◆ getInvRelatesAggr()

void OdIfc4x2::OdIfcApprovalAuto::getInvRelatesAggr ( OdDAIObjectIds aggregate) const

◆ getLevel()

OdAnsiString OdIfc4x2::OdIfcApprovalAuto::getLevel ( ) const

◆ getName()

OdAnsiString OdIfc4x2::OdIfcApprovalAuto::getName ( ) const

◆ getQualifier()

OdAnsiString OdIfc4x2::OdIfcApprovalAuto::getQualifier ( ) const

◆ getRequestingApproval()

IfcActorSelect OdIfc4x2::OdIfcApprovalAuto::getRequestingApproval ( ) const

◆ getStatus()

OdAnsiString OdIfc4x2::OdIfcApprovalAuto::getStatus ( ) const

◆ getTimeOfApproval()

OdAnsiString OdIfc4x2::OdIfcApprovalAuto::getTimeOfApproval ( ) const

◆ inFields()

virtual OdResult OdIfc4x2::OdIfcApprovalAuto::inFields ( OdDAI::OdSpfFilerBase *  rdFiler)
virtual

◆ isInstanceOf()

virtual bool OdIfc4x2::OdIfcApprovalAuto::isInstanceOf ( OdIfcEntityType  entityType) const
virtual

◆ isKindOf()

virtual bool OdIfc4x2::OdIfcApprovalAuto::isKindOf ( OdIfcEntityType  entityType) const
virtual

◆ outFields()

virtual OdResult OdIfc4x2::OdIfcApprovalAuto::outFields ( OdDAI::OdSpfFilerBase *  wrFiler)
virtual

◆ putAttr() [1/2]

virtual bool OdIfc4x2::OdIfcApprovalAuto::putAttr ( const OdAnsiString &  explicitAttrName,
const OdRxValue val 
)
virtual

Sets a new value of an attribute that is specified by its name.

Parameters
explicitAttrName[in] An ANSI string that contains the attribute name.
val[in] A new attribute value to be set.
Returns
Returns true if the attribute value was successfully set; otherwise, the method returns false.

Reimplemented from OdIfc::OdIfcEntity.

◆ putAttr() [2/2]

virtual bool OdIfc4x2::OdIfcApprovalAuto::putAttr ( const OdIfcAttribute  explicitAttrDef,
const OdRxValue val 
)
virtual

Sets a new value of a specified attribute.

Parameters
explicitAttrDef[in] An <link OdIfc::OdIfcAttribute, OdIfcAttribute> enumeration that represents the attribute definition.
val[in] A new attribute value to be set.
Returns
Returns true if the attribute value was successfully set; otherwise, the method returns false.

Reimplemented from OdIfc::OdIfcEntity.

◆ setDescription()

void OdIfc4x2::OdIfcApprovalAuto::setDescription ( OdAnsiString  Description)

◆ setGivingApproval()

void OdIfc4x2::OdIfcApprovalAuto::setGivingApproval ( IfcActorSelect  GivingApproval)

◆ setIdentifier()

void OdIfc4x2::OdIfcApprovalAuto::setIdentifier ( OdAnsiString  Identifier)

◆ setLevel()

void OdIfc4x2::OdIfcApprovalAuto::setLevel ( OdAnsiString  Level)

◆ setName()

void OdIfc4x2::OdIfcApprovalAuto::setName ( OdAnsiString  Name)

◆ setQualifier()

void OdIfc4x2::OdIfcApprovalAuto::setQualifier ( OdAnsiString  Qualifier)

◆ setRequestingApproval()

void OdIfc4x2::OdIfcApprovalAuto::setRequestingApproval ( IfcActorSelect  RequestingApproval)

◆ setStatus()

void OdIfc4x2::OdIfcApprovalAuto::setStatus ( OdAnsiString  Status)

◆ setTimeOfApproval()

void OdIfc4x2::OdIfcApprovalAuto::setTimeOfApproval ( OdAnsiString  TimeOfApproval)

◆ testAttr() [1/2]

virtual bool OdIfc4x2::OdIfcApprovalAuto::testAttr ( const OdAnsiString &  explicitAttrName) const
virtual

Retrieves whether the attribute value is set or is unset.

Parameters
explicitAttrName[in] An ANSI string that contains the attribute name.
Returns
Returns true if the attribute has a value; otherwise, the method returns false (the attribute value is not set).

Reimplemented from OdIfc::OdIfcEntity.

◆ testAttr() [2/2]

virtual bool OdIfc4x2::OdIfcApprovalAuto::testAttr ( const OdIfcAttribute  explicitAttrDef) const
virtual

Retrieves whether the attribute value is set or is unset.

Parameters
explicitAttrDef[in] An <link OdIfc::OdIfcAttribute, OdIfcAttribute> enumeration that represents the attribute definition.
Returns
Returns true if the attribute has a value; otherwise, the method returns false (the attribute value is not set).

Reimplemented from OdIfc::OdIfcEntity.

◆ type()

virtual OdIfcEntityType OdIfc4x2::OdIfcApprovalAuto::type ( ) const
virtual

Retrieves the current type of the entity.

Returns
Returns a value of the <link OdIfc::OdIfcEntityType, OdIfcEntityType> enumeration that represents the current entity's type.

Implements OdIfc::OdIfcEntity.

◆ typeName()

virtual OdAnsiString OdIfc4x2::OdIfcApprovalAuto::typeName ( ) const
virtual

Retrieves the type name of the entity instance.

Returns
Returns an ANSI string that contains the type name.

Implements OdDAI::EntityInstance.

◆ unsetAttr() [1/2]

virtual void OdIfc4x2::OdIfcApprovalAuto::unsetAttr ( const OdAnsiString &  explicitAttrName)
virtual

Clears the attribute value.

Parameters
explicitAttrName[in] An ANSI string that contains the attribute name.

Reimplemented from OdIfc::OdIfcEntity.

◆ unsetAttr() [2/2]

virtual void OdIfc4x2::OdIfcApprovalAuto::unsetAttr ( const OdIfcAttribute  explicitAttrDef)
virtual

Clears the attribute value.

Parameters
explicitAttrDef[in] An <link OdIfc::OdIfcAttribute, OdIfcAttribute> enumeration that represents the attribute definition.

Reimplemented from OdIfc::OdIfcEntity.

Friends And Related Function Documentation

◆ OdIfcApprovalRelationshipAuto

Definition at line 114 of file Ifc4x2/IfcApprovalAutoImpl.h.

◆ OdIfcExternalReferenceRelationshipAuto

Definition at line 111 of file Ifc4x2/IfcApprovalAutoImpl.h.

◆ OdIfcRelAssociatesApprovalAuto

friend class OdIfcRelAssociatesApprovalAuto
friend

Definition at line 112 of file Ifc4x2/IfcApprovalAutoImpl.h.

◆ OdIfcResourceApprovalRelationshipAuto

Definition at line 113 of file Ifc4x2/IfcApprovalAutoImpl.h.

Member Data Documentation

◆ m_ApprovedObjects_inv

OdDAIObjectIds OdIfc4x2::OdIfcApprovalAuto::m_ApprovedObjects_inv
protected

Definition at line 105 of file Ifc4x2/IfcApprovalAutoImpl.h.

◆ m_ApprovedResources_inv

OdDAIObjectIds OdIfc4x2::OdIfcApprovalAuto::m_ApprovedResources_inv
protected

Definition at line 106 of file Ifc4x2/IfcApprovalAutoImpl.h.

◆ m_Description

OdAnsiString OdIfc4x2::OdIfcApprovalAuto::m_Description
protected

Definition at line 97 of file Ifc4x2/IfcApprovalAutoImpl.h.

◆ m_GivingApproval

IfcActorSelect OdIfc4x2::OdIfcApprovalAuto::m_GivingApproval
protected

Definition at line 103 of file Ifc4x2/IfcApprovalAutoImpl.h.

◆ m_HasExternalReferences_inv

OdDAIObjectIds OdIfc4x2::OdIfcApprovalAuto::m_HasExternalReferences_inv
protected

Definition at line 104 of file Ifc4x2/IfcApprovalAutoImpl.h.

◆ m_Identifier

OdAnsiString OdIfc4x2::OdIfcApprovalAuto::m_Identifier
protected

Definition at line 95 of file Ifc4x2/IfcApprovalAutoImpl.h.

◆ m_IsRelatedWith_inv

OdDAIObjectIds OdIfc4x2::OdIfcApprovalAuto::m_IsRelatedWith_inv
protected

Definition at line 107 of file Ifc4x2/IfcApprovalAutoImpl.h.

◆ m_Level

OdAnsiString OdIfc4x2::OdIfcApprovalAuto::m_Level
protected

Definition at line 100 of file Ifc4x2/IfcApprovalAutoImpl.h.

◆ m_Name

OdAnsiString OdIfc4x2::OdIfcApprovalAuto::m_Name
protected

Definition at line 96 of file Ifc4x2/IfcApprovalAutoImpl.h.

◆ m_Qualifier

OdAnsiString OdIfc4x2::OdIfcApprovalAuto::m_Qualifier
protected

Definition at line 101 of file Ifc4x2/IfcApprovalAutoImpl.h.

◆ m_Relates_inv

OdDAIObjectIds OdIfc4x2::OdIfcApprovalAuto::m_Relates_inv
protected

Definition at line 108 of file Ifc4x2/IfcApprovalAutoImpl.h.

◆ m_RequestingApproval

IfcActorSelect OdIfc4x2::OdIfcApprovalAuto::m_RequestingApproval
protected

Definition at line 102 of file Ifc4x2/IfcApprovalAutoImpl.h.

◆ m_Status

OdAnsiString OdIfc4x2::OdIfcApprovalAuto::m_Status
protected

Definition at line 99 of file Ifc4x2/IfcApprovalAutoImpl.h.

◆ m_TimeOfApproval

OdAnsiString OdIfc4x2::OdIfcApprovalAuto::m_TimeOfApproval
protected

Definition at line 98 of file Ifc4x2/IfcApprovalAutoImpl.h.


The documentation for this class was generated from the following file: