Namespace: Pipeline
PathBuilding.PipelinePath building pipeline:
Tutorials:
Classes
Type Definitions
DataOutput
Result from pipeline adding
Properties:
Name | Type | Description |
---|---|---|
phase | DataProcessor.Phase | Input phase |
pointerID | int | Input pointer identifier |
pipeline | PathBuilding.PipelineData | Addition pipeline |
added | PathBuilding.Pipeline.Output | addition processed data |
predicted | PathBuilding.Pipeline.Output | prediction processed data |
Input
Pipeline step input type. Type is defined from inherited class.
Type:
- PathBuilding.Pipeline.StageInput
Output
Pipeline step output type. Type is defined from inherited class.
Type:
- PathBuilding.Pipeline.StageOutput
Phase
Enumeration of the input phases used by InkBuilder processing
Properties:
Name | Type | Description |
---|---|---|
BEGIN | object | The begin phase of the input. The input has began. |
UPDATE | object | The move phase of the input. The input has changed its position. |
END | object | The end phase of the input. The input has been completed. |
SegmentType
Enumeration of the pipeline building segment types
Properties:
Name | Type | Description |
---|---|---|
ADDITION | object | Pipeline result targets addition path |
PREDICTION | object | Pipeline result targets prediction path |
INTEGRAL | object | Pipeline result targets completed path |
Stage
Enumeration of the pipeline processing chain
Properties:
Name | Type | Description |
---|---|---|
PATH_PRODUCER | object | PathProducer step represents step 1 |
SMOOTHER | object | Smoother step represents step 2 |
SPLINE_PRODUCER | object | SplineProducer step represents step 3 |
SPLINE_INTERPOLATOR | object | SplineInterpolator step represents step 4 |
BRUSH_APPLIER | object | BrushApplier step represents step 5 |
CONVEX_HULL_CHAIN_PRODUCER | object | ConvexHullChainProducer step represents step 6 |
POLYGON_MERGER | object | PolygonMerger step represents step 7 |