Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ what
Method
what
tools/TetGen/TetgenException.h:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
virtual ~TetgenException() throw() {}
18
19
virtual const char* what() const throw() {
20
return m_error_msg.c_str();
21
}
22
23
private:
24
void generate_err_msg() {
Callers
2
run_tetgen
Method · 0.45
init_boundary_loops
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected