Gocator API > Go2.Data > Classes > Go2RawProfileData > Functions > Go2RawProfileData_Ranges
Gocator 2x00 API
Go2RawProfileData_Ranges
Description

Gets a pointer to the raw profile data. Raw data is a 2-dimensional array of [x,z] data, with XResolution and ZResolution units. The calculation for each point is: X: XOffset + ranges[index][0] * XResolution Z: ZOffset + ranges[index][1] * ZResolution Invalid ranges are equal to GO2_INVALID_RANGE

C
Go2Int16* Go2RawProfileData_Ranges(Go2RawProfileData data);
Parameters
Parameters 
Description 
Go2RawProfileData data 
Returns

Pointer to the first range value in the profile array.

File

Go2DataTypes.h

Copyright (c) 2013 by LMI Technologies Inc. All rights reserved.