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

Method get_num_faces

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

Source from the content-addressed store, hash-verified

34 const Matrix2Fr get_vertices() const { return m_vertices; }
35 const Matrix2Ir get_edges() const { return m_edges; }
36 size_t get_num_faces() const { return m_arrangement.number_of_faces(); }
37
38 std::vector<std::pair<ElementType, int>> query(const Matrix2Fr& pts);
39

Callers 4

copy_facesFunction · 0.45
copy_face_attributesFunction · 0.45
to_draco_point_cloudFunction · 0.45
compressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected