mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 09:15:21 +00:00
IfcFile::inverse_attr_record - add a note
This commit is contained in:
@@ -113,6 +113,7 @@ class IFC_PARSE_API IfcFile {
|
|||||||
typedef boost::unordered_map<unsigned int, IfcUtil::IfcBaseClass*> entity_by_id_t;
|
typedef boost::unordered_map<unsigned int, IfcUtil::IfcBaseClass*> entity_by_id_t;
|
||||||
typedef boost::unordered_map<uint32_t, IfcUtil::IfcBaseClass*> entity_by_iden_t;
|
typedef boost::unordered_map<uint32_t, IfcUtil::IfcBaseClass*> entity_by_iden_t;
|
||||||
typedef std::map<std::string, IfcUtil::IfcBaseClass*> entity_by_guid_t;
|
typedef std::map<std::string, IfcUtil::IfcBaseClass*> entity_by_guid_t;
|
||||||
|
// instance_id, declaration->index_in_schema, attribute_index
|
||||||
typedef std::tuple<int, short, short> inverse_attr_record;
|
typedef std::tuple<int, short, short> inverse_attr_record;
|
||||||
enum INVERSE_ATTR {
|
enum INVERSE_ATTR {
|
||||||
INSTANCE_ID,
|
INSTANCE_ID,
|
||||||
|
|||||||
Reference in New Issue
Block a user