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

Method getMaxPoints

plugins/pgpointcloud/io/PgReader.cpp:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126
127
128point_count_t PgReader::getMaxPoints() const
129{
130 if (m_cached_point_count == 0)
131 getNumPoints(); // Fills m_cached_max_points.
132 return m_cached_max_points;
133}
134
135
136uint32_t PgReader::fetchPcid() const

Callers

nothing calls this directly

Calls 1

getNumPointsFunction · 0.50

Tested by

no test coverage detected