#include <liblas/reader.hpp>
#include <liblas/header.hpp>
#include <liblas/bounds.hpp>
#include <liblas/variablerecord.hpp>
#include <liblas/detail/index/indexcell.hpp>
#include <liblas/export.hpp>
#include <stdexcept>
#include <cstdio>
#include <iostream>
#include <cstdlib>
#include <vector>
Go to the source code of this file.
|
| liblas |
| Namespace grouping all elements of libLAS public interface.
|
|
|
template<typename T , typename Q > |
void | liblas::ReadVLRData_n (T &dest, IndexVLRData const &src, Q &pos) |
|
template<typename T , typename Q > |
void | liblas::ReadVLRDataNoInc_n (T &dest, IndexVLRData const &src, Q const &pos) |
|
template<typename T , typename Q > |
void | liblas::ReadeVLRData_str (char *dest, IndexVLRData const &src, T const srclen, Q &pos) |
|
template<typename T , typename Q > |
void | liblas::ReadVLRDataNoInc_str (char *dest, IndexVLRData const &src, T const srclen, Q pos) |
|
#define LIBLAS_INDEX_MAXCELLS 250000 |
#define LIBLAS_INDEX_MAXMEMDEFAULT 10000000 |
#define LIBLAS_INDEX_MAXPTSPERCELL 1000 |
#define LIBLAS_INDEX_MAXSTRLEN 512 |
#define LIBLAS_INDEX_MINMEMDEFAULT 1000000 |
#define LIBLAS_INDEX_OPTPTSPERCELL 100 |
#define LIBLAS_INDEX_PADLASTVLR |
#define LIBLAS_INDEX_RESERVEFILTERDEFAULT 1000000 |
#define LIBLAS_INDEX_VERSIONMAJOR 1 |
#define LIBLAS_INDEX_VERSIONMINOR 2 |