#include <laszip.hpp>
|
bool | check () |
|
bool | check_coder (const unsigned short coder) |
|
bool | check_compressor (const unsigned short compressor) |
|
bool | check_item (const LASitem *item) |
|
bool | check_items (const unsigned short num_items, const LASitem *items) |
|
const char * | get_error () const |
|
bool | is_standard (const unsigned short num_items, const LASitem *items, unsigned char *point_type=0, unsigned short *record_length=0) |
|
bool | is_standard (unsigned char *point_type=0, unsigned short *record_length=0) |
|
| LASzip () |
|
bool | pack (unsigned char *&bytes, int &num) |
|
bool | request_version (const unsigned short requested_version) |
|
bool | set_chunk_size (const unsigned int chunk_size) |
|
bool | setup (const unsigned char point_type, const unsigned short point_size, const unsigned short compressor=LASZIP_COMPRESSOR_DEFAULT) |
|
bool | setup (const unsigned short num_items, const LASitem *items, const unsigned short compressor) |
|
bool | setup (unsigned short *num_items, LASitem **items, const unsigned char point_type, const unsigned short point_size, const unsigned short compressor=LASZIP_COMPRESSOR_NONE) |
|
bool | unpack (const unsigned char *bytes, const int num) |
|
| ~LASzip () |
|
Definition at line 80 of file laszip.hpp.
◆ LASzip()
◆ ~LASzip()
◆ check()
◆ check_coder()
bool LASzip::check_coder |
( |
const unsigned short |
coder | ) |
|
◆ check_compressor()
bool LASzip::check_compressor |
( |
const unsigned short |
compressor | ) |
|
◆ check_item()
bool LASzip::check_item |
( |
const LASitem * |
item | ) |
|
◆ check_items()
bool LASzip::check_items |
( |
const unsigned short |
num_items, |
|
|
const LASitem * |
items |
|
) |
| |
◆ get_error()
const char * LASzip::get_error |
( |
| ) |
const |
◆ is_standard() [1/2]
bool LASzip::is_standard |
( |
const unsigned short |
num_items, |
|
|
const LASitem * |
items, |
|
|
unsigned char * |
point_type = 0 , |
|
|
unsigned short * |
record_length = 0 |
|
) |
| |
◆ is_standard() [2/2]
bool LASzip::is_standard |
( |
unsigned char * |
point_type = 0 , |
|
|
unsigned short * |
record_length = 0 |
|
) |
| |
◆ pack()
bool LASzip::pack |
( |
unsigned char *& |
bytes, |
|
|
int & |
num |
|
) |
| |
◆ request_version()
bool LASzip::request_version |
( |
const unsigned short |
requested_version | ) |
|
◆ return_error()
bool LASzip::return_error |
( |
const char * |
err | ) |
|
|
private |
◆ set_chunk_size()
bool LASzip::set_chunk_size |
( |
const unsigned int |
chunk_size | ) |
|
◆ setup() [1/3]
bool LASzip::setup |
( |
const unsigned char |
point_type, |
|
|
const unsigned short |
point_size, |
|
|
const unsigned short |
compressor = LASZIP_COMPRESSOR_DEFAULT |
|
) |
| |
◆ setup() [2/3]
bool LASzip::setup |
( |
const unsigned short |
num_items, |
|
|
const LASitem * |
items, |
|
|
const unsigned short |
compressor |
|
) |
| |
◆ setup() [3/3]
bool LASzip::setup |
( |
unsigned short * |
num_items, |
|
|
LASitem ** |
items, |
|
|
const unsigned char |
point_type, |
|
|
const unsigned short |
point_size, |
|
|
const unsigned short |
compressor = LASZIP_COMPRESSOR_NONE |
|
) |
| |
◆ unpack()
bool LASzip::unpack |
( |
const unsigned char * |
bytes, |
|
|
const int |
num |
|
) |
| |
◆ bytes
unsigned char* LASzip::bytes |
◆ chunk_size
unsigned int LASzip::chunk_size |
◆ coder
unsigned short LASzip::coder |
◆ compressor
unsigned short LASzip::compressor |
◆ error_string
char* LASzip::error_string |
|
private |
◆ items
◆ num_bytes
◆ num_items
unsigned short LASzip::num_items |
◆ num_points
◆ options
unsigned int LASzip::options |
◆ version_major
unsigned char LASzip::version_major |
◆ version_minor
unsigned char LASzip::version_minor |
◆ version_revision
unsigned short LASzip::version_revision |
The documentation for this class was generated from the following files: