pub struct vtkVoxel(/* private fields */);Expand description
a cell that represents a 3D orthogonal parallelepiped
vtkVoxel is a concrete implementation of vtkCell to represent a 3D orthogonal parallelepiped. Unlike vtkHexahedron, vtkVoxel has interior angles of 90 degrees, and sides are parallel to coordinate axes. This results in large increases in computational performance.
@sa vtkConvexPointSet vtkHexahedron vtkPyramid vtkTetra vtkWedge
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for vtkVoxel
impl RefUnwindSafe for vtkVoxel
impl !Send for vtkVoxel
impl !Sync for vtkVoxel
impl Unpin for vtkVoxel
impl UnwindSafe for vtkVoxel
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