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

Method destImageFile

plugins/e57/libE57Format/src/ScaledIntegerNode.cpp:261–264  ·  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

259@copydetails Node::destImageFile()
260*/
261ImageFile ScaledIntegerNode::destImageFile() const
262{
263 return ImageFile( impl_->destImageFile() );
264}
265
266/*!
267@brief Has node been attached into the tree of an ImageFile.

Callers

nothing calls this directly

Calls 1

ImageFileClass · 0.85

Tested by

no test coverage detected