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

Method EsriReader

io/EsriReader.cpp:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122};
123
124EsriReader::EsriReader(std::unique_ptr<Interface> interface) :
125 m_interface(std::move(interface)), m_args(new Args)
126{}
127
128
129EsriReader::~EsriReader()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected