Go to the source code of this file.
|
| liblas |
| Namespace grouping all elements of libLAS public interface.
|
|
|
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...
|
|
#define LIBLAS_LIB_VERSION "1_8" |
#define LIBLAS_VERSION 100802 |