[Liblas-commits] lastools: Updated lastools to December 2010
version.
liblas-commits at liblas.org
liblas-commits at liblas.org
Tue Dec 21 15:11:09 EST 2010
changeset e97a9f0005f7 in /Volumes/Data/www/liblas.org/lastools
details: http://hg.liblas.orglastools?cmd=changeset;node=e97a9f0005f7
summary: Updated lastools to December 2010 version.
diffstat:
LASlib.dsp | 288 ++++++++++
LASlib.plg | 84 +++
Makefile | 6 +-
README.txt | 7 +-
bin/las2dem.exe | 0
bin/las2iso.exe | 0
bin/las2las.exe | 0
bin/las2shp.exe | 0
bin/las2tin.exe | 0
bin/las2txt.exe | 0
bin/lasboundary.exe | 0
bin/lasdiff.exe | 0
bin/lasinfo.exe | 0
bin/lasmerge.exe | 0
bin/lasprecision.exe | 0
bin/lasprecision_README.txt | 495 ++++++++++++++++++
bin/lasthin.exe | 0
bin/lasview.exe | 0
bin/laszip.exe | 0
bin/shp2las.exe | 0
bin/txt2las.exe | 0
inc/lasdefinitions.h | 712 ++++++++++++++++++++++---
inc/lasreader.h | 62 +-
inc/lasunzipper.hpp | 82 +++
inc/laswriter.h | 42 +-
inc/laszip.hpp | 239 ++++++++
inc/laszipper.hpp | 82 +++
inc/mydefs.hpp | 159 +++++
lastools.dsw | 236 ++++++++
lastools.ncb | 0
lastools.opt | 0
lib/LASlib.lib | 0
libD/LASlib.lib | 0
src/Makefile | 4 +-
src/arithmeticdecoder.cpp | 276 ++++++++++
src/arithmeticdecoder.hpp | 110 ++++
src/arithmeticencoder.cpp | 305 +++++++++++
src/arithmeticencoder.hpp | 116 ++++
src/arithmeticmodel.cpp | 188 ++++++
src/arithmeticmodel.hpp | 101 +++
src/bytestreamin.hpp | 70 ++
src/bytestreamin_file.hpp | 209 +++++++
src/bytestreamin_istream.hpp | 207 +++++++
src/bytestreamout.hpp | 78 ++
src/bytestreamout_file.hpp | 196 +++++++
src/bytestreamout_nil.hpp | 176 ++++++
src/bytestreamout_ostream.hpp | 217 ++++++++
src/entropydecoder.hpp | 104 +++
src/entropyencoder.hpp | 104 +++
src/integercompressor.cpp | 510 ++++++++++++++++++
src/integercompressor.hpp | 114 ++++
src/lasreader.cpp | 863 +++++++++++++++----------------
src/lasreaditem.hpp | 87 +++
src/lasreaditemcompressed_v1.cpp | 469 +++++++++++++++++
src/lasreaditemcompressed_v1.hpp | 144 +++++
src/lasreaditemraw.hpp | 110 ++++
src/lasreadpoint.cpp | 233 ++++++++
src/lasreadpoint.hpp | 81 +++
src/lasunzipper.cpp | 104 +++
src/laswriteitem.hpp | 87 +++
src/laswriteitemcompressed_v1.cpp | 516 +++++++++++++++++++
src/laswriteitemcompressed_v1.hpp | 144 +++++
src/laswriteitemraw.hpp | 110 ++++
src/laswritepoint.cpp | 240 ++++++++
src/laswritepoint.hpp | 81 +++
src/laswriter.cpp | 692 ++++++++++++++----------
src/laszipper.cpp | 127 ++++
src/rangedecoder.cpp | 337 ++++++++++++
src/rangedecoder.hpp | 127 ++++
src/rangeencoder.cpp | 385 ++++++++++++++
src/rangeencoder.hpp | 116 ++++
src/rangemodel.cpp | 248 +++++++++
src/rangemodel.hpp | 122 ++++
tools/las2dem.dsp | 8 +-
tools/las2dem.plg | 556 +--------------------
tools/las2iso.dsp | 8 +-
tools/las2iso.plg | 12 +-
tools/las2las.dsp | 8 +
tools/las2las.plg | 14 +-
tools/las2shp.dsp | 8 +-
tools/las2shp.plg | 14 +-
tools/las2tin.dsp | 8 +-
tools/las2tin.plg | 18 +-
tools/las2txt.plg | 14 +-
tools/lasboundary.dsp | 20 +-
tools/lasboundary.plg | 572 +--------------------
tools/lasdiff.plg | 31 +-
tools/lasinfo.dsp | 8 +-
tools/lasinfo.plg | 16 +-
tools/lasmerge.dsp | 16 +-
tools/lasmerge.plg | 27 -
tools/lasprecision.dsp | 138 +++++
tools/lasprecision.plg | 43 +
tools/lasthin.dsp | 16 +-
tools/lasthin.plg | 15 +-
tools/lasview.dsp | 12 +-
tools/lasview.plg | 18 +-
tools/laszip.dsp | 20 +-
tools/laszip.plg | 572 +--------------------
tools/laszippertest.dsp | 122 ++++
tools/laszippertest.plg | 16 +
tools/shp2las.dsp | 8 +-
tools/shp2las.plg | 14 +-
tools/shp2text.dsp | 138 +++++
tools/shp2text.plg | 51 +
tools/src/Makefile | 14 +-
tools/src/las2dem.cpp | 2 +
tools/src/las2iso.cpp | 40 +-
tools/src/las2las.cpp | 111 +--
tools/src/las2shp.cpp | 44 +-
tools/src/las2tin.cpp | 31 +-
tools/src/las2txt.cpp | 42 +-
tools/src/lasboundary.cpp | 431 +++++++++++++++-
tools/src/lasdiff.cpp | 167 ++++-
tools/src/lasinfo.cpp | 98 +--
tools/src/lasmerge.cpp | 22 +-
tools/src/lasprecision.cpp | 698 +++++++++++++++++++++++++
tools/src/lasthin.cpp | 19 +-
tools/src/lasview.cpp | 32 +-
tools/src/laszip.cpp | 104 +--
tools/src/laszippertest.cpp | 461 +++++++++++++++++
tools/src/shp2las.cpp | 6 +-
tools/src/sr_api/srreader.h | 85 +-
tools/src/sr_api/srwriter.h | 2 +-
tools/src/sr_api/srwriter_bil_fseek.cpp | 3 +-
tools/src/txt2las.cpp | 224 +++----
tools/txt2las.dsp | 8 +-
tools/txt2las.plg | 16 +-
128 files changed, 12949 insertions(+), 3254 deletions(-)
diffs (truncated from 19113 to 300 lines):
diff -r c8345daf8bb9 -r e97a9f0005f7 LASlib.dsp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/LASlib.dsp Tue Dec 21 15:05:06 2010 -0500
@@ -0,0 +1,288 @@
+# Microsoft Developer Studio Project File - Name="LASlib" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Static Library" 0x0104
+
+CFG=LASlib - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "LASlib.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "LASlib.mak" CFG="LASlib - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "LASlib - Win32 Release" (based on "Win32 (x86) Static Library")
+!MESSAGE "LASlib - Win32 Debug" (based on "Win32 (x86) Static Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "LASlib - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release"
+# PROP Intermediate_Dir "Release"
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
+# ADD CPP /nologo /W3 /GX /O2 /I "inc" /I "stl" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PostBuild_Cmds=copy Release\LASlib.lib lib\LASlib.lib
+# End Special Build Tool
+
+!ELSEIF "$(CFG)" == "LASlib - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Debug"
+# PROP BASE Intermediate_Dir "Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Debug"
+# PROP Intermediate_Dir "Debug"
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
+# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "inc" /I "stl" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PostBuild_Cmds=copy Debug\LASlib.lib libD\LASlib.lib
+# End Special Build Tool
+
+!ENDIF
+
+# Begin Target
+
+# Name "LASlib - Win32 Release"
+# Name "LASlib - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=.\src\arithmeticdecoder.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\arithmeticencoder.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\arithmeticmodel.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\integercompressor.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\lasreader.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\lasreaditemcompressed_v1.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\lasreadpoint.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\lasunzipper.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\laswriteitemcompressed_v1.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\laswritepoint.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\laswriter.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\laszipper.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\rangedecoder.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\rangeencoder.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\rangemodel.cpp
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter ".h"
+# Begin Source File
+
+SOURCE=.\src\arithmeticdecoder.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\arithmeticencoder.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\arithmeticmodel.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\bytestreamin.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\bytestreamin_file.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\bytestreamin_istream.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\bytestreamout.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\bytestreamout_file.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\bytestreamout_nil.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\bytestreamout_ostream.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\entropydecoder.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\entropyencoder.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\integercompressor.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\inc\lasdefinitions.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\inc\lasreader.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\lasreaditem.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\lasreaditemcompressed_v1.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\lasreaditemraw.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\lasreadpoint.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\inc\lasunzipper.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\laswriteitem.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\laswriteitemcompressed_v1.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\laswriteitemraw.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\laswritepoint.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\inc\laswriter.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\inc\laszip.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\inc\laszipper.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\inc\mydefs.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\mydefs.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\rangedecoder.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\rangeencoder.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\src\rangemodel.hpp
+# End Source File
+# End Group
+# End Target
+# End Project
diff -r c8345daf8bb9 -r e97a9f0005f7 LASlib.plg
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/LASlib.plg Tue Dec 21 15:05:06 2010 -0500
@@ -0,0 +1,84 @@
+<html>
+<body>
+<pre>
+<h1>Build Log</h1>
More information about the Liblas-commits
mailing list