HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_VDBUtils Namespace Reference

Functions

template<typename GridType , typename OpType >
void callTypedGrid (GEO_PrimVDB &prim, OpType &op)
 
template<typename GridType , typename OpType >
void callTypedGrid (const GEO_PrimVDB &prim, OpType &op)
 
template<typename GridType , typename OpType , typename GridBaseType >
void callTypedGrid (GridBaseType &grid, OpType &op)
 

Function Documentation

template<typename GridType , typename OpType , typename GridBaseType >
void UT_VDBUtils::callTypedGrid ( GridBaseType &  grid,
OpType &  op 
)
inline

Definition at line 199 of file UT_VDBUtils.h.

template<typename GridType , typename OpType >
void UT_VDBUtils::callTypedGrid ( GEO_PrimVDB prim,
OpType &  op 
)
inline

Definition at line 778 of file GEO_PrimVDB.h.

template<typename GridType , typename OpType >
void UT_VDBUtils::callTypedGrid ( const GEO_PrimVDB prim,
OpType &  op 
)
inline

Definition at line 787 of file GEO_PrimVDB.h.