pub struct vtkAttributesErrorMetric(/* private fields */);Expand description
Objects that compute
attribute-based error during cell tessellation.
It is a concrete error metric, based on an attribute criterium: the variation of the active attribute/component value from a linear ramp
@sa vtkGenericCellTessellator vtkGenericSubdivisionErrorMetric
Implementations§
Source§impl vtkAttributesErrorMetric
impl vtkAttributesErrorMetric
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkAttributesErrorMetric wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkAttributesErrorMetric
impl Default for vtkAttributesErrorMetric
Auto Trait Implementations§
impl Freeze for vtkAttributesErrorMetric
impl RefUnwindSafe for vtkAttributesErrorMetric
impl !Send for vtkAttributesErrorMetric
impl !Sync for vtkAttributesErrorMetric
impl Unpin for vtkAttributesErrorMetric
impl UnwindSafe for vtkAttributesErrorMetric
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