Wildmeshing Toolkit
Loading...
Searching...
No Matches
get_vf.hpp
Go to the documentation of this file.
1#pragma once
2#include <tuple>
3#include <vector>
4
6
7std::tuple<std::pair<std::vector<double>, uint32_t>, std::pair<std::vector<uint32_t>, uint32_t>>
8get_vf(const TriMesh& trimesh);
9}
std::tuple< std::pair< std::vector< double >, uint32_t >, std::pair< std::vector< uint32_t >, uint32_t > > get_vf(const TriMesh &trimesh)
Definition get_vf.cpp:9