24 #ifndef _GUSD_STAGEOPTS_H_
25 #define _GUSD_STAGEOPTS_H_
49 : _loadSet(loadSet) {}
63 { _loadSet = loadSet; }
66 {
return SYShash(_loadSet); }
69 {
return _loadSet == o._loadSet; }
72 InitialLoadSet _loadSet;
void SetLoadSet(InitialLoadSet loadSet)
static GusdStageOpts LoadAll()
Return options that a configure a stage to be loaded with payloads.
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
#define PXR_NAMESPACE_CLOSE_SCOPE
InitialLoadSet GetLoadSet() const
bool operator==(const GusdStageOpts &o) const
GusdStageOpts(InitialLoadSet loadSet=UsdStage::LoadAll)
static GusdStageOpts LoadNone()
Return options that a configure a stage to be loaded without payloads.