Volume Cartographer
2.27.0
vc
core
io
UVMapIO.hpp
1
#pragma once
2
3
#include "
vc/core/filesystem.hpp
"
4
#include "
vc/core/types/UVMap.hpp
"
5
6
namespace
volcart::io
7
{
13
void
WriteUVMap
(
const
filesystem::path& path,
const
UVMap
& uvMap);
14
20
auto
ReadUVMap
(
const
filesystem::path& path) ->
UVMap
;
21
}
// namespace volcart::io
UVMap.hpp
volcart::UVMap
Stores per-vertex UV mappings.
Definition:
UVMap.hpp:52
filesystem.hpp
volcart::io
IO classes.
volcart::io::WriteUVMap
void WriteUVMap(const filesystem::path &path, const UVMap &uvMap)
Write a UVMap in the custom .uvm archival format.
volcart::io::ReadUVMap
auto ReadUVMap(const filesystem::path &path) -> UVMap
Read a UVMap from the custom .uvm archival format.
Generated by
1.9.4