libLAS API Reference
1.8.1
|
#include <liblas/version.hpp>
#include <liblas/header.hpp>
#include <liblas/point.hpp>
#include <liblas/detail/fwd.hpp>
#include <liblas/export.hpp>
#include <boost/function.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/shared_ptr.hpp>
#include <vector>
#include <functional>
#include <string>
Go to the source code of this file.
Classes | |
class | liblas::FilterI |
Defines public interface to LAS filter implementation. More... | |
class | liblas::BoundsFilter |
A filter for keeping or rejecting points that fall within a specified bounds. More... | |
class | liblas::ClassificationFilter |
A filter for keeping or rejecting a list of classification ids. More... | |
class | liblas::ThinFilter |
A filter simple decimation. More... | |
class | liblas::ReturnFilter |
A filter for keeping or rejecting a list of return ids. More... | |
class | liblas::ValidationFilter |
class | liblas::ContinuousValueFilter< T > |
A templated class that allows you to create complex filters using functions that are callable from the liblas::Point class. More... | |
class | liblas::ColorFilter |
A filter for color ranges. More... | |
Namespaces | |
liblas | |
Namespace grouping all elements of libLAS public interface. | |
Typedefs | |
typedef boost::shared_ptr< FilterI > | liblas::FilterPtr |