BRL-CAD
vertex Struct Reference

NMG topological vertex - the simplest element of the topology system. More...

#include <topology.h>

Collaboration diagram for vertex:
[legend]

Data Fields

uint32_t magic
 
struct bu_list vu_hd
 heads list of vu's of this vertex More...
 
struct vertex_gvg_p
 geometry More...
 
long index
 struct # in this model More...
 

Detailed Description

NMG topological vertex - the simplest element of the topology system.

A vertex stores knowledge of all the places in the model topology where it is used, via a list of "vertexuse" containers stored in the vu_hd list. Each vertex has its own unique associated geometric point, vg_p;

Neither vertex_g nor vertex structures are the primary topological unit used in describing more complex structures - it is the "use" of a vertex (i.e. the vertexuse structure) that manifests an active vertex point in the model.

Definition at line 98 of file topology.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 99 of file topology.h.

◆ vu_hd

struct bu_list vu_hd

heads list of vu's of this vertex

Definition at line 100 of file topology.h.

◆ vg_p

struct vertex_g* vg_p

geometry

Definition at line 101 of file topology.h.

◆ index

long index

struct # in this model

Definition at line 102 of file topology.h.


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