HDK
|
Classes | |
struct | DefaultImageablePrimVisitorT |
struct | TaskThreadData |
struct | TaskData |
struct | TraverseTaskT |
struct | RunTasksT |
Typedefs | |
typedef UT_ThreadSpecificValue < TaskThreadData * > | TaskThreadDataTLS |
Functions | |
template<class Visitor > | |
bool | ParallelFindPrims (const UsdPrim &root, UsdTimeCode time, GusdPurposeSet purposes, UT_Array< UsdPrim > &prims, const Visitor &visitor, bool skipRoot=true) |
template<class Visitor > | |
bool | ParallelFindPrims (const UT_Array< UsdPrim > &roots, const GusdDefaultArray< UsdTimeCode > ×, const GusdDefaultArray< GusdPurposeSet > &purposes, UT_Array< GusdUSD_Traverse::PrimIndexPair > &prims, const Visitor &visitor, bool skipRoot=true) |
Definition at line 126 of file USD_ThreadedTraverse.h.
bool GusdUSD_ThreadedTraverse::ParallelFindPrims | ( | const UsdPrim & | root, |
UsdTimeCode | time, | ||
GusdPurposeSet | purposes, | ||
UT_Array< UsdPrim > & | prims, | ||
const Visitor & | visitor, | ||
bool | skipRoot = true |
||
) |
Definition at line 213 of file USD_ThreadedTraverse.h.
bool GusdUSD_ThreadedTraverse::ParallelFindPrims | ( | const UT_Array< UsdPrim > & | roots, |
const GusdDefaultArray< UsdTimeCode > & | times, | ||
const GusdDefaultArray< GusdPurposeSet > & | purposes, | ||
UT_Array< GusdUSD_Traverse::PrimIndexPair > & | prims, | ||
const Visitor & | visitor, | ||
bool | skipRoot = true |
||
) |
Definition at line 278 of file USD_ThreadedTraverse.h.