Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ASSERT_ORBITS_ARE_VALID
Method · 0.80
TEST_F
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
2
ASSERT_ORBITS_ARE_VALID
Method · 0.64
TEST_F
Function · 0.64