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

Method makeReader

kernels/InfoKernel.cpp:181–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179
180
181void InfoKernel::makeReader(const std::string& filename)
182{
183 Options rOps;
184 if (!m_needPoints)
185 rOps.add("count", 0);
186 m_reader = &(m_manager.makeReader(filename, m_driverOverride, rOps));
187}
188
189void InfoKernel::makePipeline()
190{

Callers 11

TESTFunction · 0.80
TESTFunction · 0.80
prepareReaderMethod · 0.80
getFileInfoMethod · 0.80
makeJSONPipelineMethod · 0.80
makeArgPipelineMethod · 0.80
executeMethod · 0.80
loadSetMethod · 0.80
TESTFunction · 0.80
Kernel.cppFile · 0.80
parsePipelineFunction · 0.80

Calls 1

addMethod · 0.45

Tested by 3

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64