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

Method prototype

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

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

Source from the content-addressed store, hash-verified

300CompressedVectorNode::writer
301*/
302Node 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

Callers 7

ReadData3DMethod · 0.80
GetData3DSizesMethod · 0.80
ReadData3DGroupsDataMethod · 0.80
SetUpData3DPointsDataMethod · 0.80
SetUpData3DPointsDataMethod · 0.80
decodeHeaderMethod · 0.80
getPointPrototypeMethod · 0.80

Calls 2

getPrototypeMethod · 0.80
NodeClass · 0.50

Tested by

no test coverage detected