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

Method destImageFile

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

@brief Get the ImageFile that was declared as the destination for the node when it was created. @copydetails Node::destImageFile()

Source from the content-addressed store, hash-verified

252/// @brief Get the ImageFile that was declared as the destination for the node when it was created.
253/// @copydetails Node::destImageFile()
254ImageFile CompressedVectorNode::destImageFile() const
255{
256 return ImageFile( impl_->destImageFile() );
257}
258
259/// @brief Has node been attached into the tree of an ImageFile.
260/// @copydetails Node::isAttached()

Callers 1

checkInvariantMethod · 0.45

Calls 1

ImageFileClass · 0.85

Tested by

no test coverage detected