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

Method setFilePath

pdal/FileSpec.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void FileSpec::setFilePath(const std::string& u8path)
132{
133 m_p->setFilePath(u8path);
134}
135
136void FileSpec::setFilePath(const std::filesystem::path& path)
137{

Callers 1

parsePipelineFunction · 0.80

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected