MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / get_attribute_value

Method get_attribute_value

src/ifcparse/IfcParse.cpp:2827–2830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2825}
2826
2827AttributeValue IfcUtil::IfcBaseClass::get_attribute_value(size_t index) const {
2828 void* storage = file_ ? std::visit([](const auto& m) { return (void*)&m; }, file_->storage_) : nullptr;
2829 return data_.get_attribute_value(storage, &declaration(), id() ? id() : identity(), index);
2830}
2831
2832void IfcUtil::IfcBaseClass::toString(std::ostream& out, bool upper) const
2833{

Callers 14

write_streaming_Method · 0.80
format_attributeFunction · 0.80
format_entity_instanceFunction · 0.80
finalizeFunction · 0.80
operator <Method · 0.80
translate_if_param_valueFunction · 0.80
get_SI_equivalentMethod · 0.80
applyMethod · 0.80
read_from_streamMethod · 0.80
addEntityMethod · 0.80
process_deletion_Method · 0.80

Calls 5

idFunction · 0.85
AttributeValueFunction · 0.85
declarationClass · 0.70
identityFunction · 0.70
visitFunction · 0.50

Tested by

no test coverage detected