![]() |
libLAS API Reference
1.8.1
|
#include <liblas/export.hpp>#include <cassert>#include <cstddef>#include <bitset>#include <ostream>#include <sstream>#include <stdexcept>#include <stdint.h>

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... | |
1.8.11