Struct gut::mesh::topology::CellIndex[][src]

pub struct CellIndex(_);

Define index type

Implementations

impl CellIndex[src]

pub fn into_inner(self) -> usize[src]

Trait Implementations

impl Add<CellIndex> for CellIndex[src]

type Output = CellIndex

The resulting type after applying the + operator.

impl Add<usize> for CellIndex[src]

type Output = CellIndex

The resulting type after applying the + operator.

impl<M: CellAttrib> AttribIndex<M> for CellIndex[src]

impl Clone for CellIndex[src]

impl<M: VertexCell + CellVertex + NumVertices> Connectivity<VertexIndex, CellIndex> for M[src]

Implement vertex connectivity for cell based meshes (e.g. TetMesh).

type Topo = ()

Additional topology that may aid in computing connectivity. Read more

impl Copy for CellIndex[src]

impl Debug for CellIndex[src]

impl Div<usize> for CellIndex[src]

type Output = CellIndex

The resulting type after applying the / operator.

impl ElementIndex<usize> for CellIndex[src]

impl Eq for CellIndex[src]

impl From<CellIndex> for Index[src]

impl From<Index> for CellIndex[src]

impl From<usize> for CellIndex[src]

impl Hash for CellIndex[src]

impl Mul<usize> for CellIndex[src]

type Output = CellIndex

The resulting type after applying the * operator.

impl Ord for CellIndex[src]

impl PartialEq<CellIndex> for CellIndex[src]

impl PartialOrd<CellIndex> for CellIndex[src]

impl Rem<usize> for CellIndex[src]

type Output = CellIndex

The resulting type after applying the % operator.

impl<T: Real> SplitIntoConnectedComponents<VertexIndex, CellIndex> for TetMesh<T>[src]

impl<T: Real> SplitIntoConnectedComponents<VertexIndex, CellIndex> for TetMeshExt<T>[src]

impl StructuralEq for CellIndex[src]

impl StructuralPartialEq for CellIndex[src]

impl Sub<CellIndex> for CellIndex[src]

type Output = CellIndex

The resulting type after applying the - operator.

impl Sub<usize> for CellIndex[src]

type Output = CellIndex

The resulting type after applying the - operator.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> AsSlice<T> for T[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> CallHasher for T where
    T: Hash

impl<T> CloneBytes for T where
    T: 'static + Clone
[src]

impl<M> Connectivity<VertexIndex, CellIndex> for M where
    M: NumVertices + CellVertex + VertexCell
[src]

type Topo = ()

Additional topology that may aid in computing connectivity. Read more

impl<T> CopyElem for T where
    T: Any + Copy
[src]

impl<T> DebugBytes for T where
    T: 'static + Debug
[src]

impl<T> Downcast for T where
    T: Any

impl<T> DowncastSync for T where
    T: Send + Sync + Any

impl<T> DropBytes for T where
    T: 'static, 
[src]

impl<T> Elem for T where
    T: Any + DropBytes
[src]

impl<T> From<T> for T[src]

impl<'a, S, I> Get<'a, I> for S where
    I: GetIndex<'a, S>, 
[src]

type Output = <I as GetIndex<'a, S>>::Output

impl<T> HashBytes for T where
    T: 'static + Hash
[src]

impl<T> IntBound for T where
    T: Add<usize, Output = T> + Sub<T, Output = T> + Into<usize> + From<usize> + Clone
[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<S, I> Isolate<I> for S where
    I: IsolateIndex<S>, 
[src]

type Output = <I as IsolateIndex<S>>::Output

impl<T, Rhs, Output> NumOps<Rhs, Output> for T where
    T: Sub<Rhs, Output = Output> + Mul<Rhs, Output = Output> + Div<Rhs, Output = Output> + Add<Rhs, Output = Output> + Rem<Rhs, Output = Output>, 
[src]

impl<T> PartialEqBytes for T where
    T: 'static + PartialEq<T>, 
[src]

impl<T> Pod for T where
    T: 'static + Copy + Send + Sync + Any
[src]

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T, N> PushArrayToVec<N> for T where
    T: Clone,
    N: Array<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.