瀏覽代碼

wxGUI: add r3.in/out.bin to the menu

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53818 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 年之前
父節點
當前提交
3229d1997a
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. 14 0
      gui/wxpython/xml/menudata.xml

+ 14 - 0
gui/wxpython/xml/menudata.xml

@@ -310,6 +310,13 @@
               <command>r3.in.ascii</command>
             </menuitem>
             <menuitem>
+              <label>Raw binary array 3D import</label>
+              <help>Import a binary raster file into a GRASS 3D raster map.</help>
+              <keywords>raster3d,import</keywords>
+              <handler>OnMenuCmd</handler>
+              <command>r3.in.bin</command>
+            </menuitem>
+            <menuitem>
               <label>Vis5D import</label>
               <help>Import 3-dimensional Vis5D files.</help>
               <keywords>raster3d,voxel</keywords>
@@ -518,6 +525,13 @@
               <command>r3.out.ascii</command>
             </menuitem>
             <menuitem>
+              <label>Raw binary array 3D export</label>
+              <help>Exports a GRASS 3D raster map to a binary array.</help>
+              <keywords>raster3d,export</keywords>
+              <handler>OnMenuCmd</handler>
+              <command>r3.out.bin</command>
+            </menuitem>
+            <menuitem>
               <label>Vis5D export</label>
               <help>Exports GRASS 3D raster map to 3-dimensional Vis5D file.</help>
               <keywords>raster3d,voxel,export</keywords>