⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gdal__version_8h-source.html

📁 gdal库的学习文档
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>GDAL: gdal_version.h Source File</title><link href="doxygen.css" rel="stylesheet" type="text/css"><link href="tabs.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.5.1 --><div class="tabs">  <ul>    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>    <li><a href="annotated.html"><span>Classes</span></a></li>    <li id="current"><a href="files.html"><span>Files</span></a></li>    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>  </ul></div><div class="tabs">  <ul>    <li><a href="files.html"><span>File&nbsp;List</span></a></li>    <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>  </ul></div><h1>gdal_version.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <a name="l00002"></a>00002 <span class="comment">/* -------------------------------------------------------------------- */</span><a name="l00003"></a>00003 <span class="comment">/*      GDAL Version Information.                                       */</span><a name="l00004"></a>00004 <span class="comment">/* -------------------------------------------------------------------- */</span><a name="l00005"></a>00005 <a name="l00006"></a>00006 <span class="preprocessor">#ifndef GDAL_VERSION_MAJOR</span><a name="l00007"></a>00007 <span class="preprocessor"></span><span class="preprocessor">#  define GDAL_VERSION_MAJOR    1</span><a name="l00008"></a>00008 <span class="preprocessor"></span><span class="preprocessor">#  define GDAL_VERSION_MINOR    4</span><a name="l00009"></a>00009 <span class="preprocessor"></span><span class="preprocessor">#  define GDAL_VERSION_REV      1</span><a name="l00010"></a>00010 <span class="preprocessor"></span><span class="preprocessor">#  define GDAL_VERSION_BUILD    0</span><a name="l00011"></a>00011 <span class="preprocessor"></span><span class="preprocessor">#endif</span><a name="l00012"></a>00012 <span class="preprocessor"></span><a name="l00013"></a>00013 <span class="preprocessor">#ifndef GDAL_VERSION_NUM</span><a name="l00014"></a>00014 <span class="preprocessor"></span><span class="preprocessor">#  define GDAL_VERSION_NUM      (GDAL_VERSION_MAJOR*1000+GDAL_VERSION_MINOR*100+GDAL_VERSION_REV*10+GDAL_VERSION_BUILD)</span><a name="l00015"></a>00015 <span class="preprocessor"></span><span class="preprocessor">#endif</span><a name="l00016"></a>00016 <span class="preprocessor"></span><a name="l00017"></a>00017 <span class="preprocessor">#ifndef GDAL_RELEASE_DATE</span><a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#  define GDAL_RELEASE_DATE     20070409</span><a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#endif</span><a name="l00020"></a>00020 <span class="preprocessor"></span><span class="preprocessor">#ifndef GDAL_RELEASE_NAME</span><a name="l00021"></a>00021 <span class="preprocessor"></span><span class="preprocessor">#  define GDAL_RELEASE_NAME     "1.4.1.0"</span><a name="l00022"></a>00022 <span class="preprocessor"></span><span class="preprocessor">#endif</span><a name="l00023"></a>00023 <span class="preprocessor"></span></pre></div><hr>Generated for GDAL by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1.</body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -