Functions for geting the SDK version and MrSID file version.
More...
#include <Version.h>
Definition at line 22 of file Version.h.
static bool Version::getMrSIDFileVersion |
( |
const char * |
path, |
|
|
int & |
version, |
|
|
bool & |
raster |
|
) |
| |
|
static |
This function gets the MrSID version of the given file.
- Parameters
-
path | the input filename |
version | gets set to the file's version number |
raster | gets set to true for Raster-based MrSID files and false for LiDAR-based MrSID files |
- Returns
- true when the file is a MrSID file
static bool Version::getMrSIDFileVersion |
( |
IO * |
io, |
|
|
int & |
version, |
|
|
bool & |
raster |
|
) |
| |
|
static |
This function gets the MrSID version of the given IO object.
- Parameters
-
io | the source IO object |
version | gets set to the file's version number |
raster | gets set to true for Raster-based MrSID files and false for LiDAR-based MrSID files |
- Returns
- true when the file is a MrSID file
static bool Version::getMrSIDFileVersion |
( |
lt_uint8 |
header[8], |
|
|
int & |
version, |
|
|
bool & |
raster |
|
) |
| |
|
static |
This function gets the MrSID version of the given file header.
- Parameters
-
header | the file's first 8 bytes |
version | gets set to the file's version number |
raster | gets set to true for Raster-based MrSID files and false for LiDAR-based MrSID files |
- Returns
- true when the file is a MrSID file
static const char* const Version::getSDKBuildDate |
( |
void |
| ) |
|
|
static |
This function returns when the SDK was built.
- Returns
- a date string
static int Version::getSDKBuildNumber |
( |
void |
| ) |
|
|
static |
static int Version::getSDKMajorVersion |
( |
void |
| ) |
|
|
static |
static int Version::getSDKMinorVersion |
( |
void |
| ) |
|
|
static |
static void Version::getSDKVersion |
( |
int & |
major, |
|
|
int & |
minor, |
|
|
int & |
age, |
|
|
int & |
build |
|
) |
| |
|
inlinestatic |
static int Version::getSDKVersionAge |
( |
void |
| ) |
|
|
static |
static const char* const Version::getSDKVersionString |
( |
void |
| ) |
|
|
static |
This function returns the SDK version as a printable string.
- Returns
- the version string
The documentation for this struct was generated from the following file: