| 
    BRL-CAD
    
   | 
 
#include <vert_tree.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 50 of file vert_tree.h.
| uint32_t magic | 
Definition at line 51 of file vert_tree.h.
| int tree_type | 
vertices or vertices with normals
Definition at line 52 of file vert_tree.h.
the actual vertex tree
Definition at line 53 of file vert_tree.h.
| fastf_t* the_array | 
the array of vertices
Definition at line 54 of file vert_tree.h.
| size_t curr_vert | 
the number of vertices currently in the array
Definition at line 55 of file vert_tree.h.
| size_t max_vert | 
the current maximum capacity of the array
Definition at line 56 of file vert_tree.h.