cgma
|
#include "OctTree.hpp"
#include "OctTreeCell.hpp"
#include "DLIList.hpp"
#include "CubitDefines.h"
#include "GeometryDefines.h"
Go to the source code of this file.
Variables | |
const int | DEFAULT_MIN_NODES_PER_BOX = 6 |
const int | OCT_TREE_BOX_PAGE_SIZE = 8192 |
const int | OCT_TREE_CHUNK_SIZE = 8 * sizeof(OctTreeCell<int,int>) |
const int | OCT_TREE_CHUNK_PER_PAGE |
const int | OCT_TREE_ALLOC_COUNT = OCT_TREE_CHUNK_PER_PAGE * 8 |
const int DEFAULT_MIN_NODES_PER_BOX = 6 |
Definition at line 20 of file OctTree.cpp.
const int OCT_TREE_ALLOC_COUNT = OCT_TREE_CHUNK_PER_PAGE * 8 |
Definition at line 36 of file OctTree.cpp.
const int OCT_TREE_BOX_PAGE_SIZE = 8192 |
Definition at line 24 of file OctTree.cpp.
const int OCT_TREE_CHUNK_PER_PAGE |
Definition at line 31 of file OctTree.cpp.
const int OCT_TREE_CHUNK_SIZE = 8 * sizeof(OctTreeCell<int,int>) |
Definition at line 28 of file OctTree.cpp.