Skip to content

Commit 65ed2e6

Browse files
committed
Remove commented out appendPackedPoint declaration from PointView.h
1 parent d1310ab commit 65ed2e6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

source/pdal/capi/PointView.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -130,16 +130,6 @@ namespace pdal
130130
*/
131131
PDAL_C_API uint64_t PDALGetAllPackedPoints(PDALPointViewPtr view, PDALDimTypeListPtr dims, char *buf);
132132

133-
/**
134-
* Fill a buffer with point data specified by the dimension list, accounts index
135-
* Using this functions it is possible to pack all points into one buffer
136-
* @param pv PointView pointer.
137-
* @param dims List of dimensions/types to retrieve.
138-
* @param idx Index of point to get.
139-
* @param buf Pointer to buffer to fill
140-
*/
141-
//! PDAL_C_API void appendPackedPoint(PointViewPtr pv, const DimTypeList& dims, PointId idx, std::size_t pointSize, char *buf)
142-
143133
#ifdef __cplusplus
144134
}
145135
}

0 commit comments

Comments
 (0)