Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_tetgen
Method · 0.45
run
Method · 0.45
run
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.36
TEST_F
Function · 0.36