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

Method extensionsLookupPrefix

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

! @brief Look up an E57 extension prefix in the ImageFile. @param [in] prefix The shorthand name of the extension to look up. @details If @a prefix = "" or @a prefix is declared in the ImageFile, then the function returns true. It is an error if @a prefix contains an illegal character combination for E57 namespace prefixes. @pre This ImageFile must be open (i.e. isOpen()). @post No visible stat

Source from the content-addressed store, hash-verified

531@see ImageFile::extensionsLookupUri
532*/
533bool ImageFile::extensionsLookupPrefix( const ustring &prefix ) const
534{
535 ustring uri;
536 return impl_->extensionsLookupPrefix( prefix, uri );
537}
538
539/*!
540@brief Get URI associated with an E57 extension prefix in the ImageFile.

Callers 6

ReadData3DMethod · 0.45
SetUpData3DPointsDataMethod · 0.45
NewData3DMethod · 0.45
SetUpData3DPointsDataMethod · 0.45
initializeMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36