#include <laszipper.hpp>
Public Member Functions | |
| bool | chunk () |
| bool | close () |
| const char * | get_error () const |
| LASzipper () | |
| bool | open (FILE *outfile, const LASzip *laszip) |
| bool | open (ostream &outstream, const LASzip *laszip) |
| bool | write (const unsigned char *const *point) |
| ~LASzipper () | |
Private Member Functions | |
| bool | return_error (const char *err) |
Private Attributes | |
| unsigned int | count |
| char * | error_string |
| ByteStreamOut * | stream |
| LASwritePoint * | writer |
Definition at line 52 of file laszipper.hpp.
| LASzipper::LASzipper | ( | ) |
Definition at line 121 of file laszipper.cpp.
| LASzipper::~LASzipper | ( | ) |
Definition at line 129 of file laszipper.cpp.
| bool LASzipper::chunk | ( | ) |
Definition at line 83 of file laszipper.cpp.
| bool LASzipper::close | ( | ) |
Definition at line 89 of file laszipper.cpp.
| const char * LASzipper::get_error | ( | ) | const |
Definition at line 107 of file laszipper.cpp.
| bool LASzipper::open | ( | FILE * | outfile, |
| const LASzip * | laszip | ||
| ) |
Definition at line 40 of file laszipper.cpp.
| bool LASzipper::open | ( | ostream & | outstream, |
| const LASzip * | laszip | ||
| ) |
Definition at line 59 of file laszipper.cpp.
|
private |
Definition at line 112 of file laszipper.cpp.
| bool LASzipper::write | ( | const unsigned char *const * | point | ) |
Definition at line 77 of file laszipper.cpp.
|
private |
Definition at line 69 of file laszipper.hpp.
|
private |
Definition at line 73 of file laszipper.hpp.
|
private |
Definition at line 70 of file laszipper.hpp.
|
private |
Definition at line 71 of file laszipper.hpp.