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

Method ready

filters/CSFilter.cpp:127–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void CSFilter::ready(PointTableRef table)
128{
129 if (m_args->m_dir.empty())
130 return;
131
132 if (!FileUtils::directoryExists(m_args->m_dir))
133 throwError("Output directory '" + m_args->m_dir + "' does not exist");
134}
135
136void CSFilter::prepared(PointTableRef table)
137{

Callers

nothing calls this directly

Calls 2

directoryExistsFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected