Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
LASreaderLASrescale Class Reference

#include <lasreader_las.hpp>

Inheritance diagram for LASreaderLASrescale:
Inheritance graph
[legend]

Public Member Functions

 LASreaderLASrescale (F64 x_scale_factor, F64 y_scale_factor, F64 z_scale_factor)
 
- Public Member Functions inherited from LASreaderLAS
void close (BOOL close_stream=TRUE)
 
I32 get_format () const
 
ByteStreamInget_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 ()
 
LASindexget_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 ()
 

Protected Attributes

F64 orig_x_scale_factor
 
F64 orig_y_scale_factor
 
F64 orig_z_scale_factor
 
BOOL rescale_x
 
BOOL rescale_y
 
BOOL rescale_z
 
F64 scale_factor [3]
 
- Protected Attributes inherited from LASreader
F64 c_center_x
 
F64 c_center_y
 
F64 c_radius
 
F64 c_radius_squared
 
LASfilterfilter
 
LASindexindex
 
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
 
LAStransformtransform
 

Additional Inherited Members

- Public Attributes inherited from LASreader
LASheader header
 
I64 npoints
 
I64 p_count
 
LASpoint point
 

Detailed Description

Definition at line 80 of file lasreader_las.hpp.

Constructor & Destructor Documentation

◆ LASreaderLASrescale()

LASreaderLASrescale::LASreaderLASrescale ( F64  x_scale_factor,
F64  y_scale_factor,
F64  z_scale_factor 
)

Definition at line 873 of file lasreader_las.cpp.

Member Function Documentation

◆ open()

BOOL LASreaderLASrescale::open ( ByteStreamIn stream)
protectedvirtual

Reimplemented from LASreaderLAS.

Reimplemented in LASreaderLASrescalereoffset.

Definition at line 901 of file lasreader_las.cpp.

◆ read_point_default()

BOOL LASreaderLASrescale::read_point_default ( )
protectedvirtual

Reimplemented from LASreaderLAS.

Reimplemented in LASreaderLASrescalereoffset.

Definition at line 880 of file lasreader_las.cpp.

Member Data Documentation

◆ orig_x_scale_factor

F64 LASreaderLASrescale::orig_x_scale_factor
protected

Definition at line 90 of file lasreader_las.hpp.

◆ orig_y_scale_factor

F64 LASreaderLASrescale::orig_y_scale_factor
protected

Definition at line 90 of file lasreader_las.hpp.

◆ orig_z_scale_factor

F64 LASreaderLASrescale::orig_z_scale_factor
protected

Definition at line 90 of file lasreader_las.hpp.

◆ rescale_x

BOOL LASreaderLASrescale::rescale_x
protected

Definition at line 88 of file lasreader_las.hpp.

◆ rescale_y

BOOL LASreaderLASrescale::rescale_y
protected

Definition at line 88 of file lasreader_las.hpp.

◆ rescale_z

BOOL LASreaderLASrescale::rescale_z
protected

Definition at line 88 of file lasreader_las.hpp.

◆ scale_factor

F64 LASreaderLASrescale::scale_factor[3]
protected

Definition at line 89 of file lasreader_las.hpp.


The documentation for this class was generated from the following files:


lvr2
Author(s): Thomas Wiemann , Sebastian Pütz , Alexander Mock , Lars Kiesow , Lukas Kalbertodt , Tristan Igelbrink , Johan M. von Behren , Dominik Feldschnieders , Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:26