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

Method initialize

plugins/pgpointcloud/io/PgWriter.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103
104void PgWriter::initialize()
105{
106 m_patch_compression_type = getCompressionType(m_compressionSpec);
107 m_session = pg_connect(m_connection);
108}
109
110
111void PgWriter::writeInit()

Callers

nothing calls this directly

Calls 2

getCompressionTypeFunction · 0.85
pg_connectFunction · 0.85

Tested by

no test coverage detected