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

Method set_verbosity

tools/Triangle/TriangleWrapper.h:120–120  ·  view source on GitHub ↗

* level=0 means completely quiet (-Q option). * =1 means normal level of verbosity (default). * =2 means verbose output (-V option). * =3 means gives vertex-by-vertex details (-VV option). * =4 means you are seriously debugging triangle (-VVVV option). */

Source from the content-addressed store, hash-verified

118 * =4 means you are seriously debugging triangle (-VVVV option).
119 */
120 void set_verbosity(short level) { m_verbose_level = level; }
121 short get_verbosity() const { return m_verbose_level; }
122
123 /**

Callers 3

runMethod · 0.45
runMethod · 0.45
refineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected