! @brief Get the codecs tree that describes the encoder/decoder configuration of the CompressedVectorNode. @pre The destination ImageFile must be open (i.e. destImageFile().isOpen()). @post No visible state is modified. @return A smart VectorNode handle referencing the root of the codecs tree. @throw ::ErrorImageFileNotOpen (n/c) @throw ::ErrorInternal All objects in undocumented state @see Co
| 320 | CompressedVectorNode::writer |
| 321 | */ |
| 322 | VectorNode CompressedVectorNode::codecs() const |
| 323 | { |
| 324 | return VectorNode( impl_->getCodecs() ); |
| 325 | } |
| 326 | |
| 327 | /*! |
| 328 | @brief Diagnostic function to print internal state of object to output stream in an indented format. |
nothing calls this directly
no test coverage detected