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

Method get_source_faces

tools/IGL/CellPartition.h:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 MatrixFr get_vertices() const { return m_vertices; }
24 MatrixIr get_faces() const { return m_faces; }
25 VectorI get_source_faces() const { return m_source_faces; }
26
27 size_t get_num_cells() const;
28 MatrixIr get_cell_faces(const size_t cell_id) const;

Callers 1

partition_into_cellsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected