liblas.hpp File Reference

#include <liblas/cstdint.hpp>
#include <fstream>
#include <string>

Include dependency graph for liblas.hpp:

Go to the source code of this file.


Namespaces

namespace  liblas

Enumerations

enum  liblas::LASFileVersion { liblas::eLASVersion10 = 1 * 100000 + 0, liblas::eLASVersion11 = 1 * 100000 + 1, liblas::eLASVersion20 = 2 * 100000 + 0 }
 Version numbers of the ASPRS LAS Specification. More...

Functions

bool liblas::Open (std::ifstream &ifs, std::string const &filename)
 Open file to read in binary mode.
bool liblas::Create (std::ofstream &ofs, std::string const &filename)
 Create file and open to write in binary mode.