.. _program_listing_file_data_dem.h: Program Listing for File dem.h ============================== |exhale_lsh| :ref:`Return to documentation for file ` (``data/dem.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #pragma once #include #include #include #include #include #include #include "lupnt/core/definitions.h" namespace lupnt { std::tuple LoadTiff(std::filesystem::path path, std::array xlims, std::array ylims, double max_res); } // namespace lupnt