BRL-CAD
tie_s Struct Reference

#include <tie.h>

Collaboration diagram for tie_s:
[legend]

Data Fields

uint64_t rays_fired
 
struct tie_kdtree_skdtree
 
unsigned int max_depth
 
unsigned int tri_num
 
unsigned int tri_num_alloc
 
struct tie_tri_stri_list
 
int stat
 
unsigned int kdmethod
 
point_t min
 
point_t max
 
vect_t amin
 
vect_t amax
 
vect_t mid
 
fastf_t radius
 

Detailed Description

Definition at line 114 of file tie.h.

Field Documentation

◆ rays_fired

uint64_t rays_fired

Definition at line 115 of file tie.h.

◆ kdtree

struct tie_kdtree_s* kdtree

Definition at line 116 of file tie.h.

◆ max_depth

unsigned int max_depth

Definition at line 117 of file tie.h.

◆ tri_num

unsigned int tri_num

Definition at line 118 of file tie.h.

◆ tri_num_alloc

unsigned int tri_num_alloc

Definition at line 119 of file tie.h.

◆ tri_list

struct tie_tri_s* tri_list

Definition at line 120 of file tie.h.

◆ stat

int stat

Definition at line 121 of file tie.h.

◆ kdmethod

unsigned int kdmethod

Definition at line 122 of file tie.h.

◆ min

point_t min

Definition at line 123 of file tie.h.

◆ max

point_t max

Definition at line 123 of file tie.h.

◆ amin

vect_t amin

Definition at line 124 of file tie.h.

◆ amax

vect_t amax

Definition at line 124 of file tie.h.

◆ mid

vect_t mid

Definition at line 124 of file tie.h.

◆ radius

fastf_t radius

Definition at line 125 of file tie.h.


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