Go to file
chenzenghui 0ab8617983 修复了DEM插值bug 2025-02-19 15:06:59 +08:00
ALLRelease 在主界面上增加工具箱,同时增加了插件机制 2025-02-10 02:16:07 +08:00
BaseCommonLibrary 修复了DEM插值bug 2025-02-19 15:06:59 +08:00
GPUBaseLib 增加 GPU版本的 间接定位法 2025-02-19 12:29:15 +08:00
LAMPDataProcessEXE 修复了DEM插值bug 2025-02-19 15:06:59 +08:00
LAMPSARProcessProgram 增加了重采样的工具,并入库 2025-02-19 10:06:45 +08:00
RasterMainWidgetGUI 修复了DEM插值bug 2025-02-19 15:06:59 +08:00
Toolbox 修复了DEM插值bug 2025-02-19 15:06:59 +08:00
.gitattributes 添加 .gitattributes、.gitignore 和 README.md。 2024-11-15 09:49:01 +08:00
.gitignore 所有模块编译成功 2025-02-07 19:47:41 +08:00
Readme.md 工程拆分完毕 2025-02-06 21:18:25 +08:00

Readme.md

工具箱插件的开发

  1. 将编译好的工具的dll 放入 Toolbox 文件夹中且dll 命名以 PluginTool_ 开头
  2. 软件会自动检索对应的 PluginTool_ 开头的dll ,并自动加载到程序中