#include <bn.h>
Collaboration diagram for vert_root:

Data Fields | |
| long | magic |
| int | tree_type |
| vertices or vertices with normals | |
| vert_tree * | the_tree |
| the actual vertex tree | |
| fastf_t * | the_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 | |
Definition at line 1723 of file bn.h.
|
|
Definition at line 1724 of file bn.h. Referenced by create_vert_tree(), and create_vert_tree_w_norms(). |
|
|
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(). |
|
|
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(). |
|
|
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(). |
|
|
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(). |
|
|
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(). |
1.4.6