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

Method ready

filters/SMRFilter.cpp:178–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178void SMRFilter::ready(PointTableRef table)
179{
180 if (m_args->m_dir.empty())
181 return;
182
183 if (!FileUtils::directoryExists(m_args->m_dir))
184 throwError("Output directory '" + m_args->m_dir + "' does not exist");
185}
186
187PointViewSet SMRFilter::run(PointViewPtr view)
188{

Callers

nothing calls this directly

Calls 2

directoryExistsFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected