#include <XUSD_AutoCollection.h>
|
static bool | parseBool (const UT_StringRef &str) |
|
static bool | parseInt (const UT_StringRef &str, exint &i) |
|
static bool | parseFloat (const UT_StringRef &str, fpreal64 &flt) |
|
static bool | parseVector2 (const UT_StringRef &str, UT_Vector2D &vec) |
|
static bool | parseVector3 (const UT_StringRef &str, UT_Vector3D &vec) |
|
static bool | parseVector4 (const UT_StringRef &str, UT_Vector4D &vec) |
|
static bool | parseTimeRange (const UT_StringRef &str, fpreal64 &tstart, fpreal64 &tend, fpreal64 &tstep) |
|
static bool | parsePattern (const UT_StringRef &str, HUSD_AutoAnyLock &lock, HUSD_PrimTraversalDemands demands, int nodeid, const HUSD_TimeCode &timecode, XUSD_PathSet &paths, bool *timevaryingflag) |
|
static bool | parsePatternSingleResult (const UT_StringRef &str, HUSD_AutoAnyLock &lock, HUSD_PrimTraversalDemands demands, int nodeid, const HUSD_TimeCode &timecode, SdfPath &path, bool *timevaryingflag) |
|
static bool | canCreateAutoCollection (const char *token) |
|
static XUSD_AutoCollection * | create (const char *token, HUSD_AutoAnyLock &lock, HUSD_PrimTraversalDemands demands, int nodeid, const HUSD_TimeCode &timecode) |
|
static void | registerPlugins () |
|
static void | registerPlugin (XUSD_AutoCollectionFactory *factory) |
|
Definition at line 92 of file XUSD_AutoCollection.h.
virtual XUSD_AutoCollection::~XUSD_AutoCollection |
( |
| ) |
|
|
virtual |
static bool XUSD_AutoCollection::canCreateAutoCollection |
( |
const char * |
token | ) |
|
|
static |
virtual bool XUSD_AutoCollection::getMayBeTimeVarying |
( |
| ) |
const |
|
inlinevirtual |
virtual void XUSD_AutoCollection::matchPrimitives |
( |
XUSD_PathSet & |
matches | ) |
const |
|
inlinevirtual |
virtual bool XUSD_AutoCollection::matchRandomAccessPrimitive |
( |
const SdfPath & |
path, |
|
|
bool * |
prune_branch |
|
) |
| const |
|
inlinevirtual |
static bool XUSD_AutoCollection::parseBool |
( |
const UT_StringRef & |
str | ) |
|
|
static |
virtual bool XUSD_AutoCollection::randomAccess |
( |
| ) |
const |
|
pure virtual |
static void XUSD_AutoCollection::registerPlugins |
( |
| ) |
|
|
static |
bool XUSD_AutoCollection::myMayBeTimeVaryingSubPattern |
|
protected |
int XUSD_AutoCollection::myNodeId |
|
protected |
The documentation for this class was generated from the following file: