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

Method isAttached

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

@brief Has node been attached into the tree of an ImageFile. @copydetails Node::isAttached()

Source from the content-addressed store, hash-verified

259/// @brief Has node been attached into the tree of an ImageFile.
260/// @copydetails Node::isAttached()
261bool CompressedVectorNode::isAttached() const
262{
263 return impl_->isAttached();
264}
265
266/*!
267@brief Get current number of records in a CompressedVectorNode.

Callers 1

checkInvariantMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected