Struct quantized_density_fields::lod::level::Level [−][src]
pub struct Level<S> where
S: State, { /* fields omitted */ }Methods
impl<S> Level<S> where
S: State, [src]
impl<S> Level<S> where
S: State, pub fn id(&self) -> ID[src]
pub fn id(&self) -> IDpub fn parent(&self) -> Option<ID>[src]
pub fn parent(&self) -> Option<ID>pub fn level(&self) -> usize[src]
pub fn level(&self) -> usizepub fn index(&self) -> usize[src]
pub fn index(&self) -> usizepub fn state(&self) -> &S[src]
pub fn state(&self) -> &Spub fn data(&self) -> &LevelData[src]
pub fn data(&self) -> &LevelDataTrait Implementations
impl<S: Debug> Debug for Level<S> where
S: State, [src]
impl<S: Debug> Debug for Level<S> where
S: State, fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<S: Clone> Clone for Level<S> where
S: State, [src]
impl<S: Clone> Clone for Level<S> where
S: State,