12 #ifndef __LIDAR_VERSION_H__
13 #define __LIDAR_VERSION_H__
17 LT_BEGIN_LIDAR_NAMESPACE
128 LT_END_LIDAR_NAMESPACE
130 #endif // __LIDAR_VERSION_H__
static bool getMrSIDFileVersion(const char *path, int &version, bool &raster)
Get the MrSID file version.
static int getSDKBuildNumber(void)
Get the SDK's Build Number.
unsigned char lt_uint8
unsigned 8-bit integer
static int getSDKMajorVersion(void)
Get the SDK's Major Version.
static const char *const getSDKVersionString(void)
Get the SDK Version String.
static void getSDKVersion(int &major, int &minor, int &age, int &build)
Get the SDK Version.
static int getSDKMinorVersion(void)
Get the SDK's Minor Version.
Functions for geting the SDK version and MrSID file version.
IO is the base class for binary input and output.
static int getSDKVersionAge(void)
Get the SDK's Version Age.
static const char *const getSDKBuildDate(void)
Get when the SDK was built.