MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / load_data

Method load_data

tests/TestBase.h:36–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 virtual MeshPtr load_data(
37 const Eigen::Ref<const VectorF>& vertices,
38 const Eigen::Ref<const VectorI>& faces,
39 const Eigen::Ref<const VectorI>& voxels,
40 size_t dim, size_t vertex_per_face, size_t vertex_per_voxel) {
41 return MeshFactory().load_data(vertices, faces, voxels,
42 dim, vertex_per_face, vertex_per_voxel).create();
43 }
44
45 virtual MeshPtr load_data(
46 const Eigen::Ref<const MatrixFr>& vertices,

Callers 15

save_meshFunction · 0.45
save_meshMethod · 0.45
save_meshMethod · 0.45
update_meshMethod · 0.45
cut_with_face_labelsMethod · 0.45
cut_along_edgesMethod · 0.45
geomesh_to_meshMethod · 0.45
from_draco_meshFunction · 0.45

Calls 2

MeshFactoryClass · 0.50
createMethod · 0.45

Tested by

no test coverage detected