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

Method get_dim

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

Source from the content-addressed store, hash-verified

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; }
37
38 size_t get_num_vertices() const {

Callers 15

write_vertex_elementsMethod · 0.45
write_meshMethod · 0.45
write_meshMethod · 0.45
write_surface_meshMethod · 0.45
write_volume_meshMethod · 0.45
write_meshMethod · 0.45
write_meshMethod · 0.45
write_meshMethod · 0.45
write_node_fileMethod · 0.45
compute_from_meshMethod · 0.45
compute_from_meshMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected