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

Method CompressedVectorWriter

plugins/e57/libE57Format/src/CompressedVectorWriter.cpp:126–129  ·  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

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected