[Liblas-commits] hg: add xyz filter example

liblas-commits at liblas.org liblas-commits at liblas.org
Wed Aug 25 21:47:49 EDT 2010


changeset 262272cf1d04 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=262272cf1d04
summary: add xyz filter example

diffstat:

 apps/lasindex_test.cpp |  7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r 4c25e26c4d59 -r 262272cf1d04 apps/lasindex_test.cpp
--- a/apps/lasindex_test.cpp	Thu Aug 26 01:45:49 2010 +0100
+++ b/apps/lasindex_test.cpp	Wed Aug 25 20:47:41 2010 -0500
@@ -207,6 +207,13 @@
 		 "-n", "C:\\LibLAS\\Samples\\N1440375_idx.ldx", "-r"};
 	argc = 6;
 	*/
+	
+	/*const char* arggv[] = {"foo", "-t", "C:\\LibLAS\\Samples\\N1440375.tmp",
+		 "-i", "C:\\LibLAS\\Samples\\N1440375.las", "-a", SAMPLE_AUTHOR, "-c", SAMPLE_COMMENT, "-d", SAMPLE_DATE,
+		 "-o", "C:\\LibLAS\\Samples\\N1440375_idx.las",
+		 "-x", "1443000.00", "1444000.00", "-y", "376000.02", "379000.00", "-z", "850.00", "950.00"};
+	argc = 22;
+	*/	
 	/*---------------------Serpent Mound Model LAS Data-----------------------*/
 	/*----------------------------build index-----------------------------------
 	const char* arggv[] = {"foo", "-t", "C:\\LibLAS\\Samples\\Serpent Mound Model LAS Data.tmp",


More information about the Liblas-commits mailing list