pub struct vtkLagrangeHexahedron(/* private fields */);Expand description
A 3D cell that represents an arbitrary order Lagrange hex
vtkLagrangeHexahedron is a concrete implementation of vtkCell to represent a 3D hexahedron using Lagrange shape functions of user specified order.
@sa vtkHexahedron
Implementations§
Source§impl vtkLagrangeHexahedron
impl vtkLagrangeHexahedron
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkLagrangeHexahedron wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkLagrangeHexahedron
impl Default for vtkLagrangeHexahedron
Auto Trait Implementations§
impl Freeze for vtkLagrangeHexahedron
impl RefUnwindSafe for vtkLagrangeHexahedron
impl !Send for vtkLagrangeHexahedron
impl !Sync for vtkLagrangeHexahedron
impl Unpin for vtkLagrangeHexahedron
impl UnwindSafe for vtkLagrangeHexahedron
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