Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ getTimeDimensionId
Function
getTimeDimensionId
plugins/rxp/io/RxpPointcloud.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
48
49
Dimension::Id getTimeDimensionId(bool syncToPps)
50
{
51
return syncToPps ? Dimension::Id::GpsTime : Dimension::Id::InternalTime;
52
}
53
54
55
Point::Point(
Callers
3
copyPoint
Method · 0.85
getRxpDimensions
Function · 0.85
checkPoint
Function · 0.85
Calls
no outgoing calls
Tested by
1
checkPoint
Function · 0.68