Chi-Tech
chi_mesh::Edge Struct Reference

#include <chi_mesh_edgeloops.h>

Public Member Functions

 Edge ()
 
Edgeoperator= (const Edge &that)
 

Data Fields

int v_index [2] {}
 Indices of the vertices. More...
 
int f_index [4] {}
 Indices of faces adjoining it. More...
 
chi_mesh::Vertex vertices [2]
 Vector vertices. More...
 

Detailed Description

Structure containing edge properties

Definition at line 5 of file chi_mesh_edgeloops.h.

Constructor & Destructor Documentation

◆ Edge()

chi_mesh::Edge::Edge ( )
inline

Definition at line 11 of file chi_mesh_edgeloops.h.

Member Function Documentation

◆ operator=()

Edge & chi_mesh::Edge::operator= ( const Edge that)
inline

Definition at line 22 of file chi_mesh_edgeloops.h.

Field Documentation

◆ f_index

int chi_mesh::Edge::f_index[4] {}

Indices of faces adjoining it.

Definition at line 8 of file chi_mesh_edgeloops.h.

◆ v_index

int chi_mesh::Edge::v_index[2] {}

Indices of the vertices.

Definition at line 7 of file chi_mesh_edgeloops.h.

◆ vertices

chi_mesh::Vertex chi_mesh::Edge::vertices[2]

Vector vertices.

Definition at line 9 of file chi_mesh_edgeloops.h.


The documentation for this struct was generated from the following file: