[Liblas-commits] hg: dummy-merge with r1740
liblas-commits at liblas.org
liblas-commits at liblas.org
Fri Jul 30 13:43:32 EDT 2010
changeset 2d44ef043887 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=2d44ef043887
summary: dummy-merge with r1740
diffstat:
include/liblas/exception.hpp | 6 +++---
include/liblas/guid.hpp | 2 +-
src/lasclassification.cpp | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diffs (47 lines):
diff -r d4cea42a18e2 -r 2d44ef043887 include/liblas/exception.hpp
--- a/include/liblas/exception.hpp Fri Jul 30 11:52:25 2010 -0500
+++ b/include/liblas/exception.hpp Fri Jul 30 12:43:21 2010 -0500
@@ -49,7 +49,7 @@
namespace liblas {
/// Exception reporting invalid point data.
-/// It's usually thrown by LASPoint::Validate function.
+/// It's usually thrown by Point::Validate function.
class invalid_point_data : public std::runtime_error
{
public:
@@ -59,8 +59,8 @@
{}
/// Return flags identifying invalid point data members.
- /// Flags are composed with composed with LASPoint::DataMemberFlag.
- /// Testing flags example: bool timeValid = e.who() & LASPoint::eTime;
+ /// Flags are composed with composed with Point::DataMemberFlag.
+ /// Testing flags example: bool timeValid = e.who() & Point::eTime;
unsigned int who() const
{
return m_who;
diff -r d4cea42a18e2 -r 2d44ef043887 include/liblas/guid.hpp
--- a/include/liblas/guid.hpp Fri Jul 30 11:52:25 2010 -0500
+++ b/include/liblas/guid.hpp Fri Jul 30 12:43:21 2010 -0500
@@ -81,7 +81,7 @@
/// Definition of Globally Unique Identifier type.
/// The GUID is a 16-byte (128-bit) number.
/// This class is used to represent value stored as Project Identifier
-/// in public header block (see LASHeader) of a LAS file.
+/// in public header block (see Header) of a LAS file.
/// All files in a unique project should have the same value of
/// the Project Identifier. It is used together with File Source ID to
/// uniquely identify every LAS, globally.
diff -r d4cea42a18e2 -r 2d44ef043887 src/lasclassification.cpp
--- a/src/lasclassification.cpp Fri Jul 30 11:52:25 2010 -0500
+++ b/src/lasclassification.cpp Fri Jul 30 12:43:21 2010 -0500
@@ -2,7 +2,7 @@
* $Id$
*
* Project: libLAS - http://liblas.org - A BSD library for LAS format data.
- * Purpose: Implementation of LASClassification type.
+ * Purpose: Implementation of Classification type.
* Author: Mateusz Loskot, mateusz at loskot.net
*
******************************************************************************
More information about the Liblas-commits
mailing list