BRL-CAD
loopuse Struct Reference

NMG topological loop usage. More...

#include <topology.h>

Collaboration diagram for loopuse:
[legend]

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 loopuselumate_p
 loopuse on other side of face More...
 
int orientation
 OT_SAME=outside loop. More...
 
struct loopl_p
 loop definition and attributes More...
 
struct bu_list down_hd
 eu list or vu pointer More...
 
long index
 struct # in this model More...
 

Detailed Description

NMG topological loop usage.

Definition at line 192 of file topology.h.

Field Documentation

◆ l

struct bu_list l

lu's, in fu's lu_hd, or shell's lu_hd

Definition at line 185 of file topology.h.

◆ fu_p

struct faceuse* fu_p

owning face-use

Definition at line 195 of file topology.h.

◆ s_p

struct shell* s_p

Definition at line 196 of file topology.h.

◆ magic_p

uint32_t* magic_p

Definition at line 197 of file topology.h.

◆ 

union { ... } up

◆ lumate_p

struct loopuse* lumate_p

loopuse on other side of face

Definition at line 199 of file topology.h.

◆ orientation

int orientation

OT_SAME=outside loop.

Definition at line 200 of file topology.h.

◆ l_p

struct loop* l_p

loop definition and attributes

Definition at line 201 of file topology.h.

◆ down_hd

struct bu_list down_hd

eu list or vu pointer

Definition at line 201 of file topology.h.

◆ index

long index

struct # in this model

Definition at line 203 of file topology.h.


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