|
static void | bindDetail (VEX_Instance< PREC > &state) |
|
static const GU_Detail * | getDetail (VEX_Instance< PREC > &state, const char *file) |
|
static void | getPrimBBox (VEX_Instance< PREC > &state, UT_BoundingBox &box, const char *file) |
|
static void | getPrimBBox (VEX_Instance< PREC > &state, UT_BoundingBox &box, const char *file, const char *group) |
|
static void | getPointBBox (VEX_Instance< PREC > &state, UT_BoundingBox &box, const char *file) |
|
static void | getPointBBox (VEX_Instance< PREC > &state, UT_BoundingBox &box, const char *file, const char *group) |
|
static GU_RayIntersect * | getRayTree (VEX_Instance< PREC > &state, const char *file) |
|
static GU_RayIntersect * | getRayTree (VEX_Instance< PREC > &state, const char *file, const char *group) |
|
static GU_RayIntersect * | getMinTree (VEX_Instance< PREC > &state, const char *file) |
|
static GU_RayIntersect * | getMinTree (VEX_Instance< PREC > &state, const char *file, const char *group) |
|
static const
openvdb::tools::PointIndexGrid * | getPointGrid (VEX_Instance< PREC > &state, float divsize, const char *file, const char *group) |
|
static GA_IndexArray * | getRingZero (VEX_Instance< PREC > &state, int ptnum, const char *file) |
|
static UT_Array< GA_Size > * | getPrimVertexArray (VEX_Instance< PREC > &state, const char *file) |
|
static UT_Array< GA_IndexArray > * | getRingZeroArray (VEX_Instance< PREC > &state, const char *file) |
|
static GEO_DetachedHedgeInterface * | getHedge (VEX_Instance< PREC > &state, const char *file) |
|
static const GT_UtilOpenSubdiv * | getOSDEvaluator (VEX_Instance< PREC > &state, const char *file) |
|
static TS_MetaExpressionPtr | getTSMetaExpr (VEX_Instance< PREC > &state, const char *file) |
|
static IMG3D_PCloud * | getPCloud (VEX_Instance< PREC > &state, const char *file) |
|
static void | expandGroup (VEX_Instance< PREC > &state, const char *file, const char *group, int grouptype, bool ordered, exint &alen, const exint *&adata) |
|
static GU_PrimRTree * | getPrimTree (VEX_Instance< PREC > &state, const char *file) |
|
static GU_PrimRTree * | getPrimTree (VEX_Instance< PREC > &state, const char *file, const char *group) |
|
static GVEX_PointTreeType * | getPointTree (VEX_Instance< PREC > &state, const char *file, const char *group, const char *attrib) |
|
static GVEX_PointTreeType * | getRadTree (VEX_Instance< PREC > &state, const char *file, const char *group, const char *attrib, const char *rad, float radscale) |
|
static GU_OceanEvaluator * | getOceanEval (VEX_Instance< PREC > &state, const char *file, int phase, int freq, int amp, float hscale, float time, int mode, int downsample) |
|
static GU_TetrahedronAdjacency * | getTetAdj (VEX_Instance< PREC > &state, const char *file) |
|
static GU_SurfaceDistanceCache * | getSDCache (VEX_Instance< PREC > &state, const char *file, const char *group, const char *p_attrib, float radius, const char *dist_metric) |
|
static GU_WindingNumber3DApprox * | getWindingNumber (VEX_Instance< PREC > &state, const char *file) |
|
static GU_WindingNumber3DApprox * | getWindingNumber (VEX_Instance< PREC > &state, const char *file, const char *group) |
|
static GU_WindingNumber2DApprox * | getWindingNumber2D (VEX_Instance< PREC > &state, const char *file) |
|
static GU_WindingNumber2DApprox * | getWindingNumber2D (VEX_Instance< PREC > &state, const char *file, const char *group) |
|
template<typename T > |
static const T * | get (const char *id, VEX_Instance< PREC > &state, const char *file, GVEX_ConstructCacheItemT< PREC > callback) |
|
template<VEX_Precision PREC>
class GVEX_GeoCacheT< PREC >
Definition at line 286 of file GVEX_GeoCache.h.