HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GusdStageOpts Class Reference

#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...
 

Detailed Description

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.

Member Typedef Documentation

Constructor & Destructor Documentation

GusdStageOpts::GusdStageOpts ( const GusdStageOpts o)
default
GusdStageOpts::GusdStageOpts ( InitialLoadSet  loadSet = UsdStage::LoadAll)
inline

Definition at line 48 of file stageOpts.h.

Member Function Documentation

size_t GusdStageOpts::GetHash ( ) const
inline

Definition at line 65 of file stageOpts.h.

InitialLoadSet GusdStageOpts::GetLoadSet ( ) const
inline

Definition at line 59 of file stageOpts.h.

static GusdStageOpts GusdStageOpts::LoadAll ( )
inlinestatic

Return options that a configure a stage to be loaded with payloads.

Definition at line 52 of file stageOpts.h.

static GusdStageOpts GusdStageOpts::LoadNone ( )
inlinestatic

Return options that a configure a stage to be loaded without payloads.

Definition at line 56 of file stageOpts.h.

bool GusdStageOpts::operator== ( const GusdStageOpts o) const
inline

Definition at line 68 of file stageOpts.h.

void GusdStageOpts::SetLoadSet ( InitialLoadSet  loadSet)
inline

Definition at line 62 of file stageOpts.h.


The documentation for this class was generated from the following file: