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

Method PgReader

plugins/pgpointcloud/io/PgReader.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56std::string PgReader::getName() const { return s_info.name; }
57
58PgReader::PgReader() : m_session(NULL), m_pcid(0), m_cached_point_count(0),
59 m_cached_max_points(0)
60{}
61
62
63PgReader::~PgReader()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected