libLAS API Reference  1.8.1
Namespaces | Macros | Enumerations | Functions
version.hpp File Reference
#include <liblas/capi/las_version.h>
#include <liblas/export.hpp>
#include <string>
Include dependency graph for version.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 liblas
 Namespace grouping all elements of libLAS public interface.
 

Macros

#define LIBLAS_VERSION   100802
 
#define LIBLAS_LIB_VERSION   "1_8"
 

Enumerations

enum  liblas::LASVersion { liblas::eLASVersion10 = 1 * 100000 + 0, liblas::eLASVersion11 = 1 * 100000 + 1, liblas::eLASVersion12 = 1 * 100000 + 2, liblas::eLASVersion20 = 2 * 100000 + 0 }
 Version numbers of the ASPRS LAS Specification. More...
 
enum  liblas::FormatVersion { liblas::eVersionMajorMin = 1, liblas::eVersionMajorMax = 1, liblas::eVersionMinorMin = 0, liblas::eVersionMinorMax = 3 }
 Range of allowed ASPRS LAS file format versions. More...
 
enum  liblas::PointFormatName {
  liblas::ePointFormat0 = 0, liblas::ePointFormat1 = 1, liblas::ePointFormat2 = 2, liblas::ePointFormat3 = 3,
  liblas::ePointFormat4 = 4, liblas::ePointFormat5 = 5, liblas::ePointFormatUnknown = -99
}
 Versions of point record format. More...
 
enum  liblas::PointSize { liblas::ePointSize0 = 20, liblas::ePointSize1 = 28, liblas::ePointSize2 = 26, liblas::ePointSize3 = 34 }
 Number of bytes of point record storage in particular format. More...
 

Functions

bool LAS_DLL liblas::IsGDALEnabled (void)
 
bool LAS_DLL liblas::IsLibGeoTIFFEnabled (void)
 
bool LAS_DLL liblas::IsLasZipEnabled (void)
 
std::string LAS_DLL liblas::GetFullVersion (void)
 
std::string LAS_DLL liblas::GetVersion (void)
 

Macro Definition Documentation

#define LIBLAS_LIB_VERSION   "1_8"
#define LIBLAS_VERSION   100802