HDK
|
#include <stageOpts.h>
Public Types | |
using | InitialLoadSet = UsdStage::InitialLoadSet |
Public Member Functions | |
GusdStageOpts (const GusdStageOpts &o)=default | |
GusdStageOpts (InitialLoadSet loadSet=UsdStage::LoadAll) | |
InitialLoadSet | GetLoadSet () const |
void | SetLoadSet (InitialLoadSet loadSet) |
size_t | GetHash () const |
bool | operator== (const GusdStageOpts &o) const |
Static Public Member Functions | |
static GusdStageOpts | LoadAll () |
Return options that a configure a stage to be loaded with payloads. More... | |
static GusdStageOpts | LoadNone () |
Return options that a configure a stage to be loaded without payloads. More... | |
Options for configuring creation of a new stage. This currently just includes the initial load set, but may include other options in the future.
Definition at line 41 of file stageOpts.h.
Definition at line 44 of file stageOpts.h.
|
default |
|
inline |
Definition at line 48 of file stageOpts.h.
|
inline |
Definition at line 65 of file stageOpts.h.
|
inline |
Definition at line 59 of file stageOpts.h.
|
inlinestatic |
Return options that a configure a stage to be loaded with payloads.
Definition at line 52 of file stageOpts.h.
|
inlinestatic |
Return options that a configure a stage to be loaded without payloads.
Definition at line 56 of file stageOpts.h.
|
inline |
Definition at line 68 of file stageOpts.h.
|
inline |
Definition at line 62 of file stageOpts.h.