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

Method generate

tools/Wires/Inflator/PhantomMeshGenerator.cpp:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68void PhantomMeshGenerator::generate() {
69 initialize_wire_network();
70 convert_parameters_to_attributes();
71 tile();
72 trim_irrelavent_edges();
73 convert_attributes_to_parameters();
74 inflate();
75}
76
77std::vector<MatrixFr> PhantomMeshGenerator::get_shape_velocities() const {
78 if (m_with_shape_velocities) {

Callers 2

generate_phantom_meshMethod · 0.80
TEST_FFunction · 0.80

Calls 1

tileFunction · 0.85

Tested by 1

TEST_FFunction · 0.64