Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Colin97/DeepMetaHandles
/ Mesh
Class
Mesh
data_preprocessing/sample_key_points.cpp:7–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
#include <igl/slice.h>
6
7
struct Mesh
8
{
9
Eigen::MatrixXd V;
10
Eigen::MatrixXi F;
11
} surface, output;
12
13
struct Edge{
14
int u, v, n;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected