Chi-Tech
|
#include <chi_mesh_edgeloops.h>
Public Member Functions | |
Edge () | |
Edge & | operator= (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... | |
Structure containing edge properties
Definition at line 5 of file chi_mesh_edgeloops.h.
|
inline |
Definition at line 11 of file chi_mesh_edgeloops.h.
Definition at line 22 of file chi_mesh_edgeloops.h.
int chi_mesh::Edge::f_index[4] {} |
Indices of faces adjoining it.
Definition at line 8 of file chi_mesh_edgeloops.h.
int chi_mesh::Edge::v_index[2] {} |
Indices of the vertices.
Definition at line 7 of file chi_mesh_edgeloops.h.
chi_mesh::Vertex chi_mesh::Edge::vertices[2] |
Vector vertices.
Definition at line 9 of file chi_mesh_edgeloops.h.