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

Method CompressedVectorReader

plugins/e57/libE57Format/src/CompressedVectorReader.cpp:127–130  ·  view source on GitHub ↗

@cond documentNonPublic The following isn't part of the API, and isn't documented.

Source from the content-addressed store, hash-verified

125
126/// @cond documentNonPublic The following isn't part of the API, and isn't documented.
127CompressedVectorReader::CompressedVectorReader( std::shared_ptr<CompressedVectorReaderImpl> ni ) :
128 impl_( ni )
129{
130}
131/// @endcond
132
133/*!

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected