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

Method extensionsAdd

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

! @brief Declare the use of an E57 extension in an ImageFile being written. @param [in] prefix The shorthand name of the extension to use in element names. @param [in] uri The Uniform Resource Identifier string to associate with the prefix in the ImageFile. @details The (@a prefix, @a uri) pair is registered in the known extensions of the ImageFile. Both @a prefix and @a uri must be unique in th

Source from the content-addressed store, hash-verified

506@see ImageFile::extensionsCount, ImageFile::extensionsLookupPrefix, ImageFile::extensionsLookupUri
507*/
508void ImageFile::extensionsAdd( const ustring &prefix, const ustring &uri )
509{
510 impl_->extensionsAdd( prefix, uri );
511}
512
513/*!
514@brief Look up an E57 extension prefix in the ImageFile.

Callers 6

WriterImplMethod · 0.45
NewData3DMethod · 0.45
startElementMethod · 0.45
initializeMethod · 0.45
setupFileHeaderMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36