BRL-CAD
|
#include <vert_tree.h>
Data Fields | |
uint32_t | magic |
int | tree_type |
vertices or vertices with normals More... | |
union vert_tree * | the_tree |
the actual vertex tree More... | |
fastf_t * | the_array |
the array of vertices More... | |
size_t | curr_vert |
the number of vertices currently in the array More... | |
size_t | max_vert |
the current maximum capacity of the array More... | |
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.
union vert_tree* the_tree |
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.