BRL-CAD
|
NMG topological loop usage. More...
#include <topology.h>
Data Fields | |
struct bu_list | l |
lu's, in fu's lu_hd, or shell's lu_hd More... | |
union { | |
struct faceuse * fu_p | |
owning face-use More... | |
struct shell * s_p | |
uint32_t * magic_p | |
} | up |
struct loopuse * | lumate_p |
loopuse on other side of face More... | |
int | orientation |
OT_SAME=outside loop. More... | |
struct loop * | l_p |
loop definition and attributes More... | |
struct bu_list | down_hd |
eu list or vu pointer More... | |
long | index |
struct # in this model More... | |
NMG topological loop usage.
Definition at line 192 of file topology.h.
struct bu_list l |
lu's, in fu's lu_hd, or shell's lu_hd
Definition at line 193 of file topology.h.
struct faceuse* fu_p |
owning face-use
Definition at line 195 of file topology.h.
struct shell* s_p |
Definition at line 196 of file topology.h.
uint32_t* magic_p |
Definition at line 197 of file topology.h.
union { ... } up |
struct loopuse* lumate_p |
loopuse on other side of face
Definition at line 199 of file topology.h.
int orientation |
OT_SAME=outside loop.
Definition at line 200 of file topology.h.
struct loop* l_p |
loop definition and attributes
Definition at line 201 of file topology.h.
struct bu_list down_hd |
eu list or vu pointer
Definition at line 202 of file topology.h.
long index |
struct # in this model
Definition at line 203 of file topology.h.