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