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

Method BlobNode

plugins/e57/libE57Format/src/BlobNode.cpp:136–139  ·  view source on GitHub ↗

! @brief Create an element for storing a sequence of bytes with an opaque format. @param [in] destImageFile The ImageFile where the new node will eventually be stored. @param [in] byteCount The number of bytes reserved in the ImageFile for holding the blob. @details The BlobNode class corresponds to the ASTM E57 standard Blob element. See the class discussion at bottom of BlobNode page for mo

Source from the content-addressed store, hash-verified

134@see Node, BlobNode::read, BlobNode::write
135*/
136BlobNode::BlobNode( const ImageFile &destImageFile, int64_t byteCount ) :
137 impl_( new BlobNodeImpl( destImageFile.impl(), byteCount ) )
138{
139}
140
141/*!
142@brief Is this a root node.

Callers

nothing calls this directly

Calls 2

toStringFunction · 0.70
typeMethod · 0.45

Tested by

no test coverage detected