Skip to content

Commit

Permalink
provide access to the PointBuffer& via getBuffer() method
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Mar 2, 2012
1 parent 183ec27 commit 90878b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/pdal/StageIterator.hpp
Expand Up @@ -97,6 +97,8 @@ class PDAL_DLL StageIterator
// used to control intermediate buffering needed by some stages
void setChunkSize(boost::uint32_t size);
boost::uint32_t getChunkSize() const;

PointBuffer& getBuffer() { return m_buffer; }

protected:
virtual void readBeginImpl() {}
Expand Down

0 comments on commit 90878b9

Please sign in to comment.