libLAS API Reference  1.8.1
Classes | Namespaces | Typedefs | Functions
utility.hpp File Reference
#include <liblas/header.hpp>
#include <liblas/point.hpp>
#include <liblas/detail/fwd.hpp>
#include <liblas/external/property_tree/ptree.hpp>
#include <liblas/export.hpp>
#include <liblas/filter.hpp>
#include <boost/foreach.hpp>
#include <vector>
#include <functional>
#include <string>
#include <memory>
Include dependency graph for utility.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  liblas::Summary
 A summarization utililty for LAS points. More...
 
class  liblas::CoordinateSummary
 

Namespaces

 liblas
 Namespace grouping all elements of libLAS public interface.
 

Typedefs

typedef boost::array< uint32_t, 32 > classes_type
 

Functions

LAS_DLL std::ostream & liblas::operator<< (std::ostream &os, liblas::Summary const &s)
 
LAS_DLL uint32_t liblas::GetStreamPrecision (double scale)
 

Typedef Documentation

typedef boost::array<uint32_t, 32> classes_type