! @brief Get the prototype tree that describes the types in the record. @pre The destination ImageFile must be open (i.e. destImageFile().isOpen()). @post No visible state is modified. @return A smart Node handle referencing the root of the prototype tree. @throw ::ErrorImageFileNotOpen (n/c) @throw ::ErrorInternal All objects in undocumented state @see CompressedVectorNode::CompressedVectorNo
| 300 | CompressedVectorNode::writer |
| 301 | */ |
| 302 | Node CompressedVectorNode::prototype() const |
| 303 | { |
| 304 | return Node( impl_->getPrototype() ); |
| 305 | } |
| 306 | |
| 307 | /*! |
| 308 | @brief Get the codecs tree that describes the encoder/decoder configuration of the |
no test coverage detected