Wildmeshing Toolkit
|
Go to the source code of this file.
Namespaces | |
namespace | wmtk |
namespace | wmtk::components |
namespace | wmtk::components::utils |
Functions | |
fs::path | wmtk::components::utils::resolve_path (const fs::path &root, const fs::path &path) |
fs::path | wmtk::components::utils::resolve_paths (const fs::path &root, const std::initializer_list< fs::path > &paths) |
std::filesystem::path | wmtk::components::utils::resolve_path_if_not_empty (const std::filesystem::path &root, const std::filesystem::path &path) |
Wraps resolve_path() but returns path directly if it is empty. | |