pub struct NormalOrientationConfig {
pub k_neighbors: usize,
}Expand description
Configuration for orient_normals_consistent.
Fields§
§k_neighbors: usizeNumber of nearest neighbors used to build the propagation graph.
Implementations§
Trait Implementations§
Source§impl Clone for NormalOrientationConfig
impl Clone for NormalOrientationConfig
Source§fn clone(&self) -> NormalOrientationConfig
fn clone(&self) -> NormalOrientationConfig
Returns a duplicate of the value. Read more
1.0.0 · 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 NormalOrientationConfig
impl Debug for NormalOrientationConfig
Source§impl Default for NormalOrientationConfig
impl Default for NormalOrientationConfig
Source§impl PartialEq for NormalOrientationConfig
impl PartialEq for NormalOrientationConfig
impl Copy for NormalOrientationConfig
impl StructuralPartialEq for NormalOrientationConfig
Auto Trait Implementations§
impl Freeze for NormalOrientationConfig
impl RefUnwindSafe for NormalOrientationConfig
impl Send for NormalOrientationConfig
impl Sync for NormalOrientationConfig
impl Unpin for NormalOrientationConfig
impl UnsafeUnpin for NormalOrientationConfig
impl UnwindSafe for NormalOrientationConfig
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