SpokeReport
Information describing the spoke used by the function and the edges the function calculated with the spoke.
Elements
| Name | Type | Description |
|---|---|---|
| spokeLines | LineFloat* | The coordinate location of each of the spoke lines used by the function. |
| numSpokeLines | int | The number of lines in the spokeLines array. |
| firstEdges | PointFloat* | The coordinate location of all edges detected as first edges. |
| numFirstEdges | int | The number of points in the firstEdges array. |
| lastEdges | PointFloat* | The coordinate location of all edges detected as last edges. |
| numLastEdges | int | The number of points in the lastEdges array. |
| allEdges | EdgeLocationReport* | An array of reports describing the location of the edges located by each spoke line. |
| linesWithEdges | int* | An array of indices into the spokeLines array indicating the rake lines on which the function detected at least one edge. |
| numLinesWithEdges | int | The number of spoke lines along which the function detects edges. This number represents the size of the linesWithEdges array and the number of EdgeLocationReports in the allEdges array. |