Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ size
Function
size
pdal/PointView.hpp:88–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
{ return m_id; }
87
88
point_count_t size() const
89
{ return m_size; }
90
91
bool empty() const
92
{ return m_size == 0; }
Callers
7
append
Function · 0.70
getField
Function · 0.70
setField
Function · 0.70
getPackedPoint
Function · 0.70
setPackedPoint
Function · 0.70
getOrAddPoint
Function · 0.70
tableId
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected