#include <lasreadpoint.hpp>
Public Member Functions | |
BOOL | done () |
BOOL | init (ByteStreamIn *instream) |
LASreadPoint () | |
BOOL | read (U8 *const *point) |
BOOL | seek (const U32 current, const U32 target) |
BOOL | setup (const U32 num_items, const LASitem *items, const LASzip *laszip=0) |
~LASreadPoint () | |
Private Member Functions | |
BOOL | read_chunk_table () |
U32 | search_chunk_table (const U32 index, const U32 lower, const U32 upper) |
Private Attributes | |
U32 | chunk_count |
U32 | chunk_size |
I64 * | chunk_starts |
U32 * | chunk_totals |
U32 | current_chunk |
EntropyDecoder * | dec |
ByteStreamIn * | instream |
U32 | num_readers |
U32 | number_chunks |
U32 | point_size |
I64 | point_start |
LASreadItem ** | readers |
LASreadItem ** | readers_compressed |
LASreadItem ** | readers_raw |
U8 ** | seek_point |
U32 | tabled_chunks |
Definition at line 48 of file lasreadpoint.hpp.
LASreadPoint::LASreadPoint | ( | ) |
Definition at line 42 of file lasreadpoint.cpp.
LASreadPoint::~LASreadPoint | ( | ) |
Definition at line 524 of file lasreadpoint.cpp.
BOOL LASreadPoint::done | ( | ) |
Definition at line 389 of file lasreadpoint.cpp.
BOOL LASreadPoint::init | ( | ByteStreamIn * | instream | ) |
Definition at line 217 of file lasreadpoint.cpp.
Definition at line 325 of file lasreadpoint.cpp.
|
private |
Definition at line 398 of file lasreadpoint.cpp.
Definition at line 514 of file lasreadpoint.cpp.
Definition at line 253 of file lasreadpoint.cpp.
Definition at line 64 of file lasreadpoint.cpp.
|
private |
Definition at line 71 of file lasreadpoint.hpp.
|
private |
Definition at line 70 of file lasreadpoint.hpp.
|
private |
Definition at line 75 of file lasreadpoint.hpp.
|
private |
Definition at line 76 of file lasreadpoint.hpp.
|
private |
Definition at line 72 of file lasreadpoint.hpp.
|
private |
Definition at line 68 of file lasreadpoint.hpp.
|
private |
Definition at line 63 of file lasreadpoint.hpp.
|
private |
Definition at line 64 of file lasreadpoint.hpp.
|
private |
Definition at line 73 of file lasreadpoint.hpp.
|
private |
Definition at line 81 of file lasreadpoint.hpp.
|
private |
Definition at line 80 of file lasreadpoint.hpp.
|
private |
Definition at line 65 of file lasreadpoint.hpp.
|
private |
Definition at line 67 of file lasreadpoint.hpp.
|
private |
Definition at line 66 of file lasreadpoint.hpp.
|
private |
Definition at line 82 of file lasreadpoint.hpp.
|
private |
Definition at line 74 of file lasreadpoint.hpp.