Runs some initialization after the model is loaded.
| 169 | |
| 170 | // Runs some initialization after the model is loaded. |
| 171 | virtual void initialize(ModelReader&) {} |
| 172 | |
| 173 | virtual std::unique_ptr<Model> clone() const = 0; |
| 174 |
nothing calls this directly
no outgoing calls
no test coverage detected