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

Method get_cells

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

Source from the content-addressed store, hash-verified

27 size_t get_num_cells() const;
28 MatrixIr get_cell_faces(const size_t cell_id) const;
29 MatrixIr get_cells() const { return m_cells; }
30
31 size_t get_num_patches() const;
32 VectorI get_patches() const { return m_patches; }

Callers 1

partition_into_cellsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected