cgma
OctTree.cpp File Reference
#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

Variable Documentation

Definition at line 20 of file OctTree.cpp.

Definition at line 36 of file OctTree.cpp.

const int OCT_TREE_BOX_PAGE_SIZE = 8192

Definition at line 24 of file OctTree.cpp.

Initial value:

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines