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

pub struct VertexFaceIndex(_);

Define index type

Methods

impl VertexFaceIndex[src]

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

Trait Implementations

impl<M: FaceVertex + NumVertices + NumFaces> Connectivity<VertexFaceIndex> for M[src]

Implement vertex connectivity for face based meshes (e.g. PolyMesh, TriMesh and QuadMesh).

impl<T: Real> SplitIntoConnectedComponents<VertexFaceIndex> for PolyMesh<T>[src]

impl ElementIndex<usize> for VertexFaceIndex[src]

impl TopoIndex<usize> for VertexFaceIndex[src]

impl<M: VertexFaceAttrib> AttribIndex<M> for VertexFaceIndex[src]

impl From<VertexFaceIndex> for Index[src]

impl From<Index> for VertexFaceIndex[src]

impl From<VertexFaceIndex> for usize[src]

impl From<usize> for VertexFaceIndex[src]

impl Clone for VertexFaceIndex[src]

impl Copy for VertexFaceIndex[src]

impl Eq for VertexFaceIndex[src]

impl Ord for VertexFaceIndex[src]

impl PartialEq<VertexFaceIndex> for VertexFaceIndex[src]

impl PartialOrd<VertexFaceIndex> for VertexFaceIndex[src]

impl Debug for VertexFaceIndex[src]

impl Div<usize> for VertexFaceIndex[src]

type Output = VertexFaceIndex

The resulting type after applying the / operator.

impl Rem<usize> for VertexFaceIndex[src]

type Output = VertexFaceIndex

The resulting type after applying the % operator.

impl Sub<VertexFaceIndex> for VertexFaceIndex[src]

type Output = VertexFaceIndex

The resulting type after applying the - operator.

impl Sub<usize> for VertexFaceIndex[src]

type Output = VertexFaceIndex

The resulting type after applying the - operator.

impl Sub<VertexFaceIndex> for usize[src]

type Output = VertexFaceIndex

The resulting type after applying the - operator.

impl Add<VertexFaceIndex> for VertexFaceIndex[src]

type Output = VertexFaceIndex

The resulting type after applying the + operator.

impl Add<VertexFaceIndex> for usize[src]

type Output = VertexFaceIndex

The resulting type after applying the + operator.

impl Add<usize> for VertexFaceIndex[src]

type Output = VertexFaceIndex

The resulting type after applying the + operator.

impl Mul<usize> for VertexFaceIndex[src]

type Output = VertexFaceIndex

The resulting type after applying the * operator.

impl Mul<VertexFaceIndex> for usize[src]

type Output = VertexFaceIndex

The resulting type after applying the * operator.

impl Index<VertexFaceIndex> for Vec<usize>[src]

type Output = usize

The returned type after indexing.

impl IndexMut<VertexFaceIndex> for Vec<usize>[src]

impl Hash for VertexFaceIndex[src]

impl StructuralPartialEq for VertexFaceIndex[src]

impl StructuralEq for VertexFaceIndex[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Bytes for T[src]

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

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

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

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 = !

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.

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

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

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

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<M> Connectivity<VertexFaceIndex> for M where
    M: NumVertices + NumFaces + FaceVertex
[src]

impl<M> Connectivity<VertexFaceIndex> for M where
    M: NumVertices + NumFaces + FaceVertex
[src]

impl<M> Connectivity<VertexFaceIndex> for M where
    M: NumVertices + NumFaces + FaceVertex
[src]

impl<M> Connectivity<VertexFaceIndex> for M where
    M: NumVertices + NumFaces + FaceVertex
[src]

impl<M> Connectivity<VertexFaceIndex> for M where
    M: NumVertices + NumFaces + FaceVertex
[src]