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

Method set_segments

tools/CGAL/Arrangement2.h:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 const Matrix2Fr& get_points() const { return m_points; }
28
29 void set_segments(const Matrix2Ir& segments) { m_segments = segments; }
30 const Matrix2Ir& get_segments() const { return m_segments; }
31
32 void run();

Callers 13

generate_jointMethod · 0.45
triangulateFunction · 0.45
triangulateFunction · 0.45
extract_resultMethod · 0.45
triangulate_betaFunction · 0.45
TEST_FFunction · 0.45
overlapping_segmentsMethod · 0.45
near_degeneracyMethod · 0.45
duplicated_verticesMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 7

TEST_FFunction · 0.36
overlapping_segmentsMethod · 0.36
near_degeneracyMethod · 0.36
duplicated_verticesMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36