MCPcopy Create free account
hub / github.com/LASzip/LASzip / LASpoint10

Class LASpoint10

src/laswriteitemcompressed_v2.cpp:43–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41*/
42
43struct LASpoint10
44{
45 I32 x;
46 I32 y;
47 I32 z;
48 U16 intensity;
49 U8 return_number : 3;
50 U8 number_of_returns_of_given_pulse : 3;
51 U8 scan_direction_flag : 1;
52 U8 edge_of_flight_line : 1;
53 U8 classification;
54 I8 scan_angle_rank;
55 U8 user_data;
56 U16 point_source_ID;
57};
58
59LASwriteItemCompressed_POINT10_v2::LASwriteItemCompressed_POINT10_v2(ArithmeticEncoder* enc)
60{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected