libLAS API Reference  1.8.1
Classes | Namespaces | Functions
point.hpp File Reference
#include <liblas/classification.hpp>
#include <liblas/color.hpp>
#include <liblas/schema.hpp>
#include <liblas/detail/pointrecord.hpp>
#include <liblas/detail/fwd.hpp>
#include <liblas/detail/private_utility.hpp>
#include <liblas/external/property_tree/ptree.hpp>
#include <liblas/export.hpp>
#include <boost/array.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/any.hpp>
#include <stdexcept>
#include <cstdlib>
#include <vector>
Include dependency graph for point.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  liblas::Point
 Point data record composed with X, Y, Z coordinates and attributes. More...
 

Namespaces

 liblas
 Namespace grouping all elements of libLAS public interface.
 

Functions

bool liblas::operator== (Point const &lhs, Point const &rhs)
 Equal-to operator implemented in terms of Point::equal method. More...
 
bool liblas::operator!= (Point const &lhs, Point const &rhs)
 Not-equal-to operator implemented in terms of Point::equal method. More...
 
LAS_DLL std::ostream & liblas::operator<< (std::ostream &os, liblas::Point const &)