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

Method PipelineManager

pdal/PipelineManager.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46{
47
48PipelineManager::PipelineManager(point_count_t streamLimit) :
49 m_factory(new StageFactory),
50 m_tablePtr(new ColumnPointTable()), m_table(*m_tablePtr),
51 m_streamTablePtr(new FixedPointTable(streamLimit)),
52 m_streamTable(*m_streamTablePtr),
53 m_progressFd(-1), m_input(nullptr)
54{}
55
56
57PipelineManager::~PipelineManager()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected