HDK
|
This is the complete list of members for UT_PathSearch, including all inherited members.
appendPath(const char *path, bool condensed=false) | UT_PathSearch | |
condenseCommon(UT_String &path) | UT_PathSearch | inlinestatic |
condenseCommon(UT_WorkBuffer &path) | UT_PathSearch | inlinestatic |
condenseCommon(UT_String &condensed, const char *path) | UT_PathSearch | inlinestatic |
condenseCommon(UT_WorkBuffer &condensed, const char *path) | UT_PathSearch | inlinestatic |
condenseCommon(UT_String &path, const CommonPaths &common) | UT_PathSearch | inlinestatic |
condenseCommon(UT_WorkBuffer &path, const CommonPaths &common) | UT_PathSearch | inlinestatic |
condenseCommon(UT_String &path, const char *source_path, const CommonPaths &common) | UT_PathSearch | inlinestatic |
condenseCommon(UT_WorkBuffer &path, const char *source_path, const CommonPaths &common) | UT_PathSearch | inlinestatic |
condenseHip(UT_String &path) | UT_PathSearch | static |
condenseHip(UT_WorkBuffer &path) | UT_PathSearch | static |
condenseJob(UT_String &path) | UT_PathSearch | static |
condensePath(UT_WorkBuffer &result, const char *source_path, const char *const paths[], const char *const condensed_paths[], int npaths) | UT_PathSearch | static |
condensePath(UT_String &path, const char *source_path, const char *const paths[], const char *const condensed_paths[], int npaths) | UT_PathSearch | inlinestatic |
condensePath(UT_String &path, const char *const paths[], const char *const condensed_paths[], int npaths) | UT_PathSearch | inlinestatic |
extendPath(const char *defpath=0, int var_id=-1, const char *carat_expand=0, int at_expand=-1) | UT_PathSearch | |
findAllDirectories(const char *search, UT_StringArray &list) const | UT_PathSearch | |
findAllFiles(const char *search, UT_StringArray &list) const | UT_PathSearch | |
findDirectory(UT_String &result, const char *search) const | UT_PathSearch | |
findDirectoryFromList(UT_String &result, const UT_StringArray &search_list) const | UT_PathSearch | |
findFile(UT_String &result, const char *search) const | UT_PathSearch | |
findFile(UT_WorkBuffer &result, const char *search) const | UT_PathSearch | |
findFileFromList(UT_String &result, const UT_StringArray &search_list) const | UT_PathSearch | |
getAtExpand() const | UT_PathSearch | inline |
getBaseComponent(int i) const | UT_PathSearch | inline |
getBaseEntries() const | UT_PathSearch | inline |
getCaratExpand() const | UT_PathSearch | inline |
getCondensedComponent(int i) const | UT_PathSearch | inline |
getDefaultPath() const | UT_PathSearch | inline |
getEntries() const | UT_PathSearch | inline |
getHardPath(UT_KnownPath path_type) | UT_PathSearch | static |
getHomeHoudini(UT_String &str) | UT_PathSearch | static |
getHomeHoudini() | UT_PathSearch | static |
getHomeHoudiniSearch(UT_StringArray &strs) const | UT_PathSearch | |
getInstance(UT_KnownPath path_type) | UT_PathSearch | static |
getPathComponent(int i) const | UT_PathSearch | inline |
getVariableId() const | UT_PathSearch | inline |
houdiniFindDirectory(const char *find, UT_String &result) const | UT_PathSearch | |
houdiniFindDirectory(const char *find, UT_WorkBuffer &r) const | UT_PathSearch | |
houdiniFindFile(const char *find, UT_String &result) const | UT_PathSearch | |
houdiniFindFile(const char *find, UT_WorkBuffer &result) const | UT_PathSearch | |
lookupPath(const char *name) | UT_PathSearch | static |
lookupPath(UT_KnownPath path) | UT_PathSearch | static |
matchAllFiles(const char *extension, bool returnfullpaths, UT_StringArray &list, bool recurse=false, bool skip_dup_paths=false) const | UT_PathSearch | |
matchAllFiles(const UT_StringList &exts, bool returnfullpaths, UT_StringArray &list, bool recurse=false, bool skip_dup_paths=false) const | UT_PathSearch | |
matchAllFilesInSubdirectory(const char *extension, const char *subdirectory, bool returnfullpaths, UT_StringArray &list, bool recurse=false, bool skip_dup_paths=false) const | UT_PathSearch | |
matchAllFilesInSubdirectory(const UT_StringList &exts, const char *subdirectory, bool returnfullpaths, UT_StringArray &list, bool recurse=false, bool skip_dup_paths=false) const | UT_PathSearch | |
pathMap(UT_String &path) | UT_PathSearch | static |
pathMap(UT_StringHolder &result, const char *path) | UT_PathSearch | static |
pathMapAdd(const char *src, const char *dest, bool case_sensitive) | UT_PathSearch | static |
pathMapLoad(const char *dict) | UT_PathSearch | static |
pathMapRemove(const char *src) | UT_PathSearch | static |
pathMapSave(UT_WorkBuffer &wbuf, bool pretty) | UT_PathSearch | static |
prependPath(const char *path, bool condensed=false) | UT_PathSearch | |
rehash() | UT_PathSearch | |
rehashAll() | UT_PathSearch | static |
rehashSpecific(UT_KnownPath pathid) | UT_PathSearch | static |
removePath(const char *path) | UT_PathSearch | |
resolveAbsolutePath(const char *filename, UT_String &absolute_path) | UT_PathSearch | static |
splitPath(const char *path, UT_StringArray &list, const char *insert_path) | UT_PathSearch | static |
stripLeadPath(UT_String &path, UT_KnownPath pathvar) | UT_PathSearch | static |
stripMaxLeadPath(UT_String &path, UT_KnownPath pathvar) | UT_PathSearch | static |
UT_PathSearch(const char *defpath, int var_id, const char *carat_expand="", int at_expand=UT_HOUDINI_PATH) | UT_PathSearch | |
UT_PathSearch(const UT_PathSearch ©)=default | UT_PathSearch |