#include <laswriter.hpp>
Public Member Functions | |
virtual BOOL | chunk ()=0 |
virtual I64 | close (BOOL update_npoints=TRUE)=0 |
LASwriter () | |
virtual BOOL | update_header (const LASheader *header, BOOL use_inventory=TRUE, BOOL update_extra_bytes=FALSE)=0 |
void | update_inventory (const LASpoint *point) |
virtual BOOL | write_point (const LASpoint *point)=0 |
virtual | ~LASwriter () |
Public Attributes | |
LASinventory | inventory |
I64 | npoints |
I64 | p_count |
LASquantizer | quantizer |
Definition at line 47 of file laswriter.hpp.
|
inline |
Definition at line 62 of file laswriter.hpp.
|
inlinevirtual |
Definition at line 63 of file laswriter.hpp.
|
pure virtual |
Implemented in LASwriterLAS, LASwriterBIN, LASwriterQFIT, and LASwriterTXT.
Implemented in LASwriterLAS, LASwriterBIN, LASwriterQFIT, and LASwriterTXT.
|
pure virtual |
Implemented in LASwriterLAS, LASwriterBIN, LASwriterQFIT, and LASwriterTXT.
|
inline |
Definition at line 56 of file laswriter.hpp.
Implemented in LASwriterLAS, LASwriterBIN, LASwriterQFIT, and LASwriterTXT.
LASinventory LASwriter::inventory |
Definition at line 53 of file laswriter.hpp.
I64 LASwriter::npoints |
Definition at line 51 of file laswriter.hpp.
I64 LASwriter::p_count |
Definition at line 52 of file laswriter.hpp.
LASquantizer LASwriter::quantizer |
Definition at line 50 of file laswriter.hpp.