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

Method root

plugins/e57/libE57Format/src/ImageFile.cpp:315–318  ·  view source on GitHub ↗

! @brief Get the pre-established root StructureNode of the E57 ImageFile. @details The root node of an ImageFile always exists and is always type StructureNode. The root node is empty in a newly created write mode ImageFile. @pre This ImageFile must be open (i.e. isOpen()). @return A smart StructureNode handle referencing the underlying object. @throw ::ErrorImageFileNotOpen (n/c) @throw ::Err

Source from the content-addressed store, hash-verified

313@see StructureNode.
314*/
315StructureNode ImageFile::root() const
316{
317 return StructureNode( impl_->root() );
318}
319
320/*!
321@brief Complete any write operations on an ImageFile, and close the file on the disk.

Callers 9

ReaderImplMethod · 0.45
WriterImplMethod · 0.45
checkInvariantMethod · 0.45
writeXmlMethod · 0.45
initializeMethod · 0.45
setupFileHeaderMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

StructureNodeClass · 0.85

Tested by 3

TESTFunction · 0.36
TESTFunction · 0.36