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

Method extensionsCount

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

! @brief Get number of E57 extensions declared in the ImageFile. @details The default E57 namespace does not count as an extension. @pre This ImageFile must be open (i.e. isOpen()). @post No visible state is modified. @return The number of E57 extensions defined in the ImageFile. @throw ::ErrorImageFileNotOpen (n/c) @throw ::ErrorInternal All objects in undocumented state @see ImageFile::exte

Source from the content-addressed store, hash-verified

612@see ImageFile::extensionsPrefix, ImageFile::extensionsUri
613*/
614size_t ImageFile::extensionsCount() const
615{
616 return impl_->extensionsCount();
617}
618
619/*!
620@brief Get an E57 extension prefix declared in an ImageFile by index.

Callers 1

writeXmlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected