mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
Fix IfcFile::getInverse<T>()
This commit is contained in:
@@ -257,6 +257,11 @@ class IFC_PARSE_API IfcFile {
|
|||||||
/// returned by getInverse().
|
/// returned by getInverse().
|
||||||
std::vector<int> get_inverse_indices(int instance_id);
|
std::vector<int> get_inverse_indices(int instance_id);
|
||||||
|
|
||||||
|
template <class T>
|
||||||
|
typename T::list::ptr getInverse(int instance_id, int attribute_index) {
|
||||||
|
return getInverse(instance_id, &T::Class(), attribute_index)->as<T>();
|
||||||
|
}
|
||||||
|
|
||||||
aggregate_of_instance::ptr getInverse(int instance_id, const IfcParse::declaration* type, int attribute_index);
|
aggregate_of_instance::ptr getInverse(int instance_id, const IfcParse::declaration* type, int attribute_index);
|
||||||
|
|
||||||
int getTotalInverses(int instance_id);
|
int getTotalInverses(int instance_id);
|
||||||
|
|||||||
Reference in New Issue
Block a user