| Unit: | SDL_matrix |
| Class: |
none |
| Declaration: |
TOnReadMat4DElementEvent = procedure (Sender: TObject; ix, iy, il, it: integer; Value: double) of object; |
An event of type TOnReadMat4DElementEvent is triggered by the method ReadBinary immediately after reading a new matrix value. The parameter Sender points to the TMat4D instance which triggered the event. The parameters ix, iy, il, it contain the indices of the four matrix dimensions (columns, rows, layers, time slots, respectively) and the Value parameter holds the read value.
|