Template Struct HE_Edge#

Struct Documentation#

template<typename PropertyEdges>
struct HE_Edge#

Structure that contains all the edges in the mesh, as well basic information for each one.

Template Parameters:

Property

Public Members

int i#
int j#

indices of two vertices that connect the edge

int id#

unique id

bool boundary#

if true, edge is a boundary edge

int face_k#

index to one of the faces shared by this edge -1 if is outer face

int face_l#

index to one of the faces shared by this edge -1 if is outer face

int v0#
int v1#
int v2#
int v3#

indices to the vertices around that edge

real l0#

equilibrium rest length

int _hedge#

HANDLE INDEX OF: one of the two half edges.

int type#

Vertex/Edge/Face Type.

real energy#

Vertex/Edge/Face energy.

PropertyEdges _property#