| 175 | { |
| 176 | public: |
| 177 | PointData(unsigned char type=5, unsigned short size=70) |
| 178 | { |
| 179 | point_type = type; |
| 180 | point_size = size; |
| 181 | point = 0; |
| 182 | point_data = 0; |
| 183 | } |
| 184 | |
| 185 | bool setup(unsigned int num_items, const LASitem* items) |
| 186 | { |
nothing calls this directly
no outgoing calls
no test coverage detected