| 123 | //------------------------------------------------------------------------------ |
| 124 | |
| 125 | static FileFormat::FileFormat getFormatFromFileExtension( |
| 126 | const boost::filesystem::path& filename) |
| 127 | { |
| 128 | return FileFormat::fromString(getFileExtension(filename)); |
| 129 | } |
| 130 | |
| 131 | //------------------------------------------------------------------------------ |
| 132 |
no test coverage detected