6
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add writer10.cpp More... over 16 years ago
formatting tweak More... over 16 years ago
Complete implementation of writing public header block (with some default values) in writer10.cpp. More... over 16 years ago
Added missing Set* functions to LASHeader class. More... over 16 years ago
Added new constructor to detail::Point class. More... over 16 years ago
Added initial bits of writing header data. It's not finished. There are a few issues to be solved. More... over 16 years ago
more error handling More... over 16 years ago
some simple error handling routines More... over 16 years ago
Added new Set* functions to LASHeader class. More... over 16 years ago
Added new Set* functions to LASHeader class. More... over 16 years ago
Fixed copy ctor and assignment operator of LASHeader class. More... over 16 years ago
Renamed detail::bytes_of to detail::as_buffer. Added new utility detail::as_bytes. Now, as_buffer returns writable bytes buffer of given object and as_bytes returns object as readable stream of bytes. More... over 16 years ago
Replaced unsigned char with uint8_t type in random_byte function. More... over 16 years ago
Small improvements in LASError class. More... over 16 years ago
Added implementation of liblas::guid class (guid.hpp sh1.hpp) based on boost::guid, version 7, available from the Boost Vault repository at http://www.boost-consulting.com/vault/. The liblas::guid class will be used to support unique identifier for each LAS file in a project. More... over 16 years ago
a simple, dumb LASError class. It doesn't subclass <exception> yet, but I think it should More... over 16 years ago
Implemented a few Set methods in LASHeader class. More... over 16 years ago
Replaced magic numbers in definition of const-size array members of LASHeader with named constants defined as enumerators. More... over 16 years ago
Renamed LASReader::ReadPoint() function to ReadNextPoint(). More... over 16 years ago
need a global stream, not one on the stack More... over 16 years ago
updates to lasinfo More... over 16 years ago
I hate pendanic :) More... over 16 years ago
some cleanup More... over 16 years ago
Added base skeleton of LAS writer classes. More... over 16 years ago
Removed redundant comma after last enumerator. More... over 16 years ago
Moved declaration of Reader implementations for LA 1.0 and 1.1 to separate private headers. More... over 16 years ago
test was backwards More... over 16 years ago
tweak error message for 2.0 to complain for >= 2.0 instead of only 2.0 More... over 16 years ago
update configure More... over 16 years ago
Replaced magic numbers of LAS versions with LASFileVersion enum. Cleaned unused comments. More... over 16 years ago