|
Gocator Development Kit
|
| kStatus GdkToolOutput_InitProfileAt | ( | GdkToolOutput | output, |
| kSize | index, | ||
| kSize | pointCount, | ||
| GvProfileMsg * | msg | ||
| ) |
Constructs/reuses a GvProfileMsg object at the specified index.
If the indicated index is a GDK_DATA_TYPE_UNIFORM_PROFILE, the profile array will be of type k16s If the indicated index is a GDK_DATA_TYPE_PROFILE_POINT_CLOUD, the profile array will be of type kPoint16s
| output | Output object. |
| index | Index of the output object to retrieve relative to all outputs |
| pointCount | Count of points for this profile |
| msg | Pointer to where the GvProfileMsg is to be set |