Struct vtk_format::dataset::StructuredGrid
source · [−]Expand description
Structured Grid
The file format supports 1D, 2D, and 3D structured grid datasets.
The dimensions nx, ny, nz must be greater than or equal to 1.
The point coordinates are defined by the data in the POINTS section.
This consists of x-y-z data values for each point.
Fields
dimension: Dimensionpoints: Data3Trait Implementations
sourceimpl Clone for StructuredGrid
impl Clone for StructuredGrid
sourcefn clone(&self) -> StructuredGrid
fn clone(&self) -> StructuredGrid
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StructuredGrid
impl Debug for StructuredGrid
sourceimpl PartialEq<StructuredGrid> for StructuredGrid
impl PartialEq<StructuredGrid> for StructuredGrid
sourcefn eq(&self, other: &StructuredGrid) -> bool
fn eq(&self, other: &StructuredGrid) -> bool
sourceimpl PartialOrd<StructuredGrid> for StructuredGrid
impl PartialOrd<StructuredGrid> for StructuredGrid
sourcefn partial_cmp(&self, other: &StructuredGrid) -> Option<Ordering>
fn partial_cmp(&self, other: &StructuredGrid) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl StructuralPartialEq for StructuredGrid
Auto Trait Implementations
impl RefUnwindSafe for StructuredGrid
impl Send for StructuredGrid
impl Sync for StructuredGrid
impl Unpin for StructuredGrid
impl UnwindSafe for StructuredGrid
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more