str_ht Struct Reference
[Fractal Noise]


Data Fields

long magic
char hashTableValid
long * hashTableMagic1
short * hashTable
long * hashTableMagic2
long magic_end

Detailed Description

A heavily magic-number protected version of the hashtable.

This table is used to convert integers into repeatable random results for indicies into RTable.

Definition at line 146 of file noise.c.


Field Documentation

long magic
 

Definition at line 147 of file noise.c.

Referenced by bn_noise_init().

char hashTableValid
 

Definition at line 148 of file noise.c.

Referenced by bn_noise_init(), bn_noise_perlin(), and bn_noise_vec().

long* hashTableMagic1
 

Definition at line 149 of file noise.c.

Referenced by bn_noise_init().

short* hashTable
 

Definition at line 150 of file noise.c.

Referenced by bn_noise_init().

long* hashTableMagic2
 

Definition at line 151 of file noise.c.

Referenced by bn_noise_init().

long magic_end
 

Definition at line 152 of file noise.c.

Referenced by bn_noise_init().


The documentation for this struct was generated from the following file:
Generated on Mon Sep 18 01:25:16 2006 for BRL-CAD by  doxygen 1.4.6