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

Method with_parameters

tools/Wires/Tiler/TilerEngine.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63using namespace TilerEngineHelper;
64
65void TilerEngine::with_parameters(ParameterManager::Ptr params) {
66 assert(params);
67 m_params = params;
68 m_params->set_wire_network(m_unit_wire_network);
69}
70
71MatrixFr TilerEngine::tile_vertices(const TilerEngine::FuncList& funcs) {
72 const size_t num_copies = funcs.size();

Callers 5

tile_with_guide_bboxMethod · 0.45
tile_with_guide_meshMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

set_wire_networkMethod · 0.45

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36