BRL-CAD
bn_spm_map_t Struct Reference

#include <spm.h>

Collaboration diagram for bn_spm_map_t:
[legend]

Data Fields

uint32_t magic
 
int ny
 Number of "y" bins. More...
 
int * nx
 Number of "x" bins per "y" bin. More...
 
int elsize
 Size of each bin element. More...
 
unsigned char ** xbin
 staring addresses of "x" bins More...
 
unsigned char * _data
 For freeing purposes, start of data. More...
 

Detailed Description

Definition at line 35 of file spm.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 36 of file spm.h.

◆ ny

int ny

Number of "y" bins.

Definition at line 37 of file spm.h.

◆ nx

int* nx

Number of "x" bins per "y" bin.

Definition at line 38 of file spm.h.

◆ elsize

int elsize

Size of each bin element.

Definition at line 39 of file spm.h.

◆ xbin

unsigned char** xbin

staring addresses of "x" bins

Definition at line 40 of file spm.h.

◆ _data

unsigned char* _data

For freeing purposes, start of data.

Definition at line 41 of file spm.h.


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