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

Method get_num_edge_orbits

tools/Wires/Parameters/SymmetryOrbits.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 const VectorI& get_vertex_orbit(size_t i) { return m_vertex_orbits.at(i); }
36
37 size_t get_num_edge_orbits() const { return m_edge_orbits.size(); }
38 const VectorI& get_edge_orbit(size_t i) { return m_edge_orbits.at(i); }
39
40 private:

Callers 2

TEST_FFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 2

TEST_FFunction · 0.64