[MOAB-dev] r3651 - MOAB/trunk/src/moab
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Wed Mar 17 16:10:11 CDT 2010
Author: kraftche
Date: 2010-03-17 16:10:10 -0500 (Wed, 17 Mar 2010)
New Revision: 3651
Modified:
MOAB/trunk/src/moab/OrientedBoxTreeTool.hpp
Log:
make OrientedBox function public again because it breaks too much stuff (used in other places within moab, in tests, etc.)
Modified: MOAB/trunk/src/moab/OrientedBoxTreeTool.hpp
===================================================================
--- MOAB/trunk/src/moab/OrientedBoxTreeTool.hpp 2010-03-17 21:09:22 UTC (rev 3650)
+++ MOAB/trunk/src/moab/OrientedBoxTreeTool.hpp 2010-03-17 21:10:10 UTC (rev 3651)
@@ -397,18 +397,18 @@
Interface* get_moab_instance() const { return instance; }
struct SetData;
- private:
-
- friend class RayIntersector;
- friend class TreeNodePrinter;
- friend class RayIntersectSets;
/**\brief Get oriented box at node in tree
*
* Get the oriented box for a node in an oriented bounding box tree.
+ *
+ * NOTE: This function is provided for internal MOAB use only.
+ * The definition of OrientedBox is not available as a part
+ * of the MOAB API
*/
ErrorCode box( EntityHandle node_set,
OrientedBox& box );
+ private:
ErrorCode build_tree( const Range& entities,
EntityHandle& set,
More information about the moab-dev
mailing list