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

Method set_triangles

tools/TetGen/TetgenWrapper.h:24–24  ·  view source on GitHub ↗

* Set input triangle. */

Source from the content-addressed store, hash-verified

22 * Set input triangle.
23 */
24 void set_triangles(const MatrixIr& triangles) { m_triangles = triangles; }
25 const MatrixIr& get_triangles() const { return m_triangles; }
26
27 /**

Callers 5

run_tetgenMethod · 0.45
runMethod · 0.45
runMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36