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

Function extension

pdal/util/FileUtils.cpp:456–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454
455
456std::string extension(const std::string& filename)
457{
458 auto idx = filename.find_last_of('.');
459 if (idx == std::string::npos)
460 return std::string();
461 return filename.substr(idx);
462}
463
464
465std::vector<std::string> glob(std::string path)

Callers 11

preparedMethod · 0.85
fetchBinaryMethod · 0.85
initializeMethod · 0.85
TESTFunction · 0.85
executeMethod · 0.85
stacPointcloudFunction · 0.85
initializeMethod · 0.85
initializeMethod · 0.85
readPipelineMethod · 0.85
inferReaderDriverMethod · 0.85
inferWriterDriverMethod · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68