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

Function dimensions

plugins/icebridge/io/IcebridgeReader.cpp:80–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78{
79
80Dimension::IdList dimensions()
81{
82 using namespace Dimension;
83
84 return IdList { Id::OffsetTime, Id::Y, Id::X, Id::Z, Id::StartPulse,
85 Id::ReflectedPulse, Id::Azimuth, Id::Pitch, Id::Roll, Id::Pdop,
86 Id::PulseWidth, Id::GpsTime };
87}
88
89} // unnamed namespace
90

Callers 2

addDimensionsMethod · 0.85
readMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected