Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ with_profile
Method
with_profile
tools/Wires/Interfaces/PeriodicExploration.cpp:62–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void PeriodicExploration::with_profile(const std::string& name) {
63
m_profile = WireProfile::create(name);
64
}
65
66
void PeriodicExploration::with_profile(size_t num_samples) {
67
m_profile = WireProfile::create_isotropic(num_samples);
Callers
1
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64