AYON Usd Resolver  0.1.0
Loading...
Searching...
No Matches
resolutionFunctions.cpp File Reference
#include <cstdint>
#include <regex>
#include <string_view>
#include "resolutionFunctions.h"
#include "../codes/debugCodes.h"
#include "../config.h"
#include "pxr/base/tf/debug.h"
#include "pxr/usd/ar/resolvedPath.h"
#include "pxr/base/tf/fileUtils.h"
#include "pxr/base/tf/pathUtils.h"
#include "pxr/base/tf/stringUtils.h"
#include "pxr/usd/ar/filesystemAsset.h"
#include <string>
Include dependency graph for resolutionFunctions.cpp:

Functions

PXR_NAMESPACE_USING_DIRECTIVE void RemoveSdfFormatArgs (std::string &uri)
 
bool _IsRelativePath (const std::string &path)
 
bool _IsFileRelativePath (const std::string &path)
 
bool _IsAyonPath (const std::string &assetPath)
 
bool _IsNotFilePath (const std::string &path)
 
std::string _AnchorRelativePath (const std::string &anchorPath, const std::string &path)
 
ArResolvedPath _ResolveAnchored (const std::string &anchorPath, const std::string &path)
 

Function Documentation

◆ _AnchorRelativePath()

std::string _AnchorRelativePath ( const std::string &  anchorPath,
const std::string &  path 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _IsAyonPath()

bool _IsAyonPath ( const std::string &  assetPath)
Here is the caller graph for this function:

◆ _IsFileRelativePath()

bool _IsFileRelativePath ( const std::string &  path)
Here is the caller graph for this function:

◆ _IsNotFilePath()

bool _IsNotFilePath ( const std::string &  path)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _IsRelativePath()

bool _IsRelativePath ( const std::string &  path)
Here is the caller graph for this function:

◆ _ResolveAnchored()

ArResolvedPath _ResolveAnchored ( const std::string &  anchorPath,
const std::string &  path 
)
Here is the caller graph for this function:

◆ RemoveSdfFormatArgs()

PXR_NAMESPACE_USING_DIRECTIVE void RemoveSdfFormatArgs ( std::string &  uri)