BRL-CAD
bn_tabdata Struct Reference

#include <tabdata.h>

Collaboration diagram for bn_tabdata:
[legend]

Data Fields

uint32_t magic
 
size_t ny
 
const struct bn_tabletable
 Up pointer to definition of X axis. More...
 
fastf_t y [1]
 array of ny samples, dynamically sized More...
 

Detailed Description

Definition at line 117 of file tabdata.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 118 of file tabdata.h.

◆ ny

size_t ny

Definition at line 119 of file tabdata.h.

◆ table

const struct bn_table* table

Up pointer to definition of X axis.

Definition at line 120 of file tabdata.h.

◆ y

fastf_t y[1]

array of ny samples, dynamically sized

Definition at line 121 of file tabdata.h.


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