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

Method destImageFile

plugins/e57/libE57Format/src/Node.cpp:505–508  ·  view source on GitHub ↗

! @brief Get the ImageFile that was declared as the destination for the node when it was created. @details The first argument of the constructors of each of the 8 types of nodes is an ImageFile that indicates which ImageFile the node will eventually be attached to. This function returns that constructor argument. It is an error to attempt to attach the node to a different ImageFile. However it is

Source from the content-addressed store, hash-verified

503BlobNode::BlobNode()
504*/
505ImageFile Node::destImageFile() const
506{
507 return ImageFile( impl_->destImageFile() );
508}
509
510/*!
511@brief Has node been attached into the tree of an ImageFile.

Callers 9

BitpackIntegerDecoderMethod · 0.45
checkInvariantMethod · 0.45
checkInvariantMethod · 0.45
checkInvariantMethod · 0.45
setMethod · 0.45
BitpackIntegerEncoderMethod · 0.45
setPrototypeMethod · 0.45
setCodecsMethod · 0.45
ChunkWriterMethod · 0.45

Calls 1

ImageFileClass · 0.85

Tested by

no test coverage detected