| 126 | } |
| 127 | |
| 128 | void InflatorEngine::with_refinement( |
| 129 | const std::string& algorithm, size_t order) { |
| 130 | m_refiner = Subdivision::create(algorithm); |
| 131 | m_subdiv_order = order; |
| 132 | } |
| 133 | |
| 134 | void InflatorEngine::with_geometry_correction_lookup( |
| 135 | const std::string& csv_file) { |
no outgoing calls