[][src]Trait gut::mesh::attrib::FaceCellAttrib

pub trait FaceCellAttrib {
    fn impl_attrib_size(&self) -> usize;
fn impl_attrib_dict(&self) -> &AttribDict<FaceCellIndex>;
fn impl_attrib_dict_mut(&mut self) -> &mut AttribDict<FaceCellIndex>; }

Topology specific attribute implementation trait. This trait exists to allow one to access mesh attributes using the AttribIndex trait, and should never be used explicitly.

Required methods

fn impl_attrib_size(&self) -> usize

Mesh implementation of the attribute size getter.

fn impl_attrib_dict(&self) -> &AttribDict<FaceCellIndex>

Mesh implementation of the attribute dictionary getter.

fn impl_attrib_dict_mut(&mut self) -> &mut AttribDict<FaceCellIndex>

Mesh implementation of the attribute dictionary mutable getter.

Loading content...

Implementors

Loading content...