libLAS API Reference  1.8.1
Classes | Namespaces | Functions
classification.hpp File Reference
#include <liblas/export.hpp>
#include <cassert>
#include <cstddef>
#include <bitset>
#include <ostream>
#include <sstream>
#include <stdexcept>
#include <stdint.h>
Include dependency graph for classification.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  liblas::Classification
 Class definition to manipulate properties of point record classification. More...
 

Namespaces

 liblas
 Namespace grouping all elements of libLAS public interface.
 

Functions

bool liblas::operator== (Classification const &lhs, Classification const &rhs)
 Equal-to operator implemented in terms of Classification::equal. More...
 
bool liblas::operator!= (Classification const &lhs, Classification const &rhs)
 Not-equal-to operator implemented in terms of Classification::equal. More...
 
std::ostream & liblas::operator<< (std::ostream &os, Classification const &cls)
 The output stream operator is based on std::bitset<N>::operator<<. More...