vert_root Struct Reference
[Random Number Tables]

#include <bn.h>

Collaboration diagram for vert_root:
Collaboration graph
[legend]

Data Fields

uint32_t magic
int tree_type
 vertices or vertices with normals
union vert_treethe_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

Detailed Description

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

Definition at line 1803 of file bn.h.


Field Documentation

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().


The documentation for this struct was generated from the following file:
Generated on Tue Dec 11 13:14:30 2012 for LIBBN by  doxygen 1.6.3