MCPcopy Create free account
hub / github.com/PDAL/PDAL / codecs

Method codecs

plugins/e57/libE57Format/src/CompressedVectorNode.cpp:322–325  ·  view source on GitHub ↗

! @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

Source from the content-addressed store, hash-verified

320CompressedVectorNode::writer
321*/
322VectorNode 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.

Callers

nothing calls this directly

Calls 2

VectorNodeClass · 0.85
getCodecsMethod · 0.80

Tested by

no test coverage detected