[pdal] PointView::dims()
Kramer, Oscar
OKramer at radiantblue.com
Wed May 20 12:17:25 PDT 2015
I see the following inline definition in PointView.hpp:
Dimension::IdList dims() const { return m_pointTable.layout()->dims(); }
While in PointLayout, the dims list is returned as a const reference:
const Dimension::IdList& dims() const;
Is that intentional? I modified PointView.hpp in my workspace to mirror the underlying call's return type (namely, const IdList&) and PDAL compiled OK.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20150520/66b3920e/attachment.html>
More information about the pdal
mailing list