#include <lasreader_las.hpp>
|
| LASreaderLASreoffset (F64 x_offset, F64 y_offset, F64 z_offset) |
|
void | close (BOOL close_stream=TRUE) |
|
I32 | get_format () const |
|
ByteStreamIn * | get_stream () const |
|
| LASreaderLAS () |
|
BOOL | open (const char *file_name, U32 io_buffer_size=65536) |
|
BOOL | open (FILE *file) |
|
BOOL | open (istream &stream) |
|
BOOL | seek (const I64 p_index) |
|
virtual | ~LASreaderLAS () |
|
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_las.hpp.
◆ LASreaderLASreoffset()
LASreaderLASreoffset::LASreaderLASreoffset |
( |
F64 |
x_offset, |
|
|
F64 |
y_offset, |
|
|
F64 |
z_offset |
|
) |
| |
◆ open()
◆ read_point_default()
BOOL LASreaderLASreoffset::read_point_default |
( |
| ) |
|
|
protectedvirtual |
◆ offset
F64 LASreaderLASreoffset::offset[3] |
|
protected |
◆ orig_x_offset
F64 LASreaderLASreoffset::orig_x_offset |
|
protected |
◆ orig_y_offset
F64 LASreaderLASreoffset::orig_y_offset |
|
protected |
◆ orig_z_offset
F64 LASreaderLASreoffset::orig_z_offset |
|
protected |
◆ reoffset_x
BOOL LASreaderLASreoffset::reoffset_x |
|
protected |
◆ reoffset_y
BOOL LASreaderLASreoffset::reoffset_y |
|
protected |
◆ reoffset_z
BOOL LASreaderLASreoffset::reoffset_z |
|
protected |
The documentation for this class was generated from the following files: