Changeset 644:5ace8839c78c
- Timestamp:
- 05/14/08 10:48:02 (2 years ago)
- Branch:
- default
- Convert:
- svn:1766ff46-f334-0410-ab20-d63176f87757/trunk@711
- Files:
-
- 2 edited
-
include/liblas/lasrecordheader.hpp (modified) (1 diff)
-
src/lasrecordheader.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
include/liblas/lasrecordheader.hpp
r641 r644 107 107 108 108 /// Get the data for this VLR 109 std::vector<uint8_t> GetData() const;109 std::vector<uint8_t> const& GetData() const; 110 110 111 111 void SetData(std::vector<uint8_t> const&); -
src/lasrecordheader.cpp
r642 r644 188 188 189 189 190 std::vector<uint8_t> LASVLR::GetData() const190 std::vector<uint8_t> const& LASVLR::GetData() const 191 191 { 192 192 return m_data;
Note: See TracChangeset
for help on using the changeset viewer.
