8#ifndef PXR_USD_NDR_FILESYSTEM_DISCOVERY_HELPERS_H
9#define PXR_USD_NDR_FILESYSTEM_DISCOVERY_HELPERS_H
19#include "pxr/usd/ndr/api.h"
21#include "pxr/usd/ndr/nodeDiscoveryResult.h"
25PXR_NAMESPACE_OPEN_SCOPE
51 bool (
const TfToken &identifier,
106NdrNodeDiscoveryResultVec
108 const NdrStringVec& searchPaths,
109 const NdrStringVec& allowedExtensions,
110 bool followSymlinks =
true,
124 std::string resolvedUri;
147 const NdrStringVec& searchPaths,
148 const NdrStringVec& allowedExtensions,
149 bool followSymlinks =
true
152PXR_NAMESPACE_CLOSE_SCOPE
Token for efficient comparison, assignment, and hashing of known strings.
Environment setting variable.
NDR_API NdrNodeDiscoveryResultVec NdrFsHelpersDiscoverNodes(const NdrStringVec &searchPaths, const NdrStringVec &allowedExtensions, bool followSymlinks=true, const NdrDiscoveryPluginContext *context=nullptr, const NdrParseIdentifierFn &parseIdentifierFn=NdrFsHelpersSplitShaderIdentifier)
Returns a vector of discovery results that have been found while walking the given search paths.
std::vector< NdrDiscoveryUri > NdrDiscoveryUriVec
A vector of URI/resolved URI structs.
NDR_API TfEnvSetting< std::string > PXR_NDR_FS_PLUGIN_ALLOWED_EXTS
std::function< bool(const TfToken &identifier, TfToken *family, TfToken *name, NdrVersion *version)> NdrParseIdentifierFn
Type of a function that can be used to parse a discovery result's identifier into its family,...
NDR_API bool NdrFsHelpersSplitShaderIdentifier(const TfToken &identifier, TfToken *family, TfToken *name, NdrVersion *version)
Given a shader's identifier token, computes the corresponding NdrNode's family name,...
NDR_API TfEnvSetting< std::string > PXR_NDR_FS_PLUGIN_SEARCH_PATHS
NDR_API NdrDiscoveryUriVec NdrFsHelpersDiscoverFiles(const NdrStringVec &searchPaths, const NdrStringVec &allowedExtensions, bool followSymlinks=true)
Returns a vector of discovered URIs (as both the unresolved URI and the resolved URI) that are found ...
NDR_API TfEnvSetting< bool > PXR_NDR_FS_PLUGIN_FOLLOW_SYMLINKS
Struct for holding a URI and its resolved URI for a file discovered by NdrFsHelpersDiscoverFiles.
Common typedefs that are used throughout the NDR library.