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

Function AttributeValue

src/ifcparse/IfcEntityInstanceData.h:298–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296 pointer_type array_;
297
298 AttributeValue()
299 : index_(0)
300 , storage_model_(0)
301 , array_((const in_memory_attribute_storage*)nullptr)
302 {}
303
304 AttributeValue(const in_memory_attribute_storage* arr, uint8_t index)
305 : index_(index)

Callers 2

get_attribute_valueMethod · 0.85
apply_visitorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected