CMR  1.3.0
Public Attributes | List of all members
DecEdgeData Struct Reference

Public Attributes

CMR_ELEMENT element
 Element corresponding to this edge. More...
 
DEC_MEMBER member
 Member this edge belongs to or -1 if in free list. More...
 
DEC_NODE head
 Head node of this edge for a rigid member, -1 otherwise. More...
 
DEC_NODE tail
 Tail node of this edge for a rigid member, -1 otherwise. More...
 
DEC_EDGE prev
 Next edge of this member. More...
 
DEC_EDGE next
 Previous edge of this member. More...
 
DEC_MEMBER childMember
 Child member linked to this edge, or -1. More...
 

Member Data Documentation

◆ childMember

DEC_MEMBER DecEdgeData::childMember

Child member linked to this edge, or -1.

◆ element

CMR_ELEMENT DecEdgeData::element

Element corresponding to this edge.

1, 2, ..., m indicate rows, -1,-2, ..., -n indicate columns, and for (small) k >= 0, MAX_INT-k and -MAX_INT+k indicate markers of the parent and to the parent, respectively.

◆ head

DEC_NODE DecEdgeData::head

Head node of this edge for a rigid member, -1 otherwise.

◆ member

DEC_MEMBER DecEdgeData::member

Member this edge belongs to or -1 if in free list.

◆ next

DEC_EDGE DecEdgeData::next

Previous edge of this member.

◆ prev

DEC_EDGE DecEdgeData::prev

Next edge of this member.

◆ tail

DEC_NODE DecEdgeData::tail

Tail node of this edge for a rigid member, -1 otherwise.


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