File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -519,6 +519,7 @@ class LASpoint
519
519
inline U16 get_G () const { return rgb[1 ]; };
520
520
inline U16 get_B () const { return rgb[2 ]; };
521
521
inline U16 get_I () const { return rgb[3 ]; };
522
+ inline U16 get_NIR () const { return rgb[3 ]; };
522
523
523
524
inline void set_X (const I32 X) { this ->X = X; };
524
525
inline void set_Y (const I32 Y) { this ->Y = Y; };
@@ -543,6 +544,7 @@ class LASpoint
543
544
inline void set_G (const U16 G) { this ->rgb [1 ] = G; };
544
545
inline void set_B (const U16 B) { this ->rgb [2 ] = B; };
545
546
inline void set_I (const U16 I) { this ->rgb [3 ] = I; };
547
+ inline void set_NIR (const U16 NIR) { this ->rgb [3 ] = NIR; };
546
548
547
549
inline F64 get_x () const { return quantizer->get_x (X); };
548
550
inline F64 get_y () const { return quantizer->get_y (Y); };
You can’t perform that action at this time.
0 commit comments