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

Method inflate

tools/Wires/Inflator/SimpleInflator.cpp:71–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69using namespace SimpleInflatorHelper;
70
71void SimpleInflator::inflate() {
72 initialize();
73 compute_end_loop_offsets();
74 generate_end_loops();
75 generate_joints();
76 connect_end_loops();
77 finalize();
78 refine();
79}
80
81const std::vector<MatrixFr>& SimpleInflator::get_shape_velocities() const {
82 throw NotImplementedError(

Callers 1

periodic_inflateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected