Class Ifc4::IfcApprovalRelationship¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public Ifc4::IfcResourceLevelRelationship(Class Ifc4::IfcResourceLevelRelationship)
Class Documentation¶
-
class
Ifc4::IfcApprovalRelationship: public Ifc4::IfcResourceLevelRelationship¶ An IfcApprovalRelationship associates approvals (one relating approval and one or more related approvals), each having different status or level as the approval process or the approved objects evolve.
HISTORY: New entity in Release IFC2x2.
IFC2x4 CHANGE Subtyped from IfcResourceLevelRelationship, order of attributes changed.
Public Types
-
typedef IfcTemplatedEntityList<IfcApprovalRelationship>
list¶
Public Functions
-
::Ifc4::IfcApproval *
RelatingApproval() const¶ The approval that other approval is related to.
-
void
setRelatingApproval(::Ifc4::IfcApproval *v)¶
-
IfcTemplatedEntityList<::Ifc4::IfcApproval>::ptr
RelatedApprovals() const¶ The approvals that are related to another (relating) approval.IFC2x Edition 4 CHANGE The cardinality of this attribute has been changed to SET.
-
void
setRelatedApprovals(IfcTemplatedEntityList<::Ifc4::IfcApproval>::ptr v)¶
-
IfcApprovalRelationship(IfcEntityInstanceData *e)¶
-
IfcApprovalRelationship(boost::optional<std::string> v1_Name, boost::optional<std::string> v2_Description, ::Ifc4::IfcApproval *v3_RelatingApproval, IfcTemplatedEntityList<::Ifc4::IfcApproval>::ptr v4_RelatedApprovals)¶
-
typedef IfcTemplatedEntityList<IfcApprovalRelationship>