pub struct vtkTriangle(/* private fields */);Expand description
a cell that represents a triangle
vtkTriangle is a concrete implementation of vtkCell to represent a triangle located in 3-space.
Implementations§
Source§impl vtkTriangle
impl vtkTriangle
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkTriangle wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkTriangle
impl Default for vtkTriangle
Auto Trait Implementations§
impl Freeze for vtkTriangle
impl RefUnwindSafe for vtkTriangle
impl !Send for vtkTriangle
impl !Sync for vtkTriangle
impl Unpin for vtkTriangle
impl UnwindSafe for vtkTriangle
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