! @brief Get number of child elements in this VectorNode. @pre The destination ImageFile must be open (i.e. destImageFile().isOpen()). @post No visible state is modified. @return Number of child elements in this VectorNode. @throw ::ErrorImageFileNotOpen (n/c) @throw ::ErrorInternal All objects in undocumented state @see VectorNode::get(int64_t), VectorNode::append, StructureNode::childCount *
| 247 | @see VectorNode::get(int64_t), VectorNode::append, StructureNode::childCount |
| 248 | */ |
| 249 | int64_t VectorNode::childCount() const |
| 250 | { |
| 251 | return impl_->childCount(); |
| 252 | } |
| 253 | |
| 254 | /*! |
| 255 | @brief Is the given pathName defined relative to this node. |
no outgoing calls