#include "moab/Interface.hpp"
#include "Internals.hpp"
#include "moab/OrientedBoxTreeTool.hpp"
#include "moab/Range.hpp"
#include "moab/CN.hpp"
#include "moab/GeomUtil.hpp"
#include "MBTagConventions.hpp"
#include <iostream>
#include <iomanip>
#include <algorithm>
#include <limits>
#include <cassert>
#include <cmath>
Go to the source code of this file.
|
| | moab |
| | Class representing axis-aligned bounding box.
|
| |
|
| #define | WE << std::setw( 10 ) << |
| |
| #define | WW WE |
| |
|
| static ErrorCode | moab::split_box (Interface *instance, const OrientedBox &box, int axis, const Range &entities, Range &left_list, Range &right_list) |
| | Split triangles by which side of a plane they are on. More...
|
| |
| static ErrorCode | moab::split_sets (Interface *, const OrientedBox &box, int axis, const std::list< OrientedBoxTreeTool::SetData > &sets, std::list< OrientedBoxTreeTool::SetData > &left, std::list< OrientedBoxTreeTool::SetData > &right) |
| |
| static int | moab::measure (const CartVect &v, double &result) |
| |
| static double | moab::std_dev (double sqr, double sum, double count) |
| |
◆ WE
| #define WE << std::setw( 10 ) << |
◆ WW