42 #ifndef LIBLAS_LASWRITER_HPP_INCLUDED 43 #define LIBLAS_LASWRITER_HPP_INCLUDED 52 #include <boost/shared_ptr.hpp> 84 Header const& GetHeader()
const;
86 void SetHeader(
Header const& header);
91 bool WritePoint(
Point const& point);
99 void SetFilters(std::vector<liblas::FilterPtr>
const& filters);
102 std::vector<liblas::FilterPtr> GetFilters()
const;
107 void SetTransforms(std::vector<liblas::TransformPtr>
const& transforms);
110 std::vector<liblas::TransformPtr> GetTransforms()
const;
120 #endif // ndef LIBLAS_LASWRITER_HPP_INCLUDED
#define LAS_DLL
Definition: export.hpp:58
Namespace grouping all elements of libLAS public interface.
Definition: bounds.hpp:60
Defines public interface to LAS writer implementation.
Definition: writer.hpp:63
Point data record composed with X, Y, Z coordinates and attributes.
Definition: point.hpp:68