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

Method HierarchyWriter

io/EptAddonWriter.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64{
65public:
66 HierarchyWriter(const ept::Hierarchy& hierarchy, uint64_t step,
67 ThreadPool& pool, connector::Connector& conn) :
68 m_hierarchy(hierarchy), m_step(step), m_pool(pool), m_connector(conn)
69 {}
70
71 void write(const std::string& hierarchyDir, NL::json& curr, const ept::Key& key) const;
72

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected