! @brief Get whether child elements are allowed to be different types @details See the class discussion at bottom of VectorNode page for details of homogeneous/heterogeneous VectorNode. The returned attribute is determined when the VectorNode is created, and cannot be changed. @pre The destination ImageFile must be open (i.e. destImageFile().isOpen()). @post No visible state is modified. @retur
| 229 | @see ::ErrorHomogeneousViolation |
| 230 | */ |
| 231 | bool VectorNode::allowHeteroChildren() const |
| 232 | { |
| 233 | return impl_->allowHeteroChildren(); |
| 234 | } |
| 235 | |
| 236 | /*! |
| 237 | @brief Get number of child elements in this VectorNode. |
no outgoing calls
no test coverage detected