The length in bytes of each point. All points in the file are considered to be fixed in size, and the PointFormatName is used to determine the fixed portion of the dimensions in the point.
| 189 | /// considered to be fixed in size, and the PointFormatName is used |
| 190 | /// to determine the fixed portion of the dimensions in the point. |
| 191 | uint16_t pointLen() const |
| 192 | { return m_pointLen; } |
| 193 | void setPointLen(uint16_t v) |
| 194 | { m_pointLen = v; } |
| 195 | uint16_t basePointLen() |