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

Method pathNameCheckWellFormed

plugins/e57/libE57Format/src/ImageFileImpl.cpp:572–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570 }
571
572 void ImageFileImpl::pathNameCheckWellFormed( const ustring &pathName )
573 {
574 // no checkImageFileOpen(__FILE__, __LINE__, __FUNCTION__)
575
576 // Just call pathNameParse() which throws if not well formed
577 bool isRelative = false;
578 StringList fields;
579
580 pathNameParse( pathName, isRelative, fields );
581 }
582
583 void ImageFileImpl::pathNameParse( const ustring &pathName, bool &isRelative,
584 StringList &fields )

Callers 1

checkState_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected