Volume Cartographer 2.27.0
|
Go to the source code of this file.
Namespaces | |
namespace | volcart |
Volume Cartographer library | |
namespace | volcart::io |
IO classes. | |
Typedefs | |
using | volcart::io::ExtensionList = std::vector< std::string > |
Functions | |
auto | volcart::io::FileExtensionFilter (const filesystem::path &path, const ExtensionList &exts) -> bool |
auto | volcart::io::UnixHiddenFileFilter (const filesystem::path &path) -> bool |
Variables | |
constexpr auto | volcart::IsFileType = io::FileExtensionFilter |
constexpr auto | volcart::IsUnixHiddenFile = io::UnixHiddenFileFilter |