#include "GEO_API.h"
#include <GA/GA_Handle.h>
#include <GA/GA_Types.h>
#include <UT/UT_BVH.h>
#include <UT/UT_UniquePtr.h>
#include <UT/UT_Vector3.h>
#include <limits>
#include <VM/VM_SIMD.h>
Go to the source code of this file.
|
class | GEO::BVHBase< NAXES, SUBCLASS > |
|
struct | GEO::BVHBase< NAXES, SUBCLASS >::ItemHitInfo |
|
struct | GEO::BVHBase< NAXES, SUBCLASS >::CommonHitInfo |
|
struct | GEO::BVHBase< NAXES, SUBCLASS >::HitInfo |
|
struct | GEO::BVHBase< NAXES, SUBCLASS >::HitInfoAndNormal |
|
struct | GEO::BVHBase< NAXES, SUBCLASS >::SingleHitFunctor< USE_TOLERANCE > |
|
struct | GEO::BVHBase< NAXES, SUBCLASS >::SingleHitAndNormalFunctor< USE_TOLERANCE > |
|
struct | GEO::BVHBase< NAXES, SUBCLASS >::AllHitsFunctor< USE_TOLERANCE > |
|
struct | GEO::BVHBase< NAXES, SUBCLASS >::AllHitsAndNormalsFunctor< USE_TOLERANCE > |
|
struct | GEO::BVHBase< NAXES, SUBCLASS >::MinInfo |
|
class | GEO::PointBVHT< NAXES > |
|
#define GEO_BVH_INTERLEAVED 1 |