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

Method initialize_AABB_tree

tools/Wires/Inflator/PeriodicInflator.cpp:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void PeriodicInflator::initialize_AABB_tree() {
91 const size_t dim = m_parameter_manager->get_wire_network()->get_dim();
92 m_tree = BVHEngine::create("auto", dim);
93 m_tree->set_mesh(m_phantom_vertices, m_phantom_faces);
94 m_tree->build();
95}
96
97void PeriodicInflator::set_parameter(ParameterManager::Ptr manager) {
98 m_parameter_manager = manager;

Callers

nothing calls this directly

Calls 4

get_dimMethod · 0.45
get_wire_networkMethod · 0.45
set_meshMethod · 0.45
buildMethod · 0.45

Tested by

no test coverage detected