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