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

Method isAttached

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

! @brief Has node been attached into the tree of an ImageFile. @details Nodes are attached into an ImageFile tree by inserting them as children (directly or indirectly) of the ImageFile's root node. Nodes can also be attached to an ImageFile if they are used in the @c codecs or @c prototype trees of an CompressedVectorNode that is attached. Attached nodes will be saved to disk when the ImageFile

Source from the content-addressed store, hash-verified

530@see Node::destImageFile, ImageFile::root
531*/
532bool Node::isAttached() const
533{
534 return impl_->isAttached();
535}
536
537/*!
538@brief Diagnostic function to print internal state of object to output stream in an indented format.

Callers 3

checkInvariantMethod · 0.45
checkInvariantMethod · 0.45
checkInvariantMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected