Skip to content

Commit

Permalink
Add public accessor method for PointTableRef from PointView #1927 (#1928
Browse files Browse the repository at this point in the history
)
  • Loading branch information
hobu committed Apr 18, 2018
1 parent 830442a commit 0102e5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pdal/PointView.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ class PDAL_DLL PointView : public PointContainer
{ return layout()->dimTypes(); }
inline PointLayoutPtr layout() const
{ return m_pointTable.layout(); }
inline PointTableRef table() const
{ return m_pointTable;}
SpatialReference spatialReference() const
{ return m_spatialReference; }

Expand Down

0 comments on commit 0102e5c

Please sign in to comment.