#include <lasreader_qfit.hpp>

| Public Member Functions | |
| LASreaderQFITrescale (F64 x_scale_factor, F64 y_scale_factor, F64 z_scale_factor) | |
| virtual BOOL | open (ByteStreamIn *stream) | 
|  Public Member Functions inherited from LASreaderQFIT | |
| void | close (BOOL close_stream=TRUE) | 
| I32 | get_format () const | 
| ByteStreamIn * | get_stream () const | 
| LASreaderQFIT () | |
| BOOL | open (const char *file_name) | 
| BOOL | reopen (const char *file_name) | 
| BOOL | seek (const I64 p_index) | 
| virtual | ~LASreaderQFIT () | 
|  Public Member Functions inherited from LASreader | |
| 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 () | 
| Protected Attributes | |
| F64 | scale_factor [3] | 
|  Protected Attributes inherited from LASreader | |
| F64 | c_center_x | 
| F64 | c_center_y | 
| F64 | c_radius | 
| F64 | c_radius_squared | 
| LASfilter * | filter | 
| LASindex * | index | 
| F64 | r_max_x | 
| F64 | r_max_y | 
| F64 | r_min_x | 
| F64 | r_min_y | 
| F32 | t_ll_x | 
| F32 | t_ll_y | 
| F32 | t_size | 
| F32 | t_ur_x | 
| F32 | t_ur_y | 
| LAStransform * | transform | 
| Additional Inherited Members | |
|  Public Attributes inherited from LASreader | |
| LASheader | header | 
| I64 | npoints | 
| I64 | p_count | 
| LASpoint | point | 
|  Protected Member Functions inherited from LASreaderQFIT | |
| BOOL | read_point_default () | 
|  Protected Member Functions inherited from LASreader | |
| virtual BOOL | read_point_alternate () | 
Definition at line 76 of file lasreader_qfit.hpp.
| LASreaderQFITrescale::LASreaderQFITrescale | ( | F64 | x_scale_factor, | 
| F64 | y_scale_factor, | ||
| F64 | z_scale_factor | ||
| ) | 
Definition at line 429 of file lasreader_qfit.cpp.
| 
 | virtual | 
Reimplemented from LASreaderQFIT.
Reimplemented in LASreaderQFITrescalereoffset.
Definition at line 436 of file lasreader_qfit.cpp.
| 
 | protected | 
Definition at line 83 of file lasreader_qfit.hpp.