Interface IPipelineStream
- All Superinterfaces:
IPipelineNode
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A pipeline stream is a pipeline node which takes a buffer,
a context and returns a computed buffer.
This is used for applying filters in the pipeline or changing the pipeline context based on the buffer contents.
This is used for applying filters in the pipeline or changing the pipeline context based on the buffer contents.
-
Method Summary
Modifier and TypeMethodDescriptioncompute
(FullSpacedColorBuffer buffer, IPipelineContext context) Methods inherited from interface de.pianoman911.mapengine.api.pipeline.IPipelineNode
destroy
-
Method Details
-
compute
-