HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GVEX_GeoCache.h File Reference
#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>
+ Include dependency graph for GVEX_GeoCache.h:

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 >)
 

Typedef Documentation

Definition at line 93 of file GVEX_GeoCache.h.

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.

Definition at line 91 of file GVEX_GeoCache.h.

Definition at line 95 of file GVEX_GeoCache.h.

Function Documentation

GVEX_EXTERN_TEMPLATE ( GVEX_GeoCacheT< VEX_32 >  )
GVEX_EXTERN_TEMPLATE ( GVEX_GeoCacheT< VEX_64 >  )