| 209 | { |
| 210 | public: |
| 211 | void setLoadSettings( const MeshLoad::StepLoadSettings& loadSettings ) |
| 212 | { |
| 213 | loadSettings_ = loadSettings; |
| 214 | } |
| 215 | |
| 216 | [[nodiscard]] std::shared_ptr<Object> rootObject() const |
| 217 | { |
no outgoing calls
no test coverage detected