#include <bn.h>
Data Fields | |
uint32_t | magic |
int | tree_type |
vertices or vertices with normals | |
union vert_tree * | the_tree |
the actual vertex tree | |
fastf_t * | the_array |
the array of vertices | |
size_t | curr_vert |
the number of vertices currently in the array | |
size_t | max_vert |
the current maximum capacity of the array |
packaging structure holds all the required info for a single vertex tree
Definition at line 1803 of file bn.h.
uint32_t magic |
Definition at line 1804 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 1805 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 1806 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 1807 of file bn.h.
Referenced by Add_vert(), Add_vert_and_norm(), create_vert_tree(), create_vert_tree_w_norms(), and free_vert_tree().
size_t curr_vert |
the number of vertices currently in the array
Definition at line 1808 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().
size_t max_vert |
the current maximum capacity of the array
Definition at line 1809 of file bn.h.
Referenced by Add_vert(), Add_vert_and_norm(), create_vert_tree(), create_vert_tree_w_norms(), and free_vert_tree().