| 438 | } |
| 439 | |
| 440 | void AttributeManager::assign_attribute_value( |
| 441 | index_t from_element, index_t to_element ) |
| 442 | { |
| 443 | impl_->assign_attribute_value( from_element, to_element, {} ); |
| 444 | } |
| 445 | |
| 446 | void AttributeManager::copy_attribute_value( |
| 447 | index_t from_element, index_t to_element ) |
no outgoing calls