| 326 | */ |
| 327 | template <typename T> |
| 328 | static typename T::Pointer Load(const std::string& path, const ReaderOptionsFunctorBase *optionsCallback = nullptr) |
| 329 | { |
| 330 | return dynamic_cast<T*>(Load(path, optionsCallback).at(0).GetPointer()); |
| 331 | } |
| 332 | |
| 333 | /** |
| 334 | * \brief Load a file and return the loaded data. |