pub struct CopcPointFields {Show 21 fields
pub x: f64,
pub y: f64,
pub z: f64,
pub intensity: u16,
pub return_number: u8,
pub number_of_returns: u8,
pub synthetic: u8,
pub key_point: u8,
pub withheld: u8,
pub overlap: u8,
pub scan_channel: u8,
pub scan_direction_flag: u8,
pub edge_of_flight_line: u8,
pub classification: u8,
pub user_data: u8,
pub scan_angle_rank: i16,
pub point_source_id: u16,
pub gps_time: f64,
pub red: u16,
pub green: u16,
pub blue: u16,
}Expand description
Normalized point fields consumed by the COPC writer.
Fields§
§x: f64§y: f64§z: f64§intensity: u16§return_number: u8§number_of_returns: u8§synthetic: u8§key_point: u8§withheld: u8§overlap: u8§scan_channel: u8§scan_direction_flag: u8§edge_of_flight_line: u8§classification: u8§user_data: u8§scan_angle_rank: i16§point_source_id: u16§gps_time: f64§red: u16§green: u16§blue: u16Trait Implementations§
Source§impl Clone for CopcPointFields
impl Clone for CopcPointFields
Source§fn clone(&self) -> CopcPointFields
fn clone(&self) -> CopcPointFields
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CopcPointFields
impl Debug for CopcPointFields
Source§impl PartialEq for CopcPointFields
impl PartialEq for CopcPointFields
Source§fn eq(&self, other: &CopcPointFields) -> bool
fn eq(&self, other: &CopcPointFields) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CopcPointFields
impl StructuralPartialEq for CopcPointFields
Auto Trait Implementations§
impl Freeze for CopcPointFields
impl RefUnwindSafe for CopcPointFields
impl Send for CopcPointFields
impl Sync for CopcPointFields
impl Unpin for CopcPointFields
impl UnsafeUnpin for CopcPointFields
impl UnwindSafe for CopcPointFields
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more