2#include "pxr/usd/ar/filesystemAsset.h"
3#include "pxr/usd/ar/resolvedPath.h"
7#define CONVERT_STRING(string) #string
8#define DEFINE_STRING(string) CONVERT_STRING(string)
10PXR_NAMESPACE_USING_DIRECTIVE
14#if MACRO_REMOVE_SDF_FORMAT_ARGS == 1
15 #define RES_FUNCS_REMOVE_SDF_ARGS(x) RemoveSdfFormatArgs(x);
17 #define RES_FUNCS_REMOVE_SDF_ARGS(x) ;
30ArResolvedPath
_ResolveAnchored(
const std::string &anchorPath,
const std::string &path);
std::string _AnchorRelativePath(const std::string &anchorPath, const std::string &path)
Definition: resolutionFunctions.cpp:62
PXR_NAMESPACE_USING_DIRECTIVE void RemoveSdfFormatArgs(std::string &uri)
Definition: resolutionFunctions.cpp:21
bool _IsNotFilePath(const std::string &path)
Definition: resolutionFunctions.cpp:57
bool _IsRelativePath(const std::string &path)
Definition: resolutionFunctions.cpp:32
bool _IsAyonPath(const std::string &assetPath)
Definition: resolutionFunctions.cpp:41
ArResolvedPath _ResolveAnchored(const std::string &anchorPath, const std::string &path)
Definition: resolutionFunctions.cpp:77
bool _IsFileRelativePath(const std::string &path)
Definition: resolutionFunctions.cpp:37