Loading...
Searching...
No Matches
SdfAssetPathParams Struct Reference

Helper class for explicitly setting values when creating a SdfAssetPath. More...

#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")
);
Contains an asset path and optional evaluated and resolved paths.
Definition: assetPath.h:78
Helper class for explicitly setting values when creating a SdfAssetPath.
Definition: assetPath.h:41

Definition at line 41 of file assetPath.h.

Member Function Documentation

◆ Authored()

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

Definition at line 43 of file assetPath.h.

◆ Evaluated()

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

Definition at line 48 of file assetPath.h.

◆ Resolved()

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

Definition at line 53 of file assetPath.h.

Friends And Related Function Documentation

◆ SdfAssetPath

friend class SdfAssetPath
friend

Definition at line 59 of file assetPath.h.


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