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_tthe_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...
 

Detailed Description

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

Definition at line 50 of file vert_tree.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 51 of file vert_tree.h.

◆ tree_type

int tree_type

vertices or vertices with normals

Definition at line 52 of file vert_tree.h.

◆ the_tree

union vert_tree* the_tree

the actual vertex tree

Definition at line 53 of file vert_tree.h.

◆ the_array

fastf_t* the_array

the array of vertices

Definition at line 54 of file vert_tree.h.

◆ curr_vert

size_t curr_vert

the number of vertices currently in the array

Definition at line 55 of file vert_tree.h.

◆ max_vert

size_t max_vert

the current maximum capacity of the array

Definition at line 56 of file vert_tree.h.


The documentation for this struct was generated from the following file: