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

Method set_points

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

Source from the content-addressed store, hash-verified

24
25 public:
26 void set_points(const Matrix2Fr& points) { m_points = points; }
27 const Matrix2Fr& get_points() const { return m_points; }
28
29 void set_segments(const Matrix2Ir& segments) { m_segments = segments; }

Callers 15

generate_jointMethod · 0.45
triangulateFunction · 0.45
run_tetgenMethod · 0.45
triangulateFunction · 0.45
runMethod · 0.45
runMethod · 0.45
extract_resultMethod · 0.45
triangulate_betaFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
simpleMethod · 0.45

Calls

no outgoing calls

Tested by 14

TEST_FFunction · 0.36
TEST_FFunction · 0.36
simpleMethod · 0.36
simple2Method · 0.36
simple3Method · 0.36
degenerateMethod · 0.36
overlapping_segmentsMethod · 0.36
near_degeneracyMethod · 0.36
duplicated_verticesMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36