[Liblas-commits] hg: note about CachedReaderImpl not doing anything
for random re...
liblas-commits at liblas.org
liblas-commits at liblas.org
Sun Jun 6 15:46:37 EDT 2010
changeset fa6ddd509299 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=fa6ddd509299
summary: note about CachedReaderImpl not doing anything for random reads at this time
diffstat:
src/detail/reader/reader.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r b86e82366a19 -r fa6ddd509299 src/detail/reader/reader.cpp
--- a/src/detail/reader/reader.cpp Sun Jun 06 14:17:03 2010 -0500
+++ b/src/detail/reader/reader.cpp Sun Jun 06 14:46:31 2010 -0500
@@ -407,6 +407,8 @@
std::string out(output.str());
throw std::runtime_error(out);
}
+
+ // This cached reader does nothing for seeking at this time.
return ReaderImpl::ReadPointAt(n, header);
// return ReadCachedPoint(n, header);
More information about the Liblas-commits
mailing list