#include <lasreader_las.hpp>
Public Member Functions | |
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 () |
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 Member Functions | |
virtual BOOL | open (ByteStreamIn *stream) |
virtual BOOL | read_point_default () |
Protected Member Functions inherited from LASreader | |
virtual BOOL | read_point_alternate () |
Private Attributes | |
FILE * | file |
LASreadPoint * | reader |
ByteStreamIn * | stream |
Additional Inherited Members | |
Public Attributes inherited from LASreader | |
LASheader | header |
I64 | npoints |
I64 | p_count |
LASpoint | point |
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 |
Definition at line 52 of file lasreader_las.hpp.
LASreaderLAS::LASreaderLAS | ( | ) |
Definition at line 861 of file lasreader_las.cpp.
|
virtual |
Definition at line 868 of file lasreader_las.cpp.
Implements LASreader.
Definition at line 838 of file lasreader_las.cpp.
|
virtual |
Implements LASreader.
Definition at line 796 of file lasreader_las.cpp.
|
virtual |
Implements LASreader.
Definition at line 833 of file lasreader_las.cpp.
|
protectedvirtual |
Reimplemented in LASreaderLASrescalereoffset, LASreaderLASreoffset, and LASreaderLASrescale.
Definition at line 117 of file lasreader_las.cpp.
Definition at line 46 of file lasreader_las.cpp.
BOOL LASreaderLAS::open | ( | FILE * | file | ) |
Definition at line 76 of file lasreader_las.cpp.
BOOL LASreaderLAS::open | ( | istream & | stream | ) |
Definition at line 105 of file lasreader_las.cpp.
|
protectedvirtual |
Implements LASreader.
Reimplemented in LASreaderLASrescalereoffset, LASreaderLASreoffset, and LASreaderLASrescale.
Definition at line 818 of file lasreader_las.cpp.
Implements LASreader.
Definition at line 805 of file lasreader_las.cpp.
|
private |
Definition at line 75 of file lasreader_las.hpp.
|
private |
Definition at line 77 of file lasreader_las.hpp.
|
private |
Definition at line 76 of file lasreader_las.hpp.