MCPcopy Create free account
hub / github.com/Colin97/DeepMetaHandles / Mesh

Class Mesh

data_preprocessing/calc_weight.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include <iostream>
9
10struct Mesh
11{
12 Eigen::MatrixXd V, U;
13 Eigen::MatrixXi T, F;
14} low, high, surface;
15
16Eigen::MatrixXd W;
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected