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

Method Point

plugins/rxp/io/RxpPointcloud.cpp:55–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54
55Point::Point(
56 scanlib::target target,
57 unsigned int returnNumber,
58 unsigned int numberOfReturns,
59 bool edgeOfFlightLine,
60 double beamOriginX,
61 double beamOriginY,
62 double beamOriginZ,
63 double beamDirectionX,
64 double beamDirectionY,
65 double beamDirectionZ,
66 float roll,
67 float pitch,
68 double shotTimestamp,
69 double unambiguousRange)
70 : target(target)
71 , returnNumber(returnNumber)
72 , numberOfReturns(numberOfReturns)
73 , edgeOfFlightLine(edgeOfFlightLine)
74 , beamOriginX(beamOriginX)
75 , beamOriginY(beamOriginY)
76 , beamOriginZ(beamOriginZ)
77 , beamDirectionX(beamDirectionX)
78 , beamDirectionY(beamDirectionY)
79 , beamDirectionZ(beamDirectionZ)
80 , roll(roll)
81 , pitch(pitch)
82 , shotTimestamp(shotTimestamp)
83 , unambiguousRange(unambiguousRange)
84{}
85
86
87RxpPointcloud::RxpPointcloud(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected