HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SdfAssetPathParams Struct Reference

#include <assetPath.h>

Public Member Functions

SdfAssetPathParamsAuthored (const std::string &authoredPath_)
 
SdfAssetPathParamsEvaluated (const std::string &evaluatedPath_)
 
SdfAssetPathParamsResolved (const std::string &resolvedPath_)
 

Friends

class SdfAssetPath
 

Detailed Description

Helper class for explicitly setting values when creating a SdfAssetPath

Example usage:

SdfAssetPath myAssetPath(
.Authored("blah_{VAR}.usda")
.Evaluated("blah_foo.usda")
.Resolved("/foo/bar/blah_foo.usda")
);

Definition at line 36 of file assetPath.h.

Member Function Documentation

SdfAssetPathParams& SdfAssetPathParams::Authored ( const std::string &  authoredPath_)
inline

Definition at line 38 of file assetPath.h.

SdfAssetPathParams& SdfAssetPathParams::Evaluated ( const std::string &  evaluatedPath_)
inline

Definition at line 43 of file assetPath.h.

SdfAssetPathParams& SdfAssetPathParams::Resolved ( const std::string &  resolvedPath_)
inline

Definition at line 48 of file assetPath.h.

Friends And Related Function Documentation

friend class SdfAssetPath
friend

Definition at line 54 of file assetPath.h.


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