! @brief Is the given pathName defined relative to this node. @param [in] pathName The absolute pathname, or pathname relative to this object, to check. @details The @a pathName may be relative to this node, or absolute (starting with a "/"). The origin of the absolute path name is the root of the tree that contains this VectorNode. If this VectorNode is not attached to an ImageFile, the @a path
| 275 | @see StructureNode::isDefined |
| 276 | */ |
| 277 | bool VectorNode::isDefined( const ustring &pathName ) const |
| 278 | { |
| 279 | return impl_->isDefined( pathName ); |
| 280 | } |
| 281 | |
| 282 | /*! |
| 283 | @brief Get a child element by positional index. |
no outgoing calls
no test coverage detected