HDK
|
#include "GVEX_API.h"
#include <GA/GA_Types.h>
#include <VEX/VEX_PodTypes.h>
#include <UT/UT_BoundingBox.h>
#include <UT/UT_IntrusivePtr.h>
#include <UT/UT_SharedPtr.h>
#include <UT/UT_VectorTypes.h>
#include <SYS/SYS_Types.h>
#include <openvdb/tools/PointIndexGrid.h>
#include <hboost/any.hpp>
Go to the source code of this file.
Classes | |
class | GEO::PointBVHT< NAXES > |
class | VEX_Instance< PREC > |
class | UT_Array< T > |
class | GVEX_GeoStat |
class | GVEX_GeoCacheItem |
class | GVEX_GeoCache |
class | GVEX_GeoCacheT< PREC > |
Namespaces | |
GEO | |
Typedefs | |
using | TS_MetaExpressionPtr = UT_IntrusivePtr< TS_MetaExpression > |
template<VEX_Precision PREC> | |
using | GVEX_ConstructCacheItemT = GVEX_GeoCacheItem(*)(VEX_Instance< PREC > &state, const char *filename) |
Callback to create a new item for the GVEX_GeoCache. More... | |
using | GVEX_ConstructCacheItem = GVEX_ConstructCacheItemT< VEX_32 > |
using | GVEX_PointTreeType = GEO::PointBVH |
Functions | |
GVEX_EXTERN_TEMPLATE (GVEX_GeoCacheT< VEX_32 >) | |
GVEX_EXTERN_TEMPLATE (GVEX_GeoCacheT< VEX_64 >) | |
using GVEX_ConstructCacheItem = GVEX_ConstructCacheItemT<VEX_32> |
Definition at line 93 of file GVEX_GeoCache.h.
using GVEX_ConstructCacheItemT = GVEX_GeoCacheItem (*)(VEX_Instance<PREC> &state, const char *filename) |
Callback to create a new item for the GVEX_GeoCache.
Definition at line 91 of file GVEX_GeoCache.h.
using GVEX_PointTreeType = GEO::PointBVH |
Definition at line 95 of file GVEX_GeoCache.h.
Definition at line 49 of file GVEX_GeoCache.h.
GVEX_EXTERN_TEMPLATE | ( | GVEX_GeoCacheT< VEX_32 > | ) |
GVEX_EXTERN_TEMPLATE | ( | GVEX_GeoCacheT< VEX_64 > | ) |