Blender V2.61 - r43446
Classes | Defines

gim_array.h File Reference

#include "gim_memory.h"

Go to the source code of this file.

Classes

class  gim_array< T >
 Very simple array container with fast access and simd memory. More...

Defines

#define GIM_ARRAY_GROW_INCREMENT   2
#define GIM_ARRAY_GROW_FACTOR   2

Detailed Description

Author:
Francisco Leon Najera

Definition in file gim_array.h.


Define Documentation

#define GIM_ARRAY_GROW_FACTOR   2

Definition at line 39 of file gim_array.h.

Referenced by gim_array< GIM_CONTACT >::growingCheck().

#define GIM_ARRAY_GROW_INCREMENT   2

Definition at line 38 of file gim_array.h.

Referenced by gim_array< GIM_CONTACT >::growingCheck().