! @brief Get elementName string, that identifies the node in its parent. @copydetails Node::elementName() */
| 188 | @copydetails Node::elementName() |
| 189 | */ |
| 190 | ustring VectorNode::elementName() const |
| 191 | { |
| 192 | return impl_->elementName(); |
| 193 | } |
| 194 | |
| 195 | /*! |
| 196 | @brief Get the ImageFile that was declared as the destination for the node when it was created. |