BRL-CAD
|
NMG topological edge usage. More...
#include <topology.h>
Data Fields | ||
struct bu_list | l | |
cw/ccw edges in loop or wire edges in shell | ||
struct bu_list | l2 | |
member of edge_g's eu_hd2 list | ||
union { | ||
struct loopuse * lu_p | ||
struct shell * s_p | ||
uint32_t * magic_p | ||
for those times when we're not sure More... | ||
} | up | |
struct edgeuse * | eumate_p | |
eu on other face or other end of wire | ||
struct edgeuse * | radial_p | |
eu on radially adj. fu (null if wire) | ||
struct edge * | e_p | |
edge definition and attributes | ||
int | orientation | |
compared to geom (null if wire) | ||
struct vertexuse * | vu_p | |
first vu of eu in this orient | ||
union { | ||
uint32_t * magic_p | ||
struct edge_g_lseg * lseg_p | ||
struct edge_g_cnurb * cnurb_p | ||
} | g | |
geometry | ||
long | index | |
struct # in this model | ||
NMG topological edge usage.
Definition at line 155 of file topology.h.
struct bu_list l |
cw/ccw edges in loop or wire edges in shell
Definition at line 156 of file topology.h.
struct bu_list l2 |
member of edge_g's eu_hd2 list
Definition at line 157 of file topology.h.
struct loopuse* lu_p |
Definition at line 159 of file topology.h.
struct shell* s_p |
Definition at line 160 of file topology.h.
uint32_t* magic_p |
for those times when we're not sure
Definition at line 161 of file topology.h.
union { ... } up |
struct edgeuse* eumate_p |
eu on other face or other end of wire
Definition at line 163 of file topology.h.
struct edgeuse* radial_p |
eu on radially adj. fu (null if wire)
Definition at line 164 of file topology.h.
struct edge* e_p |
edge definition and attributes
Definition at line 165 of file topology.h.
int orientation |
compared to geom (null if wire)
Definition at line 166 of file topology.h.
struct vertexuse* vu_p |
first vu of eu in this orient
Definition at line 167 of file topology.h.
struct edge_g_lseg* lseg_p |
Definition at line 170 of file topology.h.
struct edge_g_cnurb* cnurb_p |
Definition at line 171 of file topology.h.
union { ... } g |
geometry
long index |
struct # in this model
Definition at line 174 of file topology.h.