\brief Returns the MDF file interface. * * Returns the MDF file interface. The user may change the file version and * the finalize status of the file. By default is the MDF 4.2 or 3.2 version * of the file used. * @return Pointer to the MDF file interface. */
| 162 | * @return Pointer to the MDF file interface. |
| 163 | */ |
| 164 | MdfFile* GetFile() const { return mdf_file_.get(); } |
| 165 | |
| 166 | [[nodiscard]] IHeader* Header() const; ///< Returns the header block (HD). |
| 167 |