ST_PointsListSpline

A variable of the type ST_PointsListSpline contains a curve point table that can be further processed for spline interpolation.

The structure comprises the following objects:

  • A uiNumberOfPoints variable of the UINT type which defines the number of curve points
  • An astPoints ARRAY with objects of the ST_Point type which in turn consist of the two components lrX (master position) and lrY (slave position).
  • The array starts at 0 and contains 64 elements. The last element of the array therefore has the index [63].

After reading in the example file InterpolationFile.txt, the stPointsListSpline variable of the ST_PointsListSpline type contains the corresponding values: