Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ SetUp
Method
SetUp
tests/src/Misc/MultipletMapTest.h:12–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
class MultipletMapTest : public ::testing::Test {
11
protected:
12
virtual void SetUp() {
13
for (size_t i=0; i<10; i++) {
14
m_multiplets.push_back(Quadruplet(i, i, i, i));
15
}
16
}
17
18
protected:
19
std::vector<Quadruplet> m_multiplets;
Callers
nothing calls this directly
Calls
1
Quadruplet
Class · 0.85
Tested by
no test coverage detected