cgma
|
#include "CubitDefines.h"
#include "GeometryDefines.h"
#include "CubitBox.hpp"
#include "RTreeNode.cpp"
Go to the source code of this file.
Classes | |
class | RTreeNode< Y > |
Variables | |
const int | UNSET_RNODE = -1 |
const int | DATA_RNODE = 0 |
const int | LEAF_RNODE = 1 |
const int DATA_RNODE = 0 |
Definition at line 21 of file RTreeNode.hpp.
const int LEAF_RNODE = 1 |
Definition at line 22 of file RTreeNode.hpp.
const int UNSET_RNODE = -1 |
Definition at line 20 of file RTreeNode.hpp.