MCPcopy 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
49Dimension::Id getTimeDimensionId(bool syncToPps)
50{
51 return syncToPps ? Dimension::Id::GpsTime : Dimension::Id::InternalTime;
52}
53
54
55Point::Point(

Callers 3

copyPointMethod · 0.85
getRxpDimensionsFunction · 0.85
checkPointFunction · 0.85

Calls

no outgoing calls

Tested by 1

checkPointFunction · 0.68