pub enum ImageCurveTier {
Affine,
Iso,
Approximated,
}Expand description
Which lane produced an ImageCurve.
Variants§
Affine
Exact homogeneous mapping through an affine surface’s frame.
Iso
Verified iso-curve extraction.
Approximated
Sampled-and-fitted approximation of the composed curve-on-surface.
Trait Implementations§
Source§impl Clone for ImageCurveTier
impl Clone for ImageCurveTier
Source§fn clone(&self) -> ImageCurveTier
fn clone(&self) -> ImageCurveTier
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 moreimpl Copy for ImageCurveTier
Source§impl Debug for ImageCurveTier
impl Debug for ImageCurveTier
impl Eq for ImageCurveTier
Source§impl PartialEq for ImageCurveTier
impl PartialEq for ImageCurveTier
impl StructuralPartialEq for ImageCurveTier
Auto Trait Implementations§
impl Freeze for ImageCurveTier
impl RefUnwindSafe for ImageCurveTier
impl Send for ImageCurveTier
impl Sync for ImageCurveTier
impl Unpin for ImageCurveTier
impl UnsafeUnpin for ImageCurveTier
impl UnwindSafe for ImageCurveTier
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.