|
OOFEM 3.0
|
#include "oofemenv.h"#include "spatiallocalizer.h"#include "floatarray.h"#include "intarray.h"#include <set>#include <list>#include <vector>#include <memory>Go to the source code of this file.
Classes | |
| class | oofem::OctantRec |
| class | oofem::OctreeSpatialLocalizer |
Namespaces | |
| namespace | oofem |
Macros | |
| #define | OCTREE_MAX_NODES_LIMIT 10 |
| Max desired number of nodes per octant. | |
| #define | OCTREE_MAX_DEPTH 15 |
| Max octree depth. | |
| #define OCTREE_MAX_DEPTH 15 |
Max octree depth.
Definition at line 60 of file octreelocalizer.h.
Referenced by oofem::OctreeSpatialLocalizer::insertNodeIntoOctree().
| #define OCTREE_MAX_NODES_LIMIT 10 |
Max desired number of nodes per octant.
Definition at line 58 of file octreelocalizer.h.
Referenced by oofem::OctreeSpatialLocalizer::buildOctreeDataStructure(), and oofem::OctreeSpatialLocalizer::insertNodeIntoOctree().