! @brief Return parent of node, or self if a root node. @copydetails Node::parent() */
| 170 | @copydetails Node::parent() |
| 171 | */ |
| 172 | Node VectorNode::parent() const |
| 173 | { |
| 174 | return Node( impl_->parent() ); |
| 175 | } |
| 176 | |
| 177 | /*! |
| 178 | @brief Get absolute pathname of node. |