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

Method set_vertex_per_voxel

src/Geometry/MeshGeometry.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32 size_t get_vertex_per_voxel() const { return m_vertex_per_voxel; }
33 void set_vertex_per_voxel(int v) { m_vertex_per_voxel = v; }
34
35 size_t get_dim() const { return m_dim; }
36 void set_dim(int v) { m_dim = v; }

Callers 2

MeshFactory.cppFile · 0.80
initialize_voxelsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected