MrSID Decode SDK for LiDAR Reference Manual
1.1.4.4709
|
copy(PointData &dst, size_t dstOffset, const PointData &src, size_t srcOffset, size_t length) | PointData | [static] |
getChannel(size_t idx) const | PointData | |
getChannel(size_t idx) | PointData | |
getChannel(const char *name) const | PointData | |
getChannel(const char *name) | PointData | |
getNumChannels(void) const | PointData | |
getNumSamples(void) const | PointData | |
getX(void) const | PointData | |
getX(void) | PointData | |
getY(void) const | PointData | |
getY(void) | PointData | |
getZ(void) const | PointData | |
getZ(void) | PointData | |
hasChannel(const char *name) const | PointData | |
init(const PointInfo &pointInfo, size_t numSamples) | PointData | |
m_channel | PointData | [protected] |
m_numChannels | PointData | [protected] |
m_numSamples | PointData | [protected] |
m_offset | PointData | [protected] |
m_x | PointData | [protected] |
m_y | PointData | [protected] |
m_z | PointData | [protected] |
merge(PointData &dst, size_t dstNumPoints, const PointData &src, size_t srcNumPoints) | PointData | [static] |
PointData(void) | PointData | |
resize(size_t newNumSamples) | PointData | |
setOffset(size_t offset) | PointData | |
~PointData(void) | PointData |