#include "BV_API.h"#include "BV_Tree.h"#include <UT/UT_RefArray.h>#include <UT/UT_LinkListT.h>#include <set>#include <map>Go to the source code of this file.
Classes | |
| struct | BV_CHSimpleTriangle |
| class | BV_CHEdgeInfo |
| class | BV_CHPointInfo |
| class | BV_CHDataManager |
| class | BV_CHTriangle |
| class | BV_OBB |
| A single node in a BV_OBBTree. More... | |
| class | BV_OBBTree |
| class | BV_OBBTree::bvLeaf |
| class | BV_OBB_Extra |
| Extra data for a lazily constructed BV_OBB node. More... | |
| struct | bvTransform |
Defines | |
| #define | CONVEX_HULL_DEBUG 0 |
Typedefs | |
| typedef UT_RefArray< UT_Vector4 > | TPointArray |
| typedef UT_RefArray< int > | TPointIndexArray |
| typedef UT_RefArray< fpreal > | TFloatArray |
| typedef UT_LinkListT < BV_CHTriangle * > | TTriArray |
| typedef UT_RefArray < BV_CHSimpleTriangle > | TSimpleTriangleArray |
| typedef std::set < BV_CHEdgeInfo, BV_CHEdgeInfo > | TEdgeInfoSet |
| typedef std::map< UT_Vector3, BV_CHPointInfo, BV_CHPointInfo > | TPointInfoMap |
| #define CONVEX_HULL_DEBUG 0 |
Definition at line 32 of file BV_OBBTree.h.
| typedef std::set<BV_CHEdgeInfo,BV_CHEdgeInfo> TEdgeInfoSet |
Definition at line 71 of file BV_OBBTree.h.
| typedef UT_RefArray<fpreal> TFloatArray |
Definition at line 41 of file BV_OBBTree.h.
| typedef UT_RefArray<UT_Vector4> TPointArray |
Definition at line 36 of file BV_OBBTree.h.
| typedef UT_RefArray<int> TPointIndexArray |
Definition at line 40 of file BV_OBBTree.h.
| typedef std::map<UT_Vector3, BV_CHPointInfo, BV_CHPointInfo> TPointInfoMap |
Definition at line 91 of file BV_OBBTree.h.
Definition at line 50 of file BV_OBBTree.h.
| typedef UT_LinkListT<BV_CHTriangle*> TTriArray |
Definition at line 42 of file BV_OBBTree.h.
1.5.9