pub struct vtkContourValues(/* private fields */);Expand description
helper object to manage setting and generating contour values
vtkContourValues is a general class to manage the creation, generation, and retrieval of contour values. This class serves as a helper class for contouring classes, or those classes operating on lists of contour values.
@sa vtkContourFilter
Implementations§
Source§impl vtkContourValues
impl vtkContourValues
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkContourValues wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkContourValues
impl Default for vtkContourValues
Auto Trait Implementations§
impl Freeze for vtkContourValues
impl RefUnwindSafe for vtkContourValues
impl !Send for vtkContourValues
impl !Sync for vtkContourValues
impl Unpin for vtkContourValues
impl UnwindSafe for vtkContourValues
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