vert_root Struct Reference

#include <bn.h>

Collaboration diagram for vert_root:

Collaboration graph
[legend]

Data Fields

long magic
int tree_type
 vertices or vertices with normals
vert_treethe_tree
 the actual vertex tree
fastf_tthe_array
 the array of vertices
unsigned long curr_vert
 the number of vertices currently in the array
unsigned long max_vert
 the current maximum capacity of the array

Detailed Description

packaging structure holds all the required info for a single vertex tree

Definition at line 1723 of file bn.h.


Field Documentation

long magic
 

Definition at line 1724 of file bn.h.

Referenced by create_vert_tree(), and create_vert_tree_w_norms().

int tree_type
 

vertices or vertices with normals

Definition at line 1725 of file bn.h.

Referenced by Add_vert(), Add_vert_and_norm(), create_vert_tree(), and create_vert_tree_w_norms().

union vert_tree* the_tree
 

the actual vertex tree

Definition at line 1726 of file bn.h.

Referenced by Add_vert(), Add_vert_and_norm(), clean_vert_tree(), create_vert_tree(), create_vert_tree_w_norms(), and free_vert_tree().

fastf_t* the_array
 

the array of vertices

Definition at line 1727 of file bn.h.

Referenced by Add_vert(), Add_vert_and_norm(), create_vert_tree(), create_vert_tree_w_norms(), and free_vert_tree().

unsigned long curr_vert
 

the number of vertices currently in the array

Definition at line 1728 of file bn.h.

Referenced by Add_vert(), clean_vert_tree(), create_vert_tree(), create_vert_tree_w_norms(), and free_vert_tree().

unsigned long max_vert
 

the current maximum capacity of the array

Definition at line 1729 of file bn.h.

Referenced by Add_vert(), create_vert_tree(), create_vert_tree_w_norms(), and free_vert_tree().


The documentation for this struct was generated from the following file:
Generated on Mon Sep 18 01:25:18 2006 for BRL-CAD by  doxygen 1.4.6