HDK
|
#include "GEO_BVH.h"
#include <GA/GA_Detail.h>
#include <GA/GA_Handle.h>
#include <GA/GA_Iterator.h>
#include <GA/GA_SplittableRange.h>
#include <GA/GA_Types.h>
#include <UT/UT_Array.h>
#include <UT/UT_BVH.h>
#include <UT/UT_BVHImpl.h>
#include <UT/UT_ParallelUtil.h>
#include <UT/UT_RootFinder.h>
#include <UT/UT_SmallArray.h>
#include <UT/UT_StopWatch.h>
#include <SYS/SYS_Math.h>
#include <limits>
Go to the source code of this file.
Namespaces | |
GEO | |
Macros | |
#define | GEO_BVH_INTERLEAVED 1 |
#define GEO_BVH_INTERLEAVED 1 |
Definition at line 29 of file GEO_BVHImpl.h.