laswriter_qfit.hpp
Go to the documentation of this file.
1 /*
2 ===============================================================================
3 
4  FILE: laswriter_qfit.hpp
5 
6  CONTENTS:
7 
8  Writes LIDAR points from to ASCII through on-the-fly conversion from LAS.
9 
10  PROGRAMMERS:
11 
12  martin.isenburg@gmail.com
13 
14  COPYRIGHT:
15 
16  (c) 2007-2011, Martin Isenburg, LASSO - tools to catch reality
17 
18  This is free software; you can redistribute and/or modify it under the
19  terms of the GNU Lesser General Licence as published by the Free Software
20  Foundation. See the COPYING file for more information.
21 
22  This software is distributed WITHOUT ANY WARRANTY and without even the
23  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
24 
25  CHANGE HISTORY:
26 
27  23 December 2011 -- created after by new OGIO laptop bagpack arrived
28 
29 ===============================================================================
30 */
31 #ifndef LAS_WRITER_QFIT_HPP
32 #define LAS_WRITER_QFIT_HPP
33 
34 #include "laswriter.hpp"
35 
36 #include <stdio.h>
37 
38 class ByteStreamOut;
39 
40 class LASwriterQFIT : public LASwriter
41 {
42 public:
43 
44  BOOL refile(FILE* file);
45 
46  BOOL open(const char* file_name, const LASheader* header, I32 version=48, U32 io_buffer_size=65536);
47  BOOL open(FILE* file, const LASheader* header, I32 version=48);
48  BOOL open(ByteStreamOut* stream, const LASheader* header, I32 version=48);
49 
50  BOOL write_point(const LASpoint* point);
51  BOOL chunk() { return FALSE; };
52 
53  BOOL update_header(const LASheader* header, BOOL use_inventory=TRUE, BOOL update_extra_bytes=FALSE);
54  I64 close(BOOL update_npoints=true);
55 
56  LASwriterQFIT();
58 
59 private:
61  FILE* file;
65  I32 buffer[14];
70 };
71 
72 #endif
ByteStreamOut * stream
int BOOL
Definition: mydefs.hpp:57
#define FALSE
Definition: mydefs.hpp:133
unsigned int U32
Definition: mydefs.hpp:39
BOOL write_point(const LASpoint *point)
long long I64
Definition: mydefs.hpp:48
I32 scan_azimuth_array_offset
I64 close(BOOL update_npoints=true)
int I32
Definition: mydefs.hpp:35
BOOL refile(FILE *file)
BOOL update_header(const LASheader *header, BOOL use_inventory=TRUE, BOOL update_extra_bytes=FALSE)
BOOL open(const char *file_name, const LASheader *header, I32 version=48, U32 io_buffer_size=65536)
#define TRUE
Definition: mydefs.hpp:137
I32 pulse_width_array_offset


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 Mon Feb 28 2022 22:46:07