HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_HashGrid.C File Reference
#include "UT_HashGrid.h"
#include "UT_Map.h"
#include "UT_IntArray.h"
#include "UT_Vector3.h"
#include "UT_Vector3Array.h"
+ Include dependency graph for UT_HashGrid.C:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __UT_HashGrid_C__
 
#define ut_CELL_SHIFT   21
 
#define ut_CELL_SHIFT2   42
 
#define ut_CELL_MASK   (( ((int64) 1) << ut_CELL_SHIFT)-1)
 

Macro Definition Documentation

#define __UT_HashGrid_C__

Definition at line 16 of file UT_HashGrid.C.

#define ut_CELL_MASK   (( ((int64) 1) << ut_CELL_SHIFT)-1)

Definition at line 29 of file UT_HashGrid.C.

#define ut_CELL_SHIFT   21

Definition at line 27 of file UT_HashGrid.C.

#define ut_CELL_SHIFT2   42

Definition at line 28 of file UT_HashGrid.C.