CMR
1.3.0
|
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... | |
DEC_MEMBER DecEdgeData::childMember |
Child member linked to this edge, or -1.
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.
DEC_NODE DecEdgeData::head |
Head node of this edge for a rigid member, -1 otherwise.
DEC_MEMBER DecEdgeData::member |
Member this edge belongs to or -1 if in free list.
DEC_EDGE DecEdgeData::next |
Previous edge of this member.
DEC_EDGE DecEdgeData::prev |
Next edge of this member.
DEC_NODE DecEdgeData::tail |
Tail node of this edge for a rigid member, -1 otherwise.