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

Method hasReader

pdal/PipelineManager.cpp:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195
196
197bool PipelineManager::hasReader() const
198{
199 return (dynamic_cast<Reader *>(m_stages.front()));
200}
201
202
203QuickInfo PipelineManager::preview() const

Callers 1

executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected