#include <laszip.hpp>
Public Types | |
enum | Type { BYTE = 0, SHORT, INT, LONG, FLOAT, DOUBLE, POINT10, GPSTIME11, RGB12, WAVEPACKET13, POINT14, RGBNIR14 } |
Public Member Functions | |
const char * | get_name () const |
bool | is_type (LASitem::Type t) const |
Public Attributes | |
unsigned short | size |
enum LASitem::Type | type |
unsigned short | version |
Definition at line 70 of file laszip.hpp.
enum LASitem::Type |
Enumerator | |
---|---|
BYTE | |
SHORT | |
INT | |
LONG | |
FLOAT | |
DOUBLE | |
POINT10 | |
GPSTIME11 | |
RGB12 | |
WAVEPACKET13 | |
POINT14 | |
RGBNIR14 |
Definition at line 73 of file laszip.hpp.
const char * LASitem::get_name | ( | ) | const |
Definition at line 798 of file laszip.cpp.
bool LASitem::is_type | ( | LASitem::Type | t | ) | const |
Definition at line 772 of file laszip.cpp.
unsigned short LASitem::size |
Definition at line 74 of file laszip.hpp.
enum LASitem::Type LASitem::type |
unsigned short LASitem::version |
Definition at line 75 of file laszip.hpp.