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

Method set_max_num_steiner_points

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

* Set max number of Steiner points. (-S option, default is unlimited.) */

Source from the content-addressed store, hash-verified

119 * Set max number of Steiner points. (-S option, default is unlimited.)
120 */
121 void set_max_num_steiner_points(int max_num_steiner) {
122 m_max_num_steiner = max_num_steiner;
123 }
124 int get_max_num_steiner_points() const {
125 return m_max_num_steiner;
126 }

Callers 3

generate_jointMethod · 0.45
extract_resultMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36