|
| LASreaderTXTrescale (F64 x_scale_factor, F64 y_scale_factor, F64 z_scale_factor) |
|
virtual BOOL | open (const char *file_name, const char *parse_string=0, I32 skip_lines=0, BOOL populate_header=FALSE) |
|
void | add_extra_attribute (I32 data_type, const char *name, const char *description=0, F64 scale=1.0, F64 offset=0.0) |
|
void | close (BOOL close_stream=TRUE) |
|
I32 | get_format () const |
|
ByteStreamIn * | get_stream () const |
|
| LASreaderTXT () |
|
BOOL | reopen (const char *file_name) |
|
BOOL | seek (const I64 p_index) |
|
void | set_offset (const F64 *offset) |
|
void | set_scale_factor (const F64 *scale_factor) |
|
void | set_scale_intensity (F32 scale_intensity) |
|
void | set_scale_scan_angle (F32 scale_scan_angle) |
|
void | set_translate_intensity (F32 translate_intensity) |
|
void | set_translate_scan_angle (F32 translate_scan_angle) |
|
virtual | ~LASreaderTXT () |
|
void | compute_coordinates () |
|
LASindex * | get_index () const |
|
F64 | get_max_x () const |
|
F64 | get_max_y () const |
|
F64 | get_max_z () const |
|
F64 | get_min_x () const |
|
F64 | get_min_y () const |
|
F64 | get_min_z () const |
|
F64 | get_x () const |
|
I32 | get_x (const F64 x) const |
|
F64 | get_x (const I32 x) const |
|
F64 | get_y () const |
|
I32 | get_y (const F64 y) const |
|
F64 | get_y (const I32 y) const |
|
F64 | get_z () const |
|
I32 | get_z (const F64 z) const |
|
F64 | get_z (const I32 z) const |
|
virtual BOOL | inside_circle (const F64 center_x, const F64 center_y, const F64 radius) |
|
virtual BOOL | inside_rectangle (const F64 min_x, const F64 min_y, const F64 max_x, const F64 max_y) |
|
virtual BOOL | inside_tile (const F32 ll_x, const F32 ll_y, const F32 size) |
|
| LASreader () |
|
BOOL | read_point () |
|
void | reset_filter () |
|
virtual void | set_filter (LASfilter *filter) |
|
void | set_index (LASindex *index) |
|
virtual void | set_transform (LAStransform *transform) |
|
void | use_alternate_reader () |
|
void | use_default_reader () |
|
virtual | ~LASreader () |
|
Definition at line 93 of file lasreader_txt.hpp.