AIRasterOutlineConsumer Struct Reference
When extracting an outline from a raster, the curves are enumerated to these callbacks.
More...
#include <AIRaster.h>
List of all members.
Detailed Description
When extracting an outline from a raster, the curves are enumerated to these callbacks.
See AIRasterSuite::ExtractOutline()
Member Data Documentation
Called at the beginning of the enumeration, use to initialize processing.
- Parameters:
-
| self | The current curve. |
| knots | The number of knots in the curve. |
Called at the end of the enumeration, use to terminate processing.
- Parameters:
-
Called for each knot in each curve.
- Parameters:
-
| self | The current curve. |
| in | The in-point for the current knot. |
| p | The p-point for the current knot. |
| out | The out-point for the current knot. |
The documentation for this struct was generated from the following file: