#include "moab/Types.hpp"
#include "moab/Interface.hpp"
#include <cmath>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | moab::BSPTree |
BSP tree, for sorting and searching entities spatially. More... | |
struct | moab::BSPTree::Plane |
struct to store a plane More... | |
class | moab::BSPTreeIter |
Iterate over leaves of a BSPTree. More... | |
class | moab::BSPTreeBoxIter |
Iterate over leaves of a BSPTree. More... | |
struct | moab::BSPTreeBoxIter::Corners |
Namespaces | |
moab | |
Class representing axis-aligned bounding box. | |
Definition in file BSPTree.hpp.